Uses of Class
com.azure.resourcemanager.keyvault.models.MhsmPrivateLinkServiceConnectionState
Packages that use MhsmPrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of MhsmPrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return MhsmPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.MhsmPrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type MhsmPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(MhsmPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.MhsmPrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(MhsmPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection. -
Uses of MhsmPrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return MhsmPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionMhsmPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MhsmPrivateLinkServiceConnectionState from the JsonReader.MhsmPrivateEndpointConnectionItem.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.MhsmPrivateLinkServiceConnectionState.withActionsRequired(ActionsRequired actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.MhsmPrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The reason for approval or rejection.MhsmPrivateLinkServiceConnectionState.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 MhsmPrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionMhsmPrivateEndpointConnectionItem.withPrivateLinkServiceConnectionState(MhsmPrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.