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

184 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties"
name: "PrivateLinkServiceConnectionProperties"
nameWithType: "PrivateLinkServiceConnectionProperties"
summary: "Properties of the Private<wbr>Link<wbr>Service<wbr>Connection."
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 **PrivateLinkServiceConnectionProperties**</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.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.PrivateLinkServiceConnectionProperties()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.PrivateLinkServiceConnectionProperties()"
name: "PrivateLinkServiceConnectionProperties()"
nameWithType: "PrivateLinkServiceConnectionProperties.PrivateLinkServiceConnectionProperties()"
summary: "Creates an instance of Private<wbr>Link<wbr>Service<wbr>Connection<wbr>Properties class."
syntax: "public PrivateLinkServiceConnectionProperties()"
desc: "Creates an instance of PrivateLinkServiceConnectionProperties class."
methods:
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PrivateLinkServiceConnectionProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Private<wbr>Link<wbr>Service<wbr>Connection<wbr>Properties 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 PrivateLinkServiceConnectionProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PrivateLinkServiceConnectionProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PrivateLinkServiceConnectionProperties from the JsonReader."
returns:
description: "An instance of PrivateLinkServiceConnectionProperties if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.groupIds()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.groupIds()"
name: "groupIds()"
nameWithType: "PrivateLinkServiceConnectionProperties.groupIds()"
summary: "Get the group<wbr>Ids property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to."
syntax: "public List<String> groupIds()"
desc: "Get the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to."
returns:
description: "the groupIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.privateLinkServiceConnectionState()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.privateLinkServiceConnectionState()"
name: "privateLinkServiceConnectionState()"
nameWithType: "PrivateLinkServiceConnectionProperties.privateLinkServiceConnectionState()"
summary: "Get the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State property: A collection of read-only information about the state of the connection to the remote resource."
syntax: "public PrivateLinkServiceConnectionState privateLinkServiceConnectionState()"
desc: "Get the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource."
returns:
description: "the privateLinkServiceConnectionState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.privateLinkServiceId()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.privateLinkServiceId()"
name: "privateLinkServiceId()"
nameWithType: "PrivateLinkServiceConnectionProperties.privateLinkServiceId()"
summary: "Get the private<wbr>Link<wbr>Service<wbr>Id property: The resource id of private link service."
syntax: "public String privateLinkServiceId()"
desc: "Get the privateLinkServiceId property: The resource id of private link service."
returns:
description: "the privateLinkServiceId 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.PrivateLinkServiceConnectionProperties.provisioningState()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "PrivateLinkServiceConnectionProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the private link service connection resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the private link service connection 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.PrivateLinkServiceConnectionProperties.requestMessage()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.requestMessage()"
name: "requestMessage()"
nameWithType: "PrivateLinkServiceConnectionProperties.requestMessage()"
summary: "Get the request<wbr>Message property: A message passed to the owner of the remote resource with this connection request."
syntax: "public String requestMessage()"
desc: "Get the requestMessage property: A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars."
returns:
description: "the requestMessage 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.PrivateLinkServiceConnectionProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PrivateLinkServiceConnectionProperties.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.PrivateLinkServiceConnectionProperties.validate()"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.validate()"
name: "validate()"
nameWithType: "PrivateLinkServiceConnectionProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withGroupIds(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withGroupIds(List<String> groupIds)"
name: "withGroupIds(List<String> groupIds)"
nameWithType: "PrivateLinkServiceConnectionProperties.withGroupIds(List<String> groupIds)"
summary: "Set the group<wbr>Ids property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to."
parameters:
- description: "the groupIds value to set."
name: "groupIds"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public PrivateLinkServiceConnectionProperties withGroupIds(List<String> groupIds)"
desc: "Set the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to."
returns:
description: "the PrivateLinkServiceConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceConnectionState(com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
name: "withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
nameWithType: "PrivateLinkServiceConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
summary: "Set the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State property: A collection of read-only information about the state of the connection to the remote resource."
parameters:
- description: "the privateLinkServiceConnectionState value to set."
name: "privateLinkServiceConnectionState"
type: "<xref href=\"com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PrivateLinkServiceConnectionProperties withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
desc: "Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource."
returns:
description: "the PrivateLinkServiceConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceId(String privateLinkServiceId)"
name: "withPrivateLinkServiceId(String privateLinkServiceId)"
nameWithType: "PrivateLinkServiceConnectionProperties.withPrivateLinkServiceId(String privateLinkServiceId)"
summary: "Set the private<wbr>Link<wbr>Service<wbr>Id property: The resource id of private link service."
parameters:
- description: "the privateLinkServiceId value to set."
name: "privateLinkServiceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PrivateLinkServiceConnectionProperties withPrivateLinkServiceId(String privateLinkServiceId)"
desc: "Set the privateLinkServiceId property: The resource id of private link service."
returns:
description: "the PrivateLinkServiceConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withRequestMessage(java.lang.String)"
fullName: "com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties.withRequestMessage(String requestMessage)"
name: "withRequestMessage(String requestMessage)"
nameWithType: "PrivateLinkServiceConnectionProperties.withRequestMessage(String requestMessage)"
summary: "Set the request<wbr>Message property: A message passed to the owner of the remote resource with this connection request."
parameters:
- description: "the requestMessage value to set."
name: "requestMessage"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PrivateLinkServiceConnectionProperties withRequestMessage(String requestMessage)"
desc: "Set the requestMessage property: A message passed to the owner of the remote resource with this connection request. Restricted to 140 chars."
returns:
description: "the PrivateLinkServiceConnectionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the PrivateLinkServiceConnection."
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.PrivateLinkServiceConnectionProperties?alt=com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties&text=PrivateLinkServiceConnectionProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0