Interface AzureMediaServices
public interface AzureMediaServices
The interface for AzureMediaServices class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AccountFiltersClient object to access its operations.Gets the AssetFiltersClient object to access its operations.Gets the AssetsClient object to access its operations.Gets the ContentKeyPoliciesClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.getJobs()
Gets the JobsClient object to access its operations.Gets the LiveEventsClient object to access its operations.Gets the LiveOutputsClient object to access its operations.Gets the LocationsClient object to access its operations.Gets the MediaservicesClient object to access its operations.Gets the MediaServicesOperationResultsClient object to access its operations.Gets the MediaServicesOperationStatusesClient object to access its operations.Gets the OperationResultsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the OperationStatusesClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the StreamingEndpointsClient object to access its operations.Gets the StreamingLocatorsClient object to access its operations.Gets the StreamingPoliciesClient object to access its operations.Gets The unique identifier for a Microsoft Azure subscription.Gets the TracksClient object to access its operations.Gets the TransformsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The unique identifier for a Microsoft Azure subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getAccountFilters
AccountFiltersClient getAccountFilters()Gets the AccountFiltersClient object to access its operations.- Returns:
- the AccountFiltersClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getMediaservices
MediaservicesClient getMediaservices()Gets the MediaservicesClient object to access its operations.- Returns:
- the MediaservicesClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getLocations
LocationsClient getLocations()Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getMediaServicesOperationStatuses
MediaServicesOperationStatusesClient getMediaServicesOperationStatuses()Gets the MediaServicesOperationStatusesClient object to access its operations.- Returns:
- the MediaServicesOperationStatusesClient object.
-
getMediaServicesOperationResults
MediaServicesOperationResultsClient getMediaServicesOperationResults()Gets the MediaServicesOperationResultsClient object to access its operations.- Returns:
- the MediaServicesOperationResultsClient object.
-
getAssets
AssetsClient getAssets()Gets the AssetsClient object to access its operations.- Returns:
- the AssetsClient object.
-
getAssetFilters
AssetFiltersClient getAssetFilters()Gets the AssetFiltersClient object to access its operations.- Returns:
- the AssetFiltersClient object.
-
getTracks
TracksClient getTracks()Gets the TracksClient object to access its operations.- Returns:
- the TracksClient object.
-
getOperationStatuses
OperationStatusesClient getOperationStatuses()Gets the OperationStatusesClient object to access its operations.- Returns:
- the OperationStatusesClient object.
-
getOperationResults
OperationResultsClient getOperationResults()Gets the OperationResultsClient object to access its operations.- Returns:
- the OperationResultsClient object.
-
getContentKeyPolicies
ContentKeyPoliciesClient getContentKeyPolicies()Gets the ContentKeyPoliciesClient object to access its operations.- Returns:
- the ContentKeyPoliciesClient object.
-
getTransforms
TransformsClient getTransforms()Gets the TransformsClient object to access its operations.- Returns:
- the TransformsClient object.
-
getJobs
JobsClient getJobs()Gets the JobsClient object to access its operations.- Returns:
- the JobsClient object.
-
getStreamingPolicies
StreamingPoliciesClient getStreamingPolicies()Gets the StreamingPoliciesClient object to access its operations.- Returns:
- the StreamingPoliciesClient object.
-
getStreamingLocators
StreamingLocatorsClient getStreamingLocators()Gets the StreamingLocatorsClient object to access its operations.- Returns:
- the StreamingLocatorsClient object.
-
getLiveEvents
LiveEventsClient getLiveEvents()Gets the LiveEventsClient object to access its operations.- Returns:
- the LiveEventsClient object.
-
getLiveOutputs
LiveOutputsClient getLiveOutputs()Gets the LiveOutputsClient object to access its operations.- Returns:
- the LiveOutputsClient object.
-
getStreamingEndpoints
StreamingEndpointsClient getStreamingEndpoints()Gets the StreamingEndpointsClient object to access its operations.- Returns:
- the StreamingEndpointsClient object.
-