Uses of Class
com.azure.resourcemanager.automation.models.PrivateLinkServiceConnectionStateProperty
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return PrivateLinkServiceConnectionStatePropertyModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type PrivateLinkServiceConnectionStatePropertyModifier 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
Methods in com.azure.resourcemanager.automation.models that return PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStateProperty.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionStateProperty from the JsonReader.PrivateEndpointConnection.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.Methods in com.azure.resourcemanager.automation.models with parameters of type PrivateLinkServiceConnectionStatePropertyModifier 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..