Uses of Class
com.azure.resourcemanager.digitaltwins.models.ConnectionProperties
Package
Description
Package containing the inner data models for AzureDigitalTwinsManagementClient.
Package containing the data models for AzureDigitalTwinsManagementClient.
-
Uses of ConnectionProperties in com.azure.resourcemanager.digitaltwins.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.properties()
Get the properties property: The connection properties.Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withProperties
(ConnectionProperties properties) Set the properties property: The connection properties. -
Uses of ConnectionProperties in com.azure.resourcemanager.digitaltwins.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.properties()
Gets the properties property: The connection properties.ConnectionProperties.withGroupIds
(List<String> groupIds) Set the groupIds property: The list of group ids for the private endpoint connection.ConnectionProperties.withPrivateEndpoint
(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The private endpoint.ConnectionProperties.withPrivateLinkServiceConnectionState
(ConnectionPropertiesPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The connection state.Modifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithProperties.withProperties
(ConnectionProperties properties) Specifies the properties property: The connection properties..PrivateEndpointConnection.UpdateStages.WithProperties.withProperties
(ConnectionProperties properties) Specifies the properties property: The connection properties..