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

118 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties"
name: "ConnectionProperties"
nameWithType: "ConnectionProperties"
summary: "The properties 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 **ConnectionProperties**"
constructors:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.ConnectionProperties()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.ConnectionProperties()"
name: "ConnectionProperties()"
nameWithType: "ConnectionProperties.ConnectionProperties()"
syntax: "public ConnectionProperties()"
methods:
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.groupIds()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.groupIds()"
name: "groupIds()"
nameWithType: "ConnectionProperties.groupIds()"
summary: "Get the list of group ids for the private endpoint connection."
syntax: "public List<String> groupIds()"
desc: "Get the list of group ids for the private endpoint connection."
returns:
description: "the groupIds value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.privateEndpoint()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.privateEndpoint()"
name: "privateEndpoint()"
nameWithType: "ConnectionProperties.privateEndpoint()"
summary: "Get the private<wbr>Endpoint value."
syntax: "public ConnectionPropertiesPrivateEndpoint privateEndpoint()"
desc: "Get the privateEndpoint value."
returns:
description: "the privateEndpoint value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateEndpoint?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateEndpoint&text=ConnectionPropertiesPrivateEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.privateLinkServiceConnectionState()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.privateLinkServiceConnectionState()"
name: "privateLinkServiceConnectionState()"
nameWithType: "ConnectionProperties.privateLinkServiceConnectionState()"
summary: "Get the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State value."
syntax: "public ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState()"
desc: "Get the privateLinkServiceConnectionState value."
returns:
description: "the privateLinkServiceConnectionState value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateLinkServiceConnectionState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateLinkServiceConnectionState&text=ConnectionPropertiesPrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.provisioningState()"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ConnectionProperties.provisioningState()"
summary: "Get the provisioning state."
syntax: "public ConnectionPropertiesProvisioningState provisioningState()"
desc: "Get the provisioning state. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'."
returns:
description: "the provisioningState value"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesProvisioningState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesProvisioningState&text=ConnectionPropertiesProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withGroupIds(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withGroupIds(List<String> groupIds)"
name: "withGroupIds(List<String> groupIds)"
nameWithType: "ConnectionProperties.withGroupIds(List<String> groupIds)"
summary: "Set the list of group ids for the private endpoint connection."
parameters:
- description: "the groupIds value to set"
name: "groupIds"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ConnectionProperties withGroupIds(List<String> groupIds)"
desc: "Set the list of group ids for the private endpoint connection."
returns:
description: "the ConnectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties&text=ConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withPrivateEndpoint(com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateEndpoint)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withPrivateEndpoint(ConnectionPropertiesPrivateEndpoint privateEndpoint)"
name: "withPrivateEndpoint(ConnectionPropertiesPrivateEndpoint privateEndpoint)"
nameWithType: "ConnectionProperties.withPrivateEndpoint(ConnectionPropertiesPrivateEndpoint privateEndpoint)"
summary: "Set the private<wbr>Endpoint value."
parameters:
- description: "the privateEndpoint value to set"
name: "privateEndpoint"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateEndpoint?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateEndpoint&text=ConnectionPropertiesPrivateEndpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionProperties withPrivateEndpoint(ConnectionPropertiesPrivateEndpoint privateEndpoint)"
desc: "Set the privateEndpoint value."
returns:
description: "the ConnectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties&text=ConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withPrivateLinkServiceConnectionState(com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateLinkServiceConnectionState)"
fullName: "com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties.withPrivateLinkServiceConnectionState(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
name: "withPrivateLinkServiceConnectionState(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
nameWithType: "ConnectionProperties.withPrivateLinkServiceConnectionState(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
summary: "Set the private<wbr>Link<wbr>Service<wbr>Connection<wbr>State value."
parameters:
- description: "the privateLinkServiceConnectionState value to set"
name: "privateLinkServiceConnectionState"
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateLinkServiceConnectionState?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionPropertiesPrivateLinkServiceConnectionState&text=ConnectionPropertiesPrivateLinkServiceConnectionState\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ConnectionProperties withPrivateLinkServiceConnectionState(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState)"
desc: "Set the privateLinkServiceConnectionState value."
returns:
description: "the ConnectionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties?alt=com.microsoft.azure.management.digitaltwins.v2020_12_01.ConnectionProperties&text=ConnectionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties 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