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

119 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort"
name: "ApplicationGatewayFrontendPort"
nameWithType: "ApplicationGatewayFrontendPort"
summary: "Frontend port of an application gateway."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.SubResource.id()?alt=com.microsoft.azure.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.SubResource.withId(java.lang.String)?alt=com.microsoft.azure.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ApplicationGatewayFrontendPort**</br> extends <xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.ApplicationGatewayFrontendPort()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.ApplicationGatewayFrontendPort()"
name: "ApplicationGatewayFrontendPort()"
nameWithType: "ApplicationGatewayFrontendPort.ApplicationGatewayFrontendPort()"
syntax: "public ApplicationGatewayFrontendPort()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.etag()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.etag()"
name: "etag()"
nameWithType: "ApplicationGatewayFrontendPort.etag()"
summary: "Get a unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get a unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.name()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.name()"
name: "name()"
nameWithType: "ApplicationGatewayFrontendPort.name()"
summary: "Get name of the frontend port that is unique within an Application Gateway."
syntax: "public String name()"
desc: "Get name of the frontend port that is unique within an Application Gateway."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.port()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.port()"
name: "port()"
nameWithType: "ApplicationGatewayFrontendPort.port()"
summary: "Get frontend port."
syntax: "public Integer port()"
desc: "Get frontend port."
returns:
description: "the port value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.provisioningState()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.provisioningState()"
name: "provisioningState()"
nameWithType: "ApplicationGatewayFrontendPort.provisioningState()"
summary: "Get the provisioning state of the frontend port resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the frontend port resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.network.ProvisioningState?alt=com.microsoft.azure.management.network.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.type()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.type()"
name: "type()"
nameWithType: "ApplicationGatewayFrontendPort.type()"
summary: "Get type of the resource."
syntax: "public String type()"
desc: "Get type of the resource."
returns:
description: "the type value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.withName(String name)"
name: "withName(String name)"
nameWithType: "ApplicationGatewayFrontendPort.withName(String name)"
summary: "Set name of the frontend port that is unique within an Application Gateway."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendPort withName(String name)"
desc: "Set name of the frontend port that is unique within an Application Gateway."
returns:
description: "the ApplicationGatewayFrontendPort object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendPort?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendPort&text=ApplicationGatewayFrontendPort\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.withPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendPort.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "ApplicationGatewayFrontendPort.withPort(Integer port)"
summary: "Set frontend port."
parameters:
- description: "the port value to set"
name: "port"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendPort withPort(Integer port)"
desc: "Set frontend port."
returns:
description: "the ApplicationGatewayFrontendPort object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendPort?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendPort&text=ApplicationGatewayFrontendPort\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Frontend port of an application gateway."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4