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

50 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontend"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontend"
name: "ApplicationGatewayFrontend"
nameWithType: "ApplicationGatewayFrontend"
summary: "A client-side representation of an application gateway frontend."
syntax: "public interface **ApplicationGatewayFrontend**</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.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" 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;, <xref href=\"com.microsoft.azure.management.network.model.HasPrivateIPAddress?alt=com.microsoft.azure.management.network.model.HasPrivateIPAddress&text=HasPrivateIPAddress\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet&text=HasSubnet\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.network.model.HasPublicIPAddress?alt=com.microsoft.azure.management.network.model.HasPublicIPAddress&text=HasPublicIPAddress\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontend.getSubnet()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontend.getSubnet()"
name: "getSubnet()"
nameWithType: "ApplicationGatewayFrontend.getSubnet()"
modifiers:
- "abstract"
syntax: "public abstract Subnet getSubnet()"
returns:
description: "the associated subnet"
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.ApplicationGatewayFrontend.isPrivate()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontend.isPrivate()"
name: "isPrivate()"
nameWithType: "ApplicationGatewayFrontend.isPrivate()"
modifiers:
- "abstract"
syntax: "public abstract boolean isPrivate()"
returns:
description: "true is the frontend is accessible via an private IP address"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontend.isPublic()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontend.isPublic()"
name: "isPublic()"
nameWithType: "ApplicationGatewayFrontend.isPublic()"
modifiers:
- "abstract"
syntax: "public abstract boolean isPublic()"
returns:
description: "true if the frontend is accessible via a public IP address, else false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "A client-side representation of an application gateway frontend."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.HasPrivateIPAddress?alt=com.microsoft.azure.management.network.model.HasPrivateIPAddress&text=HasPrivateIPAddress\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.network.model.HasPublicIPAddress?alt=com.microsoft.azure.management.network.model.HasPublicIPAddress&text=HasPublicIPAddress\" data-throw-if-not-resolved=\"False\" />"
- "<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.arm.models.HasSubnet?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet&text=HasSubnet\" data-throw-if-not-resolved=\"False\" />"
- "<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.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4