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

108 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState"
name: "ConnectionState"
nameWithType: "ConnectionState"
summary: "The current state of a private endpoint connection."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 **ConnectionState**"
constructors:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.ConnectionState()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.ConnectionState()"
name: "ConnectionState()"
nameWithType: "ConnectionState.ConnectionState()"
syntax: "public ConnectionState()"
methods:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.actionsRequired()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.actionsRequired()"
name: "actionsRequired()"
nameWithType: "ConnectionState.actionsRequired()"
summary: "Get actions required for a private endpoint connection."
syntax: "public String actionsRequired()"
desc: "Get actions required for a private endpoint connection."
returns:
description: "the actionsRequired value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.description()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.description()"
name: "description()"
nameWithType: "ConnectionState.description()"
summary: "Get the description for the current state of a private endpoint connection."
syntax: "public String description()"
desc: "Get the description for the current state of a private endpoint connection."
returns:
description: "the description value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.status()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.status()"
name: "status()"
nameWithType: "ConnectionState.status()"
summary: "Get the status of a private endpoint connection."
syntax: "public PrivateLinkServiceConnectionStatus status()"
desc: "Get the status of a private endpoint connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkServiceConnectionStatus?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkServiceConnectionStatus&text=PrivateLinkServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withActionsRequired(java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withActionsRequired(String actionsRequired)"
name: "withActionsRequired(String actionsRequired)"
nameWithType: "ConnectionState.withActionsRequired(String actionsRequired)"
summary: "Set actions required for a private endpoint connection."
parameters:
- description: "the actionsRequired value to set"
name: "actionsRequired"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withActionsRequired(String actionsRequired)"
desc: "Set actions required for a private endpoint connection."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ConnectionState.withDescription(String description)"
summary: "Set the description for the current state of a private endpoint connection."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withDescription(String description)"
desc: "Set the description for the current state of a private endpoint connection."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withStatus(com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkServiceConnectionStatus)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState.withStatus(PrivateLinkServiceConnectionStatus status)"
name: "withStatus(PrivateLinkServiceConnectionStatus status)"
nameWithType: "ConnectionState.withStatus(PrivateLinkServiceConnectionStatus status)"
summary: "Set the status of a private endpoint connection."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkServiceConnectionStatus?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.PrivateLinkServiceConnectionStatus&text=PrivateLinkServiceConnectionStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionState withStatus(PrivateLinkServiceConnectionStatus status)"
desc: "Set the status of a private endpoint connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'."
returns:
description: "the ConnectionState object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionState&text=ConnectionState\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The current state of a private endpoint connection."
metadata: {}
package: "com.microsoft.azure.management.digitaltwins.v2020_12_01"
artifact: com.microsoft.azure.digitaltwins.v2020_12_01:azure-mgmt-digitaltwins:1.0.0