C# Class Elastacloud.AzureManagement.Fluent.Clients.VirtualNetworkClient

Creates a virtual networking client which has the capability to return information about the vnet and add things to it
Inheritance: IVirtualNetworkingClient
Afficher le fichier Open project: azurecoder/fluent-management

Méthodes publiques

Свойство Type Description
Namespace System.Xml.Linq.XNamespace

Méthodes publiques

Méthode 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 ) : CloudServiceNetworking
IsIpAddressAvailable ( string vnet, string ipToCheck ) : AvailableIpAddresses

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, X509Certificate2 managementCertificate ) : System

Private Methods

Méthode Description
AddXmlSubnetToExistingNetworkingDefinition ( SubnetTag tag ) : string

Method Details

AddSubnetToAddressRange() public méthode

Creates an empty VNET to add address ranges and subnets
public AddSubnetToAddressRange ( string networkName, string addressRange, string subnetName ) : string
networkName string
addressRange string
subnetName string
Résultat string

GetAllNetworkingConfig() public méthode

Gets all of the networking config for the entire set of vnets
public GetAllNetworkingConfig ( ) : string
Résultat string

GetAvailableVirtualNetworks() public méthode

Used if all the locations should be returned instead of a single location
public GetAvailableVirtualNetworks ( ) : IEnumerable
Résultat IEnumerable

GetAvailableVirtualNetworks() public méthode

Gets the available virtual networks in the correct order binding the address ranges to the subnets
public GetAvailableVirtualNetworks ( string location ) : IEnumerable
location string
Résultat IEnumerable

GetCloudServiceSubnetCollection() public méthode

public GetCloudServiceSubnetCollection ( string cloudServiceName ) : CloudServiceNetworking
cloudServiceName string
Résultat Elastacloud.AzureManagement.Fluent.Types.VirtualNetworks.CloudServiceNetworking

IsIpAddressAvailable() public méthode

Checks to see whether an IP address in a virtual network is available
public IsIpAddressAvailable ( string vnet, string ipToCheck ) : AvailableIpAddresses
vnet string
ipToCheck string
Résultat Elastacloud.AzureManagement.Fluent.Types.VirtualNetworks.AvailableIpAddresses

RemoveSubnet() public méthode

Removes a subnet from the network configuration
public RemoveSubnet ( string networkName, string subnetName ) : void
networkName string
subnetName string
Résultat void

VirtualNetworkClient() public méthode

public VirtualNetworkClient ( string subscriptionId, X509Certificate2 managementCertificate ) : System
subscriptionId string
managementCertificate System.Security.Cryptography.X509Certificates.X509Certificate2
Résultat System

Property Details

Namespace public_oe property

public XNamespace,System.Xml.Linq Namespace
Résultat System.Xml.Linq.XNamespace