Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.PrivateLinkServiceConnectionState
-
Packages that use PrivateLinkServiceConnectionState Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionState
PrivateEndpointConnection. privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: Gets or sets private link service connection state.PrivateLinkServiceConnectionState
PrivateLinkServiceConnectionState. withActionRequired(String actionRequired)
Set the actionRequired property: Gets or sets actions required.PrivateLinkServiceConnectionState
PrivateLinkServiceConnectionState. withDescription(String description)
Set the description property: Gets or sets description.PrivateLinkServiceConnectionState
PrivateLinkServiceConnectionState. withStatus(PrivateEndpointConnectionStatus status)
Set the status property: Gets or sets the status.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateEndpointConnection
PrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)
Set the privateLinkServiceConnectionState property: Gets or sets private link service connection state.
-