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
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 프로퍼티들

프로퍼티 타입 설명
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