Uses of Class
com.azure.resourcemanager.mediaservices.models.PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionProperties.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.mediaservices.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.privateLinkServiceConnectionState()
Gets the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionState.withActionsRequired
(String actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription
(String description) Set the description property: The reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.withStatus
(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Modifier and TypeMethodDescriptionPrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..