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

191 строка
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration"
name: "ApplicationGatewayFrontendIPConfiguration"
nameWithType: "ApplicationGatewayFrontendIPConfiguration"
summary: "Frontend IP configuration 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 **ApplicationGatewayFrontendIPConfiguration**</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.ApplicationGatewayFrontendIPConfiguration.ApplicationGatewayFrontendIPConfiguration()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.ApplicationGatewayFrontendIPConfiguration()"
name: "ApplicationGatewayFrontendIPConfiguration()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.ApplicationGatewayFrontendIPConfiguration()"
syntax: "public ApplicationGatewayFrontendIPConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.etag()"
name: "etag()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.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.ApplicationGatewayFrontendIPConfiguration.name()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.name()"
name: "name()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.name()"
summary: "Get name of the frontend IP configuration that is unique within an Application Gateway."
syntax: "public String name()"
desc: "Get name of the frontend IP configuration 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.ApplicationGatewayFrontendIPConfiguration.privateIPAddress()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.privateIPAddress()"
name: "privateIPAddress()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.privateIPAddress()"
summary: "Get private<wbr>IPAddress of the network interface IP Configuration."
syntax: "public String privateIPAddress()"
desc: "Get privateIPAddress of the network interface IP Configuration."
returns:
description: "the privateIPAddress 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.ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod()"
name: "privateIPAllocationMethod()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod()"
summary: "Get the private IP address allocation method."
syntax: "public IPAllocationMethod privateIPAllocationMethod()"
desc: "Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'."
returns:
description: "the privateIPAllocationMethod value"
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.ApplicationGatewayFrontendIPConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.provisioningState()"
summary: "Get the provisioning state of the frontend IP configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the frontend IP configuration 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.ApplicationGatewayFrontendIPConfiguration.publicIPAddress()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.publicIPAddress()"
name: "publicIPAddress()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.publicIPAddress()"
summary: "Get reference to the PublicIP resource."
syntax: "public SubResource publicIPAddress()"
desc: "Get reference to the PublicIP resource."
returns:
description: "the publicIPAddress value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.subnet()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.subnet()"
name: "subnet()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.subnet()"
summary: "Get reference to the subnet resource."
syntax: "public SubResource subnet()"
desc: "Get reference to the subnet resource."
returns:
description: "the subnet value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.type()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.type()"
name: "type()"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.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.ApplicationGatewayFrontendIPConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.withName(String name)"
summary: "Set name of the frontend IP configuration 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 ApplicationGatewayFrontendIPConfiguration withName(String name)"
desc: "Set name of the frontend IP configuration that is unique within an Application Gateway."
returns:
description: "the ApplicationGatewayFrontendIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress(String privateIPAddress)"
name: "withPrivateIPAddress(String privateIPAddress)"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.withPrivateIPAddress(String privateIPAddress)"
summary: "Set private<wbr>IPAddress of the network interface IP Configuration."
parameters:
- description: "the privateIPAddress value to set"
name: "privateIPAddress"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendIPConfiguration withPrivateIPAddress(String privateIPAddress)"
desc: "Set privateIPAddress of the network interface IP Configuration."
returns:
description: "the ApplicationGatewayFrontendIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
name: "withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
summary: "Set the private IP address allocation method."
parameters:
- description: "the privateIPAllocationMethod value to set"
name: "privateIPAllocationMethod"
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendIPConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
desc: "Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'."
returns:
description: "the ApplicationGatewayFrontendIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress(SubResource publicIPAddress)"
name: "withPublicIPAddress(SubResource publicIPAddress)"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.withPublicIPAddress(SubResource publicIPAddress)"
summary: "Set reference to the PublicIP resource."
parameters:
- description: "the publicIPAddress value to set"
name: "publicIPAddress"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendIPConfiguration withPublicIPAddress(SubResource publicIPAddress)"
desc: "Set reference to the PublicIP resource."
returns:
description: "the ApplicationGatewayFrontendIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withSubnet(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration.withSubnet(SubResource subnet)"
name: "withSubnet(SubResource subnet)"
nameWithType: "ApplicationGatewayFrontendIPConfiguration.withSubnet(SubResource subnet)"
summary: "Set reference to the subnet resource."
parameters:
- description: "the subnet value to set"
name: "subnet"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFrontendIPConfiguration withSubnet(SubResource subnet)"
desc: "Set reference to the subnet resource."
returns:
description: "the ApplicationGatewayFrontendIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration?alt=com.microsoft.azure.management.network.ApplicationGatewayFrontendIPConfiguration&text=ApplicationGatewayFrontendIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Frontend IP configuration of an application gateway."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4