Class MediaServicesManager
java.lang.Object
com.azure.resourcemanager.mediaservices.MediaServicesManager
Entry point to MediaServicesManager. This Swagger was generated by the API Framework.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of AccountFilters.Gets the resource collection API of AssetFilters.assets()
Gets the resource collection API of Assets.static MediaServicesManager
authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MediaServices service API entry point.static MediaServicesManager
authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MediaServices service API entry point.Gets a Configurable instance that can be used to create MediaServicesManager with optional configuration.Gets the resource collection API of ContentKeyPolicies.jobs()
Gets the resource collection API of Jobs.Gets the resource collection API of LiveEvents.Gets the resource collection API of LiveOutputs.Gets the resource collection API of Locations.Gets the resource collection API of Mediaservices.Gets the resource collection API of MediaServicesOperationResults.Gets the resource collection API of MediaServicesOperationStatuses.Gets the resource collection API of OperationResults.Gets the resource collection API of Operations.Gets the resource collection API of OperationStatuses.Gets the resource collection API of PrivateEndpointConnections.Gets the resource collection API of PrivateLinkResources.Gets the resource collection API of StreamingEndpoints.Gets the resource collection API of StreamingLocators.Gets the resource collection API of StreamingPolicies.tracks()
Gets the resource collection API of Tracks.Gets the resource collection API of Transforms.
-
Method Details
-
authenticate
public static MediaServicesManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MediaServices service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the MediaServices service API instance.
-
authenticate
public static MediaServicesManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of MediaServices service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the MediaServices service API instance.
-
configure
Gets a Configurable instance that can be used to create MediaServicesManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
accountFilters
Gets the resource collection API of AccountFilters. It manages AccountFilter.- Returns:
- Resource collection API of AccountFilters.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
mediaservices
Gets the resource collection API of Mediaservices. It manages MediaService.- Returns:
- Resource collection API of Mediaservices.
-
privateLinkResources
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
privateEndpointConnections
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.- Returns:
- Resource collection API of PrivateEndpointConnections.
-
locations
Gets the resource collection API of Locations.- Returns:
- Resource collection API of Locations.
-
mediaServicesOperationStatuses
Gets the resource collection API of MediaServicesOperationStatuses.- Returns:
- Resource collection API of MediaServicesOperationStatuses.
-
mediaServicesOperationResults
Gets the resource collection API of MediaServicesOperationResults.- Returns:
- Resource collection API of MediaServicesOperationResults.
-
assets
Gets the resource collection API of Assets. It manages Asset.- Returns:
- Resource collection API of Assets.
-
assetFilters
Gets the resource collection API of AssetFilters. It manages AssetFilter.- Returns:
- Resource collection API of AssetFilters.
-
tracks
Gets the resource collection API of Tracks. It manages AssetTrack.- Returns:
- Resource collection API of Tracks.
-
operationStatuses
Gets the resource collection API of OperationStatuses.- Returns:
- Resource collection API of OperationStatuses.
-
operationResults
Gets the resource collection API of OperationResults.- Returns:
- Resource collection API of OperationResults.
-
contentKeyPolicies
Gets the resource collection API of ContentKeyPolicies. It manages ContentKeyPolicy.- Returns:
- Resource collection API of ContentKeyPolicies.
-
transforms
Gets the resource collection API of Transforms. It manages Transform.- Returns:
- Resource collection API of Transforms.
-
jobs
Gets the resource collection API of Jobs. It manages Job.- Returns:
- Resource collection API of Jobs.
-
streamingPolicies
Gets the resource collection API of StreamingPolicies. It manages StreamingPolicy.- Returns:
- Resource collection API of StreamingPolicies.
-
streamingLocators
Gets the resource collection API of StreamingLocators. It manages StreamingLocator.- Returns:
- Resource collection API of StreamingLocators.
-
liveEvents
Gets the resource collection API of LiveEvents. It manages LiveEvent.- Returns:
- Resource collection API of LiveEvents.
-
liveOutputs
Gets the resource collection API of LiveOutputs. It manages LiveOutput.- Returns:
- Resource collection API of LiveOutputs.
-
streamingEndpoints
Gets the resource collection API of StreamingEndpoints. It manages StreamingEndpoint.- Returns:
- Resource collection API of StreamingEndpoints.
-
serviceClient
- Returns:
- Wrapped service client AzureMediaServices providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-