Uses of Class
com.azure.resourcemanager.monitor.models.PrivateEndpointServiceConnectionStatus
Packages that use PrivateEndpointServiceConnectionStatus
Package
Description
Package containing the data models for MonitorClient.
-
Uses of PrivateEndpointServiceConnectionStatus in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as PrivateEndpointServiceConnectionStatusModifier 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.Methods in com.azure.resourcemanager.monitor.models that return PrivateEndpointServiceConnectionStatusModifier 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.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type PrivateEndpointServiceConnectionStatusModifier and TypeMethodDescriptionPrivateEndpointServiceConnectionStatus.values()
Gets known PrivateEndpointServiceConnectionStatus values.Methods in com.azure.resourcemanager.monitor.models with parameters of type PrivateEndpointServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus
(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.