azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

208 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner"
name: "PrivateLinkServiceIpConfigurationPropertiesInner"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner"
summary: "Properties of private link service IP configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PrivateLinkServiceIpConfigurationPropertiesInner**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.PrivateLinkServiceIpConfigurationPropertiesInner()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.PrivateLinkServiceIpConfigurationPropertiesInner()"
name: "PrivateLinkServiceIpConfigurationPropertiesInner()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.PrivateLinkServiceIpConfigurationPropertiesInner()"
summary: "Creates an instance of Private<wbr>Link<wbr>Service<wbr>IpConfiguration<wbr>Properties<wbr>Inner class."
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner()"
desc: "Creates an instance of PrivateLinkServiceIpConfigurationPropertiesInner class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Private<wbr>Link<wbr>Service<wbr>IpConfiguration<wbr>Properties<wbr>Inner from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PrivateLinkServiceIpConfigurationPropertiesInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PrivateLinkServiceIpConfigurationPropertiesInner."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PrivateLinkServiceIpConfigurationPropertiesInner from the JsonReader."
returns:
description: "An instance of PrivateLinkServiceIpConfigurationPropertiesInner if the JsonReader was pointing to an\n instance of it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.primary()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.primary()"
name: "primary()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.primary()"
summary: "Get the primary property: Whether the ip configuration is primary or not."
syntax: "public Boolean primary()"
desc: "Get the primary property: Whether the ip configuration is primary or not."
returns:
description: "the primary value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddress()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddress()"
name: "privateIpAddress()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddress()"
summary: "Get the private<wbr>IpAddress property: The private IP address of the IP configuration."
syntax: "public String privateIpAddress()"
desc: "Get the privateIpAddress property: The private IP address of the IP configuration."
returns:
description: "the privateIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddressVersion()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddressVersion()"
name: "privateIpAddressVersion()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAddressVersion()"
summary: "Get the private<wbr>IpAddress<wbr>Version property: Whether the specific IP configuration is IPv4 or IPv6."
syntax: "public IpVersion privateIpAddressVersion()"
desc: "Get the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4."
returns:
description: "the privateIpAddressVersion value."
type: "<xref href=\"com.azure.resourcemanager.network.models.IpVersion?alt=com.azure.resourcemanager.network.models.IpVersion&text=IpVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAllocationMethod()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAllocationMethod()"
name: "privateIpAllocationMethod()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.privateIpAllocationMethod()"
summary: "Get the private<wbr>IpAllocation<wbr>Method property: The private IP address allocation method."
syntax: "public IpAllocationMethod privateIpAllocationMethod()"
desc: "Get the privateIpAllocationMethod property: The private IP address allocation method."
returns:
description: "the privateIpAllocationMethod value."
type: "<xref href=\"com.azure.resourcemanager.network.models.IpAllocationMethod?alt=com.azure.resourcemanager.network.models.IpAllocationMethod&text=IpAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.provisioningState()"
name: "provisioningState()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the private link service IP configuration resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the private link service IP configuration resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.subnet()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.subnet()"
name: "subnet()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.subnet()"
summary: "Get the subnet property: The reference to the subnet resource."
syntax: "public SubnetInner subnet()"
desc: "Get the subnet property: The reference to the subnet resource."
returns:
description: "the subnet value."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.SubnetInner?alt=com.azure.resourcemanager.network.fluent.models.SubnetInner&text=SubnetInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.validate()"
name: "validate()"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrimary(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrimary(Boolean primary)"
name: "withPrimary(Boolean primary)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.withPrimary(Boolean primary)"
summary: "Set the primary property: Whether the ip configuration is primary or not."
parameters:
- description: "the primary value to set."
name: "primary"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner withPrimary(Boolean primary)"
desc: "Set the primary property: Whether the ip configuration is primary or not."
returns:
description: "the PrivateLinkServiceIpConfigurationPropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddress(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddress(String privateIpAddress)"
name: "withPrivateIpAddress(String privateIpAddress)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddress(String privateIpAddress)"
summary: "Set the private<wbr>IpAddress property: The private IP address of the IP configuration."
parameters:
- description: "the privateIpAddress value to set."
name: "privateIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner withPrivateIpAddress(String privateIpAddress)"
desc: "Set the privateIpAddress property: The private IP address of the IP configuration."
returns:
description: "the PrivateLinkServiceIpConfigurationPropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddressVersion(com.azure.resourcemanager.network.models.IpVersion)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)"
name: "withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)"
summary: "Set the private<wbr>IpAddress<wbr>Version property: Whether the specific IP configuration is IPv4 or IPv6."
parameters:
- description: "the privateIpAddressVersion value to set."
name: "privateIpAddressVersion"
type: "<xref href=\"com.azure.resourcemanager.network.models.IpVersion?alt=com.azure.resourcemanager.network.models.IpVersion&text=IpVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)"
desc: "Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4."
returns:
description: "the PrivateLinkServiceIpConfigurationPropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAllocationMethod(com.azure.resourcemanager.network.models.IpAllocationMethod)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)"
name: "withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)"
summary: "Set the private<wbr>IpAllocation<wbr>Method property: The private IP address allocation method."
parameters:
- description: "the privateIpAllocationMethod value to set."
name: "privateIpAllocationMethod"
type: "<xref href=\"com.azure.resourcemanager.network.models.IpAllocationMethod?alt=com.azure.resourcemanager.network.models.IpAllocationMethod&text=IpAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)"
desc: "Set the privateIpAllocationMethod property: The private IP address allocation method."
returns:
description: "the PrivateLinkServiceIpConfigurationPropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withSubnet(com.azure.resourcemanager.network.fluent.models.SubnetInner)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner.withSubnet(SubnetInner subnet)"
name: "withSubnet(SubnetInner subnet)"
nameWithType: "PrivateLinkServiceIpConfigurationPropertiesInner.withSubnet(SubnetInner subnet)"
summary: "Set the subnet property: The reference to the subnet resource."
parameters:
- description: "the subnet value to set."
name: "subnet"
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.SubnetInner?alt=com.azure.resourcemanager.network.fluent.models.SubnetInner&text=SubnetInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceIpConfigurationPropertiesInner withSubnet(SubnetInner subnet)"
desc: "Set the subnet property: The reference to the subnet resource."
returns:
description: "the PrivateLinkServiceIpConfigurationPropertiesInner object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of private link service IP configuration."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner&text=PrivateLinkServiceIpConfigurationPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0