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

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

Private Properties

Property Type Description

Public Methods

Method Description
GetAzureVNetSiteCommand ( ) : System
GetAzureVNetSiteCommand ( IServiceManagement channel ) : System
GetVirtualNetworkSiteProcess ( ) : IEnumerable

Protected Methods

Method Description
OnProcessRecord ( ) : void

Method Details

GetAzureVNetSiteCommand() public method

public GetAzureVNetSiteCommand ( ) : System
return System

GetAzureVNetSiteCommand() public method

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

GetVirtualNetworkSiteProcess() public method

public GetVirtualNetworkSiteProcess ( ) : IEnumerable
return IEnumerable

OnProcessRecord() protected method

protected OnProcessRecord ( ) : void
return void