177 строки
12 KiB
YAML
177 строки
12 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\" />"
|
|
inheritedMembers:
|
|
- "com.microsoft.azure.SubResource.id()"
|
|
- "com.microsoft.azure.SubResource.withId(java.lang.String)"
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public class IPConfiguration extends SubResource"
|
|
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
|