Class VideoAnalyzerManager
- java.lang.Object
-
- com.azure.resourcemanager.videoanalyzer.VideoAnalyzerManager
-
public final class VideoAnalyzerManager extends Object
Entry point to VideoAnalyzerManager. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVideoAnalyzerManager.ConfigurableThe Configurable allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessPoliciesaccessPolicies()Gets the resource collection API of AccessPolicies.static VideoAnalyzerManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)Creates an instance of Video Analyzer service API entry point.static VideoAnalyzerManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)Creates an instance of Video Analyzer service API entry point.static VideoAnalyzerManager.Configurableconfigure()Gets a Configurable instance that can be used to create VideoAnalyzerManager with optional configuration.EdgeModulesedgeModules()Gets the resource collection API of EdgeModules.LivePipelineOperationStatuseslivePipelineOperationStatuses()Gets the resource collection API of LivePipelineOperationStatuses.LivePipelineslivePipelines()Gets the resource collection API of LivePipelines.Locationslocations()Gets the resource collection API of Locations.OperationResultsoperationResults()Gets the resource collection API of OperationResults.Operationsoperations()Gets the resource collection API of Operations.OperationStatusesoperationStatuses()Gets the resource collection API of OperationStatuses.PipelineJobOperationStatusespipelineJobOperationStatuses()Gets the resource collection API of PipelineJobOperationStatuses.PipelineJobspipelineJobs()Gets the resource collection API of PipelineJobs.PipelineTopologiespipelineTopologies()Gets the resource collection API of PipelineTopologies.PrivateEndpointConnectionsprivateEndpointConnections()Gets the resource collection API of PrivateEndpointConnections.PrivateLinkResourcesprivateLinkResources()Gets the resource collection API of PrivateLinkResources.VideoAnalyzerManagementClientserviceClient()VideoAnalyzerOperationResultsvideoAnalyzerOperationResults()Gets the resource collection API of VideoAnalyzerOperationResults.VideoAnalyzerOperationStatusesvideoAnalyzerOperationStatuses()Gets the resource collection API of VideoAnalyzerOperationStatuses.VideoAnalyzersvideoAnalyzers()Gets the resource collection API of VideoAnalyzers.Videosvideos()Gets the resource collection API of Videos.
-
-
-
Method Detail
-
authenticate
public static VideoAnalyzerManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of Video Analyzer service API entry point.- Parameters:
credential- the credential to use.profile- the Azure profile for client.- Returns:
- the Video Analyzer service API instance.
-
authenticate
public static VideoAnalyzerManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of Video Analyzer service API entry point.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the Video Analyzer service API instance.
-
configure
public static VideoAnalyzerManager.Configurable configure()
Gets a Configurable instance that can be used to create VideoAnalyzerManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
edgeModules
public EdgeModules edgeModules()
Gets the resource collection API of EdgeModules. It manages EdgeModuleEntity.- Returns:
- Resource collection API of EdgeModules.
-
pipelineTopologies
public PipelineTopologies pipelineTopologies()
Gets the resource collection API of PipelineTopologies. It manages PipelineTopology.- Returns:
- Resource collection API of PipelineTopologies.
-
livePipelines
public LivePipelines livePipelines()
Gets the resource collection API of LivePipelines. It manages LivePipeline.- Returns:
- Resource collection API of LivePipelines.
-
pipelineJobs
public PipelineJobs pipelineJobs()
Gets the resource collection API of PipelineJobs. It manages PipelineJob.- Returns:
- Resource collection API of PipelineJobs.
-
livePipelineOperationStatuses
public LivePipelineOperationStatuses livePipelineOperationStatuses()
Gets the resource collection API of LivePipelineOperationStatuses.- Returns:
- Resource collection API of LivePipelineOperationStatuses.
-
pipelineJobOperationStatuses
public PipelineJobOperationStatuses pipelineJobOperationStatuses()
Gets the resource collection API of PipelineJobOperationStatuses.- Returns:
- Resource collection API of PipelineJobOperationStatuses.
-
operations
public Operations operations()
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
videoAnalyzers
public VideoAnalyzers videoAnalyzers()
Gets the resource collection API of VideoAnalyzers. It manages VideoAnalyzer.- Returns:
- Resource collection API of VideoAnalyzers.
-
privateLinkResources
public PrivateLinkResources privateLinkResources()
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
privateEndpointConnections
public PrivateEndpointConnections privateEndpointConnections()
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.- Returns:
- Resource collection API of PrivateEndpointConnections.
-
operationStatuses
public OperationStatuses operationStatuses()
Gets the resource collection API of OperationStatuses.- Returns:
- Resource collection API of OperationStatuses.
-
operationResults
public OperationResults operationResults()
Gets the resource collection API of OperationResults.- Returns:
- Resource collection API of OperationResults.
-
videoAnalyzerOperationStatuses
public VideoAnalyzerOperationStatuses videoAnalyzerOperationStatuses()
Gets the resource collection API of VideoAnalyzerOperationStatuses.- Returns:
- Resource collection API of VideoAnalyzerOperationStatuses.
-
videoAnalyzerOperationResults
public VideoAnalyzerOperationResults videoAnalyzerOperationResults()
Gets the resource collection API of VideoAnalyzerOperationResults.- Returns:
- Resource collection API of VideoAnalyzerOperationResults.
-
locations
public Locations locations()
Gets the resource collection API of Locations.- Returns:
- Resource collection API of Locations.
-
videos
public Videos videos()
Gets the resource collection API of Videos. It manages VideoEntity.- Returns:
- Resource collection API of Videos.
-
accessPolicies
public AccessPolicies accessPolicies()
Gets the resource collection API of AccessPolicies. It manages AccessPolicyEntity.- Returns:
- Resource collection API of AccessPolicies.
-
serviceClient
public VideoAnalyzerManagementClient serviceClient()
- Returns:
- Wrapped service client VideoAnalyzerManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-
-