C# Класс 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
Наследование: IVirtualNetworkingClient
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Namespace System.Xml.Linq.XNamespace

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AddXmlSubnetToExistingNetworkingDefinition ( SubnetTag tag ) : string

Описание методов

AddSubnetToAddressRange() публичный Метод

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
Результат string

GetAllNetworkingConfig() публичный Метод

Gets all of the networking config for the entire set of vnets
public GetAllNetworkingConfig ( ) : string
Результат string

GetAvailableVirtualNetworks() публичный Метод

Used if all the locations should be returned instead of a single location
public GetAvailableVirtualNetworks ( ) : IEnumerable
Результат IEnumerable

GetAvailableVirtualNetworks() публичный Метод

Gets the available virtual networks in the correct order binding the address ranges to the subnets
public GetAvailableVirtualNetworks ( string location ) : IEnumerable
location string
Результат IEnumerable

GetCloudServiceSubnetCollection() публичный Метод

public GetCloudServiceSubnetCollection ( string cloudServiceName ) : CloudServiceNetworking
cloudServiceName string
Результат Elastacloud.AzureManagement.Fluent.Types.VirtualNetworks.CloudServiceNetworking

IsIpAddressAvailable() публичный Метод

Checks to see whether an IP address in a virtual network is available
public IsIpAddressAvailable ( string vnet, string ipToCheck ) : AvailableIpAddresses
vnet string
ipToCheck string
Результат Elastacloud.AzureManagement.Fluent.Types.VirtualNetworks.AvailableIpAddresses

RemoveSubnet() публичный Метод

Removes a subnet from the network configuration
public RemoveSubnet ( string networkName, string subnetName ) : void
networkName string
subnetName string
Результат void

VirtualNetworkClient() публичный Метод

public VirtualNetworkClient ( string subscriptionId, X509Certificate2 managementCertificate ) : System
subscriptionId string
managementCertificate System.Security.Cryptography.X509Certificates.X509Certificate2
Результат System

Описание свойств

Namespace публичное свойство

public XNamespace,System.Xml.Linq Namespace
Результат System.Xml.Linq.XNamespace