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

215 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration"
name: "PrivateLinkServiceIpConfiguration"
nameWithType: "PrivateLinkServiceIpConfiguration"
summary: "The private link service 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 **PrivateLinkServiceIpConfiguration**</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.PrivateLinkServiceIpConfiguration.PrivateLinkServiceIpConfiguration()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.PrivateLinkServiceIpConfiguration()"
name: "PrivateLinkServiceIpConfiguration()"
nameWithType: "PrivateLinkServiceIpConfiguration.PrivateLinkServiceIpConfiguration()"
syntax: "public PrivateLinkServiceIpConfiguration()"
methods:
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.etag()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.etag()"
name: "etag()"
nameWithType: "PrivateLinkServiceIpConfiguration.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.PrivateLinkServiceIpConfiguration.name()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.name()"
name: "name()"
nameWithType: "PrivateLinkServiceIpConfiguration.name()"
summary: "Get the name of private link service ip configuration."
syntax: "public String name()"
desc: "Get the name of private link service ip configuration."
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.PrivateLinkServiceIpConfiguration.primary()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.primary()"
name: "primary()"
nameWithType: "PrivateLinkServiceIpConfiguration.primary()"
summary: "Get whether the ip configuration is primary or not."
syntax: "public Boolean primary()"
desc: "Get whether the ip configuration is primary or not."
returns:
description: "the primary value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.privateIPAddress()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.privateIPAddress()"
name: "privateIPAddress()"
nameWithType: "PrivateLinkServiceIpConfiguration.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.PrivateLinkServiceIpConfiguration.privateIPAddressVersion()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.privateIPAddressVersion()"
name: "privateIPAddressVersion()"
nameWithType: "PrivateLinkServiceIpConfiguration.privateIPAddressVersion()"
summary: "Get whether the specific IP configuration is IPv4 or IPv6."
syntax: "public IPVersion privateIPAddressVersion()"
desc: "Get whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'."
returns:
description: "the privateIPAddressVersion value"
type: "<xref href=\"com.microsoft.azure.management.network.IPVersion?alt=com.microsoft.azure.management.network.IPVersion&text=IPVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.privateIPAllocationMethod()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.privateIPAllocationMethod()"
name: "privateIPAllocationMethod()"
nameWithType: "PrivateLinkServiceIpConfiguration.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.PrivateLinkServiceIpConfiguration.provisioningState()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.provisioningState()"
name: "provisioningState()"
nameWithType: "PrivateLinkServiceIpConfiguration.provisioningState()"
summary: "Get the provisioning state of the private link service IP configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioning state of the private link service 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.PrivateLinkServiceIpConfiguration.subnet()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.subnet()"
name: "subnet()"
nameWithType: "PrivateLinkServiceIpConfiguration.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.PrivateLinkServiceIpConfiguration.type()"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.type()"
name: "type()"
nameWithType: "PrivateLinkServiceIpConfiguration.type()"
summary: "Get the resource type."
syntax: "public String type()"
desc: "Get the 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.PrivateLinkServiceIpConfiguration.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withName(String name)"
name: "withName(String name)"
nameWithType: "PrivateLinkServiceIpConfiguration.withName(String name)"
summary: "Set the name of private link service ip configuration."
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 PrivateLinkServiceIpConfiguration withName(String name)"
desc: "Set the name of private link service ip configuration."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrimary(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrimary(Boolean primary)"
name: "withPrimary(Boolean primary)"
nameWithType: "PrivateLinkServiceIpConfiguration.withPrimary(Boolean primary)"
summary: "Set whether the ip configuration is primary or not."
parameters:
- description: "the primary value to set"
name: "primary"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceIpConfiguration withPrimary(Boolean primary)"
desc: "Set whether the ip configuration is primary or not."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAddress(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAddress(String privateIPAddress)"
name: "withPrivateIPAddress(String privateIPAddress)"
nameWithType: "PrivateLinkServiceIpConfiguration.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 PrivateLinkServiceIpConfiguration withPrivateIPAddress(String privateIPAddress)"
desc: "Set the private IP address of the IP configuration."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(com.microsoft.azure.management.network.IPVersion)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)"
name: "withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)"
nameWithType: "PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)"
summary: "Set whether the specific IP configuration is IPv4 or IPv6."
parameters:
- description: "the privateIPAddressVersion value to set"
name: "privateIPAddressVersion"
type: "<xref href=\"com.microsoft.azure.management.network.IPVersion?alt=com.microsoft.azure.management.network.IPVersion&text=IPVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceIpConfiguration withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)"
desc: "Set whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod(com.microsoft.azure.management.network.IPAllocationMethod)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
name: "withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
nameWithType: "PrivateLinkServiceIpConfiguration.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 PrivateLinkServiceIpConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)"
desc: "Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner)"
fullName: "com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration.withSubnet(SubnetInner subnet)"
name: "withSubnet(SubnetInner subnet)"
nameWithType: "PrivateLinkServiceIpConfiguration.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 PrivateLinkServiceIpConfiguration withSubnet(SubnetInner subnet)"
desc: "Set the reference to the subnet resource."
returns:
description: "the PrivateLinkServiceIpConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration?alt=com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration&text=PrivateLinkServiceIpConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The private link service ip configuration."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4