Uses of Class
com.azure.resourcemanager.monitor.models.PrivateLinkServiceConnectionStateProperty
-
Packages that use PrivateLinkServiceConnectionStateProperty Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateLinkServiceConnectionStatePropertyPrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Connection state of the private endpoint connection.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: Connection state of the private endpoint connection. -
Uses of PrivateLinkServiceConnectionStateProperty in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return PrivateLinkServiceConnectionStateProperty Modifier and Type Method Description PrivateLinkServiceConnectionStatePropertyPrivateLinkServiceConnectionStateProperty. withDescription(String description)Set the description property: The private link service connection description.PrivateLinkServiceConnectionStatePropertyPrivateLinkServiceConnectionStateProperty. withStatus(String status)Set the status property: The private link service connection status.
-