Uses of Class
com.azure.resourcemanager.redis.models.PrivateLinkServiceConnectionState
-
Packages that use PrivateLinkServiceConnectionState Package Description com.azure.resourcemanager.redis.fluent.models Package containing the inner data models for RedisManagementClient.com.azure.resourcemanager.redis.models Package containing the data models for RedisManagementClient. -
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionStatePrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionStatePrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.redis.models
Methods in com.azure.resourcemanager.redis.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description 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/rejection of the connection.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withStatus(PrivateEndpointServiceConnectionStatus status)Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
-