Uses of Class
com.azure.resourcemanager.cosmos.models.PrivateLinkServiceConnectionStateProperty
Packages that use PrivateLinkServiceConnectionStateProperty
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.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.cosmos.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.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type PrivateLinkServiceConnectionStatePropertyModifier and TypeClassDescriptionfinal classConnection State of the Private Endpoint Connection.Methods in com.azure.resourcemanager.cosmos.models that return PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateLinkServiceConnectionStateProperty.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionStateProperty from the JsonReader.PrivateEndpointConnection.privateLinkServiceConnectionState()Get 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.cosmos.models with parameters of type PrivateLinkServiceConnectionStatePropertyModifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithState.withStateProperty(PrivateLinkServiceConnectionStateProperty property) Specifies state property.PrivateEndpointConnection.UpdateDefinitionStages.WithState.withStateProperty(PrivateLinkServiceConnectionStateProperty property) Specifies state property.PrivateEndpointConnection.UpdateStages.WithState.withStateProperty(PrivateLinkServiceConnectionStateProperty property) Specifies state property.