azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

67 строки
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration"
name: "VirtualNetworkGatewayIPConfiguration"
nameWithType: "VirtualNetworkGatewayIPConfiguration"
summary: "A client-side representation of an virtual network gateway IP configuration."
syntax: "public interface **VirtualNetworkGatewayIPConfiguration**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner&text=VirtualNetworkGatewayIPConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.getSubnet()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.getSubnet()"
name: "getSubnet()"
nameWithType: "VirtualNetworkGatewayIPConfiguration.getSubnet()"
modifiers:
- "abstract"
syntax: "public abstract Subnet getSubnet()"
returns:
description: "the subnet the virtual network gateway is in\n Note, this results in a separate call to Azure."
type: "<xref href=\"com.microsoft.azure.management.network.Subnet?alt=com.microsoft.azure.management.network.Subnet&text=Subnet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.networkId()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.networkId()"
name: "networkId()"
nameWithType: "VirtualNetworkGatewayIPConfiguration.networkId()"
modifiers:
- "abstract"
syntax: "public abstract String networkId()"
returns:
description: "the resource ID of the virtual network the application gateway is in"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()"
name: "privateIPAllocationMethod()"
nameWithType: "VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()"
modifiers:
- "abstract"
syntax: "public abstract IPAllocationMethod privateIPAllocationMethod()"
returns:
description: "the private IP allocation method. Possible values are: 'Static' and\n 'Dynamic'."
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.publicIPAddressId()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.publicIPAddressId()"
name: "publicIPAddressId()"
nameWithType: "VirtualNetworkGatewayIPConfiguration.publicIPAddressId()"
modifiers:
- "abstract"
syntax: "public abstract String publicIPAddressId()"
returns:
description: "the resource id of associated public IP address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.subnetName()"
fullName: "com.microsoft.azure.management.network.VirtualNetworkGatewayIPConfiguration.subnetName()"
name: "subnetName()"
nameWithType: "VirtualNetworkGatewayIPConfiguration.subnetName()"
modifiers:
- "abstract"
syntax: "public abstract String subnetName()"
returns:
description: "the name of the subnet the virtual network gateway is in"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation of an virtual network gateway IP configuration."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource&text=ChildResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.VirtualNetworkGateway?alt=com.microsoft.azure.management.network.VirtualNetworkGateway&text=VirtualNetworkGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner&text=VirtualNetworkGatewayIPConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4