C# Class Microsoft.WindowsAzure.Management.ServiceManagement.IaaS.GetAzureVNetConfigCommand

Inheritance: ServiceManagementBaseCmdlet
Show file Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
ValidateParameters void

Public Methods

Method Description
GetAzureVNetConfigCommand ( ) : System
GetAzureVNetConfigCommand ( IServiceManagement channel ) : System
GetVirtualNetworkConfigProcess ( ) : VirtualNetworkConfigContext

Protected Methods

Method Description
OnProcessRecord ( ) : void

Private Methods

Method Description
ValidateParameters ( ) : void

Method Details

GetAzureVNetConfigCommand() public method

public GetAzureVNetConfigCommand ( ) : System
return System

GetAzureVNetConfigCommand() public method

public GetAzureVNetConfigCommand ( IServiceManagement channel ) : System
channel IServiceManagement
return System

GetVirtualNetworkConfigProcess() public method

public GetVirtualNetworkConfigProcess ( ) : VirtualNetworkConfigContext
return VirtualNetworkConfigContext

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void