Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionItem
-
Packages that use PrivateEndpointConnectionItem Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of PrivateEndpointConnectionItem in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointConnectionItem Modifier and Type Method Description PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withEtag(String etag)Set the etag property: Modified whenever there is a change in the state of private endpoint connection.PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withId(String id)Set the id property: Id of private endpoint connection.PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Approval state of the private link connection.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type PrivateEndpointConnectionItem Modifier and Type Method Description List<PrivateEndpointConnectionItem>VaultProperties. privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections associated with the key vault.
-