Uses of Class
com.azure.resourcemanager.compute.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between DiskAccess and Virtual Network.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between DiskAccess and Virtual Network.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between DiskAccess and Virtual Network.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between DiskAccess and Virtual Network. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PrivateLinkServiceConnectionStateModifier and TypeClassDescriptionfinal classA collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.compute.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.