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

119 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.IPConfigurationProfile"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile"
name: "IPConfigurationProfile"
nameWithType: "IPConfigurationProfile"
summary: "IP configuration profile child resource."
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 **IPConfigurationProfile**</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.IPConfigurationProfile.IPConfigurationProfile()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.IPConfigurationProfile()"
name: "IPConfigurationProfile()"
nameWithType: "IPConfigurationProfile.IPConfigurationProfile()"
syntax: "public IPConfigurationProfile()"
methods:
- uid: "com.microsoft.azure.management.network.IPConfigurationProfile.etag()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.etag()"
name: "etag()"
nameWithType: "IPConfigurationProfile.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.IPConfigurationProfile.name()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.name()"
name: "name()"
nameWithType: "IPConfigurationProfile.name()"
summary: "Get the name of the resource."
syntax: "public String name()"
desc: "Get the name of the resource. 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.IPConfigurationProfile.provisioningState()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.provisioningState()"
name: "provisioningState()"
nameWithType: "IPConfigurationProfile.provisioningState()"
summary: "Get the provisioning state of the IP configuration profile resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the IP configuration profile 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.IPConfigurationProfile.subnet()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.subnet()"
name: "subnet()"
nameWithType: "IPConfigurationProfile.subnet()"
summary: "Get the reference to the subnet resource to create a container network interface ip configuration."
syntax: "public SubnetInner subnet()"
desc: "Get the reference to the subnet resource to create a container network interface ip configuration."
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.IPConfigurationProfile.type()"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.type()"
name: "type()"
nameWithType: "IPConfigurationProfile.type()"
summary: "Get sub Resource type."
syntax: "public String type()"
desc: "Get sub Resource type."
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.IPConfigurationProfile.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.withName(String name)"
name: "withName(String name)"
nameWithType: "IPConfigurationProfile.withName(String name)"
summary: "Set the name of the resource."
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 IPConfigurationProfile withName(String name)"
desc: "Set the name of the resource. This name can be used to access the resource."
returns:
description: "the IPConfigurationProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.IPConfigurationProfile?alt=com.microsoft.azure.management.network.IPConfigurationProfile&text=IPConfigurationProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.IPConfigurationProfile.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner)"
fullName: "com.microsoft.azure.management.network.IPConfigurationProfile.withSubnet(SubnetInner subnet)"
name: "withSubnet(SubnetInner subnet)"
nameWithType: "IPConfigurationProfile.withSubnet(SubnetInner subnet)"
summary: "Set the reference to the subnet resource to create a container network interface ip configuration."
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 IPConfigurationProfile withSubnet(SubnetInner subnet)"
desc: "Set the reference to the subnet resource to create a container network interface ip configuration."
returns:
description: "the IPConfigurationProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.network.IPConfigurationProfile?alt=com.microsoft.azure.management.network.IPConfigurationProfile&text=IPConfigurationProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "IP configuration profile child resource."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4