Uses of Class
com.azure.resourcemanager.keyvault.models.MhsmPrivateLinkServiceConnectionState
Packages that use MhsmPrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for KeyVault.
Package containing the data models for KeyVault.
-
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
Classes in com.azure.resourcemanager.keyvault.models that implement interfaces with type arguments of type MhsmPrivateLinkServiceConnectionStateModifier and TypeClassDescriptionfinal classAn object that represents the approval state of the private link connection.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.