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

181 строка
13 KiB
YAML

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