Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateLinkServiceConnectionState
-
Packages that use PrivateLinkServiceConnectionState Package Description com.azure.resourcemanager.keyvault.fluent.models Package containing the inner data models for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionStatePrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateLinkServiceConnectionStatePrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Approval state of the private link connection. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionStatePrivateEndpointConnectionItem. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withActionsRequired(String actionsRequired)Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withDescription(String description)Set the description property: The reason for approval or rejection.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withStatus(PrivateEndpointServiceConnectionStatus status)Set the status property: Indicates whether the connection has been approved, rejected or removed by the key vault owner.Methods in com.azure.resourcemanager.keyvault.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Approval state of the private link connection.
-