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

153 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration"
name: "AzureFirewallIPConfiguration"
nameWithType: "AzureFirewallIPConfiguration"
summary: "IP configuration of an Azure Firewall."
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 **AzureFirewallIPConfiguration**</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.AzureFirewallIPConfiguration.AzureFirewallIPConfiguration()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.AzureFirewallIPConfiguration()"
name: "AzureFirewallIPConfiguration()"
nameWithType: "AzureFirewallIPConfiguration.AzureFirewallIPConfiguration()"
syntax: "public AzureFirewallIPConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.etag()"
name: "etag()"
nameWithType: "AzureFirewallIPConfiguration.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.AzureFirewallIPConfiguration.name()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.name()"
name: "name()"
nameWithType: "AzureFirewallIPConfiguration.name()"
summary: "Get name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get name of the resource that is unique within a resource group. This name can be used to access the resource."
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.AzureFirewallIPConfiguration.privateIPAddress()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.privateIPAddress()"
name: "privateIPAddress()"
nameWithType: "AzureFirewallIPConfiguration.privateIPAddress()"
summary: "Get the Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes."
syntax: "public String privateIPAddress()"
desc: "Get the Firewall Internal Load Balancer IP to be used as the next hop in User Defined Routes."
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.AzureFirewallIPConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "AzureFirewallIPConfiguration.provisioningState()"
summary: "Get the provisioning state of the Azure firewall IP configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the Azure firewall 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.AzureFirewallIPConfiguration.publicIPAddress()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.publicIPAddress()"
name: "publicIPAddress()"
nameWithType: "AzureFirewallIPConfiguration.publicIPAddress()"
summary: "Get reference to the PublicIP resource."
syntax: "public SubResource publicIPAddress()"
desc: "Get reference to the PublicIP resource. This field is a mandatory input if subnet is not null."
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.AzureFirewallIPConfiguration.subnet()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.subnet()"
name: "subnet()"
nameWithType: "AzureFirewallIPConfiguration.subnet()"
summary: "Get reference to the subnet resource."
syntax: "public SubResource subnet()"
desc: "Get reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'."
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.AzureFirewallIPConfiguration.type()"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.type()"
name: "type()"
nameWithType: "AzureFirewallIPConfiguration.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.AzureFirewallIPConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "AzureFirewallIPConfiguration.withName(String name)"
summary: "Set name of the resource that is unique within a resource group."
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 AzureFirewallIPConfiguration withName(String name)"
desc: "Set name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the AzureFirewallIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallIPConfiguration?alt=com.microsoft.azure.management.network.AzureFirewallIPConfiguration&text=AzureFirewallIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.withPublicIPAddress(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.withPublicIPAddress(SubResource publicIPAddress)"
name: "withPublicIPAddress(SubResource publicIPAddress)"
nameWithType: "AzureFirewallIPConfiguration.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 AzureFirewallIPConfiguration withPublicIPAddress(SubResource publicIPAddress)"
desc: "Set reference to the PublicIP resource. This field is a mandatory input if subnet is not null."
returns:
description: "the AzureFirewallIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallIPConfiguration?alt=com.microsoft.azure.management.network.AzureFirewallIPConfiguration&text=AzureFirewallIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.withSubnet(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.AzureFirewallIPConfiguration.withSubnet(SubResource subnet)"
name: "withSubnet(SubResource subnet)"
nameWithType: "AzureFirewallIPConfiguration.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 AzureFirewallIPConfiguration withSubnet(SubResource subnet)"
desc: "Set reference to the subnet resource. This resource must be named 'AzureFirewallSubnet' or 'AzureFirewallManagementSubnet'."
returns:
description: "the AzureFirewallIPConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.AzureFirewallIPConfiguration?alt=com.microsoft.azure.management.network.AzureFirewallIPConfiguration&text=AzureFirewallIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "IP configuration of an Azure Firewall."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4