Interface VideoAnalyzerManagementClient
-
public interface VideoAnalyzerManagementClientThe interface for VideoAnalyzerManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessPoliciesClientgetAccessPolicies()Gets the AccessPoliciesClient object to access its operations.StringgetApiVersion()Gets Api Version.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.EdgeModulesClientgetEdgeModules()Gets the EdgeModulesClient object to access its operations.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.LivePipelineOperationStatusesClientgetLivePipelineOperationStatuses()Gets the LivePipelineOperationStatusesClient object to access its operations.LivePipelinesClientgetLivePipelines()Gets the LivePipelinesClient object to access its operations.LocationsClientgetLocations()Gets the LocationsClient object to access its operations.OperationResultsClientgetOperationResults()Gets the OperationResultsClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.OperationStatusesClientgetOperationStatuses()Gets the OperationStatusesClient object to access its operations.PipelineJobOperationStatusesClientgetPipelineJobOperationStatuses()Gets the PipelineJobOperationStatusesClient object to access its operations.PipelineJobsClientgetPipelineJobs()Gets the PipelineJobsClient object to access its operations.PipelineTopologiesClientgetPipelineTopologies()Gets the PipelineTopologiesClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.StringgetSubscriptionId()Gets The ID of the target subscription.VideoAnalyzerOperationResultsClientgetVideoAnalyzerOperationResults()Gets the VideoAnalyzerOperationResultsClient object to access its operations.VideoAnalyzerOperationStatusesClientgetVideoAnalyzerOperationStatuses()Gets the VideoAnalyzerOperationStatusesClient object to access its operations.VideoAnalyzersClientgetVideoAnalyzers()Gets the VideoAnalyzersClient object to access its operations.VideosClientgetVideos()Gets the VideosClient object to access its operations.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()
Gets Api Version.- Returns:
- the apiVersion 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.
-
getEdgeModules
EdgeModulesClient getEdgeModules()
Gets the EdgeModulesClient object to access its operations.- Returns:
- the EdgeModulesClient object.
-
getPipelineTopologies
PipelineTopologiesClient getPipelineTopologies()
Gets the PipelineTopologiesClient object to access its operations.- Returns:
- the PipelineTopologiesClient object.
-
getLivePipelines
LivePipelinesClient getLivePipelines()
Gets the LivePipelinesClient object to access its operations.- Returns:
- the LivePipelinesClient object.
-
getPipelineJobs
PipelineJobsClient getPipelineJobs()
Gets the PipelineJobsClient object to access its operations.- Returns:
- the PipelineJobsClient object.
-
getLivePipelineOperationStatuses
LivePipelineOperationStatusesClient getLivePipelineOperationStatuses()
Gets the LivePipelineOperationStatusesClient object to access its operations.- Returns:
- the LivePipelineOperationStatusesClient object.
-
getPipelineJobOperationStatuses
PipelineJobOperationStatusesClient getPipelineJobOperationStatuses()
Gets the PipelineJobOperationStatusesClient object to access its operations.- Returns:
- the PipelineJobOperationStatusesClient object.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getVideoAnalyzers
VideoAnalyzersClient getVideoAnalyzers()
Gets the VideoAnalyzersClient object to access its operations.- Returns:
- the VideoAnalyzersClient 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.
-
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.
-
getVideoAnalyzerOperationStatuses
VideoAnalyzerOperationStatusesClient getVideoAnalyzerOperationStatuses()
Gets the VideoAnalyzerOperationStatusesClient object to access its operations.- Returns:
- the VideoAnalyzerOperationStatusesClient object.
-
getVideoAnalyzerOperationResults
VideoAnalyzerOperationResultsClient getVideoAnalyzerOperationResults()
Gets the VideoAnalyzerOperationResultsClient object to access its operations.- Returns:
- the VideoAnalyzerOperationResultsClient object.
-
getLocations
LocationsClient getLocations()
Gets the LocationsClient object to access its operations.- Returns:
- the LocationsClient object.
-
getVideos
VideosClient getVideos()
Gets the VideosClient object to access its operations.- Returns:
- the VideosClient object.
-
getAccessPolicies
AccessPoliciesClient getAccessPolicies()
Gets the AccessPoliciesClient object to access its operations.- Returns:
- the AccessPoliciesClient object.
-
-