Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.PrivateEndpointConnectionInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters) Update a private endpoint connection.Get private endpoint connection.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.createOrUpdateWithResponse
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.getWithResponse
(String resourceGroupName, String accountName, String name, com.azure.core.util.Context context) Get private endpoint connection.Modifier and TypeMethodDescriptionPrivateEndpointConnectionsClient.createOrUpdate
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters) Update a private endpoint connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionInner>
PrivateEndpointConnectionsClient.createOrUpdateWithResponse
(String resourceGroupName, String accountName, String name, PrivateEndpointConnectionInner parameters, com.azure.core.util.Context context) Update a private endpoint connection. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateEndpoint
(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: The resource of private end point.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState
(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.Modifier and TypeMethodDescriptionMediaServiceInner.privateEndpointConnections()
Get the privateEndpointConnections property: The Private Endpoint Connections created for the Media Service account.MediaServiceProperties.privateEndpointConnections()
Get the privateEndpointConnections property: The Private Endpoint Connections created for the Media Service account.PrivateEndpointConnectionListResultInner.value()
Get the value property: Array of private endpoint connections.Modifier and TypeMethodDescriptionPrivateEndpointConnectionListResultInner.withValue
(List<PrivateEndpointConnectionInner> value) Set the value property: Array of private endpoint connections. -
Uses of PrivateEndpointConnectionInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionPrivateEndpointConnection.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.PrivateEndpointConnectionInner object.Modifier and TypeMethodDescriptionMediaServiceUpdate.privateEndpointConnections()
Get the privateEndpointConnections property: The Private Endpoint Connections created for the Media Service account.