Uses of Class
com.azure.resourcemanager.mediaservices.models.PrivateEndpointServiceConnectionStatus
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of PrivateEndpointServiceConnectionStatus in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.APPROVED
Static value Approved for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.PENDING
Static value Pending for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatus
PrivateEndpointServiceConnectionStatus.REJECTED
Static value Rejected for PrivateEndpointServiceConnectionStatus.Modifier and TypeMethodDescriptionPrivateEndpointServiceConnectionStatus.fromString
(String name) Creates or finds a PrivateEndpointServiceConnectionStatus from its string representation.PrivateLinkServiceConnectionState.status()
Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Modifier and TypeMethodDescriptionPrivateEndpointServiceConnectionStatus.values()
Gets known PrivateEndpointServiceConnectionStatus values.Modifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus
(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.