Uses of Class
com.azure.resourcemanager.automation.models.PrivateLinkServiceConnectionStateProperty
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection. -
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.PrivateLinkServiceConnectionStateProperty.withDescription
(String description) Set the description property: The private link service connection description.PrivateLinkServiceConnectionStateProperty.withStatus
(String status) Set the status property: The private link service connection status.Modifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection..PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection..