VirtualNetworkGatewayIpConfiguration Interface
Implements
public interface VirtualNetworkGatewayIpConfiguration
extends HasInnerModel<VirtualNetworkGatewayIpConfigurationInner>, ChildResource<VirtualNetworkGateway>
A client-side representation of an virtual network gateway IP configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Subnet | getSubnet() |
abstract String | networkId() |
abstract
Ip |
privateIpAllocationMethod() |
abstract String | publicIpAddressId() |
abstract String | subnetName() |
Method Details
getSubnet
public abstract Subnet getSubnet()
Returns:
the subnet the virtual network gateway is in Note, this results in a separate call to Azure.
networkId
public abstract String networkId()
Returns:
the resource ID of the virtual network the application gateway is in
privateIpAllocationMethod
public abstract IpAllocationMethod privateIpAllocationMethod()
Returns:
the private IP allocation method. Possible values are: 'Static' and 'Dynamic'.
publicIpAddressId
public abstract String publicIpAddressId()
Returns:
the resource id of associated public IP address
subnetName
public abstract String subnetName()
Returns:
the name of the subnet the virtual network gateway is in
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java