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

47 строки
4.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration"
name: "ApplicationGatewayIPConfiguration"
nameWithType: "ApplicationGatewayIPConfiguration"
summary: "A client-side representation of an application gateway IP configuration."
syntax: "public interface **ApplicationGatewayIPConfiguration**</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.ApplicationGatewayIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner&text=ApplicationGatewayIPConfigurationInner\" 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.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.getSubnet()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.getSubnet()"
name: "getSubnet()"
nameWithType: "ApplicationGatewayIPConfiguration.getSubnet()"
modifiers:
- "abstract"
syntax: "public abstract Subnet getSubnet()"
returns:
description: "the subnet the application gateway is in\n <p>\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.ApplicationGatewayIPConfiguration.networkId()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.networkId()"
name: "networkId()"
nameWithType: "ApplicationGatewayIPConfiguration.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.ApplicationGatewayIPConfiguration.subnetName()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayIPConfiguration.subnetName()"
name: "subnetName()"
nameWithType: "ApplicationGatewayIPConfiguration.subnetName()"
modifiers:
- "abstract"
syntax: "public abstract String subnetName()"
returns:
description: "the name of the subnet the application 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 application 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.ApplicationGateway?alt=com.microsoft.azure.management.network.ApplicationGateway&text=ApplicationGateway\" 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.ApplicationGatewayIPConfigurationInner?alt=com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner&text=ApplicationGatewayIPConfigurationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4