150 строки
13 KiB
YAML
150 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState"
|
|
name: "PrivateLinkServiceConnectionState"
|
|
nameWithType: "PrivateLinkServiceConnectionState"
|
|
summary: "A collection of information about the state of the connection between service consumer and provider."
|
|
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 **PrivateLinkServiceConnectionState**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
name: "PrivateLinkServiceConnectionState()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.PrivateLinkServiceConnectionState()"
|
|
summary: "Creates an instance of Private<wbr>Link<wbr>Service<wbr>Connection<wbr>State class."
|
|
syntax: "public PrivateLinkServiceConnectionState()"
|
|
desc: "Creates an instance of PrivateLinkServiceConnectionState class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.actionsRequired()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.actionsRequired()"
|
|
name: "actionsRequired()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.actionsRequired()"
|
|
summary: "Get the actions<wbr>Required property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
syntax: "public String actionsRequired()"
|
|
desc: "Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
returns:
|
|
description: "the actionsRequired value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.description()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.description()"
|
|
name: "description()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.description()"
|
|
summary: "Get the description property: The reason for approval/rejection of the connection."
|
|
syntax: "public String description()"
|
|
desc: "Get the description property: The reason for approval/rejection of the connection."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Private<wbr>Link<wbr>Service<wbr>Connection<wbr>State 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 PrivateLinkServiceConnectionState fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the PrivateLinkServiceConnectionState."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of PrivateLinkServiceConnectionState from the JsonReader."
|
|
returns:
|
|
description: "An instance of PrivateLinkServiceConnectionState if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.status()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.status()"
|
|
name: "status()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.status()"
|
|
summary: "Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
|
|
syntax: "public PrivateEndpointServiceConnectionStatus status()"
|
|
desc: "Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointServiceConnectionStatus?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.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.desktopvirtualization.models.PrivateLinkServiceConnectionState.validate()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.validate()"
|
|
name: "validate()"
|
|
nameWithType: "PrivateLinkServiceConnectionState.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withActionsRequired(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired)"
|
|
name: "withActionsRequired(String actionsRequired)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired)"
|
|
summary: "Set the actions<wbr>Required property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
parameters:
|
|
- description: "the actionsRequired value to set."
|
|
name: "actionsRequired"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)"
|
|
desc: "Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer."
|
|
returns:
|
|
description: "the PrivateLinkServiceConnectionState object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withDescription(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withDescription(String description)"
|
|
name: "withDescription(String description)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.withDescription(String description)"
|
|
summary: "Set the description property: The reason for approval/rejection of the connection."
|
|
parameters:
|
|
- description: "the description value to set."
|
|
name: "description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public PrivateLinkServiceConnectionState withDescription(String description)"
|
|
desc: "Set the description property: The reason for approval/rejection of the connection."
|
|
returns:
|
|
description: "the PrivateLinkServiceConnectionState object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withStatus(com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointServiceConnectionStatus)"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
name: "withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
nameWithType: "PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
summary: "Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
|
|
parameters:
|
|
- description: "the status value to set."
|
|
name: "status"
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointServiceConnectionStatus?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointServiceConnectionStatus&text=PrivateEndpointServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public PrivateLinkServiceConnectionState withStatus(PrivateEndpointServiceConnectionStatus status)"
|
|
desc: "Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
|
|
returns:
|
|
description: "the PrivateLinkServiceConnectionState object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A collection of information about the state of the connection between service consumer and provider."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateLinkServiceConnectionState&text=PrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.desktopvirtualization.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0
|