Uses of Class
com.azure.resourcemanager.cosmos.models.PrivateLinkServiceConnectionStateProperty
-
Packages that use PrivateLinkServiceConnectionStateProperty Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateLinkServiceConnectionStatePropertyPrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.PrivateLinkServiceConnectionStatePropertyPrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Connection State of the Private Endpoint Connection. -
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateLinkServiceConnectionStatePropertyPrivateEndpointConnection. privateLinkServiceConnectionState()Get connection State of the Private Endpoint Connection.PrivateLinkServiceConnectionStatePropertyPrivateLinkServiceConnectionStateProperty. withDescription(String description)Set the description property: The private link service connection description.PrivateLinkServiceConnectionStatePropertyPrivateLinkServiceConnectionStateProperty. withStatus(String status)Set the status property: The private link service connection status.Methods in com.azure.resourcemanager.cosmos.models with parameters of type PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateEndpointConnection.DefinitionStages.WithAttach<ParentT>PrivateEndpointConnection.DefinitionStages.WithState. withStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.PrivateEndpointConnection.UpdateDefinitionStages.WithAttach<ParentT>PrivateEndpointConnection.UpdateDefinitionStages.WithState. withStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.PrivateEndpointConnection.UpdatePrivateEndpointConnection.UpdateStages.WithState. withStateProperty(PrivateLinkServiceConnectionStateProperty property)Specifies state property.
-