Property | Type | Description | |
---|---|---|---|
Namespace | System.Xml.Linq.XNamespace |
Method | Description | |
---|---|---|
AddSubnetToAddressRange ( string networkName, string addressRange, string subnetName ) : string |
Creates an empty VNET to add address ranges and subnets
|
|
GetAllNetworkingConfig ( ) : string |
Gets all of the networking config for the entire set of vnets
|
|
GetAvailableVirtualNetworks ( ) : IEnumerable |
Used if all the locations should be returned instead of a single location
|
|
GetAvailableVirtualNetworks ( string location ) : IEnumerable |
Gets the available virtual networks in the correct order binding the address ranges to the subnets
|
|
GetCloudServiceSubnetCollection ( string cloudServiceName ) : |
||
IsIpAddressAvailable ( string vnet, string ipToCheck ) : |
Checks to see whether an IP address in a virtual network is available
|
|
RemoveSubnet ( string networkName, string subnetName ) : void |
Removes a subnet from the network configuration
|
|
VirtualNetworkClient ( string subscriptionId, |
Method | Description | |
---|---|---|
AddXmlSubnetToExistingNetworkingDefinition ( SubnetTag tag ) : string |
public AddSubnetToAddressRange ( string networkName, string addressRange, string subnetName ) : string | ||
networkName | string | |
addressRange | string | |
subnetName | string | |
return | string |
public GetAvailableVirtualNetworks ( ) : IEnumerable |
||
return | IEnumerable |
public GetAvailableVirtualNetworks ( string location ) : IEnumerable |
||
location | string | |
return | IEnumerable |
public GetCloudServiceSubnetCollection ( string cloudServiceName ) : |
||
cloudServiceName | string | |
return |
public IsIpAddressAvailable ( string vnet, string ipToCheck ) : |
||
vnet | string | |
ipToCheck | string | |
return |
public RemoveSubnet ( string networkName, string subnetName ) : void | ||
networkName | string | |
subnetName | string | |
return | void |
public VirtualNetworkClient ( string subscriptionId, |
||
subscriptionId | string | |
managementCertificate | ||
return | System |