videoanalyzerapi

package
v60.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 3, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessPoliciesClientAPI

type AccessPoliciesClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, accessPolicyName string, parameters videoanalyzer.AccessPolicyEntity) (result videoanalyzer.AccessPolicyEntity, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string, accessPolicyName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string, accessPolicyName string) (result videoanalyzer.AccessPolicyEntity, err error)
	List(ctx context.Context, resourceGroupName string, accountName string, top *int32) (result videoanalyzer.AccessPolicyEntityCollectionPage, err error)
	ListComplete(ctx context.Context, resourceGroupName string, accountName string, top *int32) (result videoanalyzer.AccessPolicyEntityCollectionIterator, err error)
	Update(ctx context.Context, resourceGroupName string, accountName string, accessPolicyName string, parameters videoanalyzer.AccessPolicyEntity) (result videoanalyzer.AccessPolicyEntity, err error)
}

AccessPoliciesClientAPI contains the set of methods on the AccessPoliciesClient type.

type EdgeModulesClientAPI

type EdgeModulesClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, edgeModuleName string, parameters videoanalyzer.EdgeModuleEntity) (result videoanalyzer.EdgeModuleEntity, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string, edgeModuleName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string, edgeModuleName string) (result videoanalyzer.EdgeModuleEntity, err error)
	List(ctx context.Context, resourceGroupName string, accountName string, filter string, top *int32, orderby string) (result videoanalyzer.EdgeModuleEntityCollectionPage, err error)
	ListComplete(ctx context.Context, resourceGroupName string, accountName string, filter string, top *int32, orderby string) (result videoanalyzer.EdgeModuleEntityCollectionIterator, err error)
	ListProvisioningToken(ctx context.Context, resourceGroupName string, accountName string, edgeModuleName string, parameters videoanalyzer.ListProvisioningTokenInput) (result videoanalyzer.EdgeModuleProvisioningToken, err error)
}

EdgeModulesClientAPI contains the set of methods on the EdgeModulesClient type.

type LocationsClientAPI

type LocationsClientAPI interface {
	CheckNameAvailability(ctx context.Context, locationName string, parameters videoanalyzer.CheckNameAvailabilityRequest) (result videoanalyzer.CheckNameAvailabilityResponse, err error)
}

LocationsClientAPI contains the set of methods on the LocationsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result videoanalyzer.OperationCollection, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type VideoAnalyzersClientAPI

type VideoAnalyzersClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, parameters videoanalyzer.Model) (result videoanalyzer.Model, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string) (result videoanalyzer.Model, err error)
	List(ctx context.Context, resourceGroupName string) (result videoanalyzer.Collection, err error)
	ListBySubscription(ctx context.Context) (result videoanalyzer.Collection, err error)
	SyncStorageKeys(ctx context.Context, resourceGroupName string, accountName string, parameters videoanalyzer.SyncStorageKeysInput) (result autorest.Response, err error)
	Update(ctx context.Context, resourceGroupName string, accountName string, parameters videoanalyzer.Update) (result videoanalyzer.Model, err error)
}

VideoAnalyzersClientAPI contains the set of methods on the VideoAnalyzersClient type.

type VideosClientAPI

type VideosClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, videoName string, parameters videoanalyzer.VideoEntity) (result videoanalyzer.VideoEntity, err error)
	Delete(ctx context.Context, resourceGroupName string, accountName string, videoName string) (result autorest.Response, err error)
	Get(ctx context.Context, resourceGroupName string, accountName string, videoName string) (result videoanalyzer.VideoEntity, err error)
	List(ctx context.Context, resourceGroupName string, accountName string, top *int32) (result videoanalyzer.VideoEntityCollectionPage, err error)
	ListComplete(ctx context.Context, resourceGroupName string, accountName string, top *int32) (result videoanalyzer.VideoEntityCollectionIterator, err error)
	ListStreamingToken(ctx context.Context, resourceGroupName string, accountName string, videoName string) (result videoanalyzer.VideoStreamingToken, err error)
	Update(ctx context.Context, resourceGroupName string, accountName string, videoName string, parameters videoanalyzer.VideoEntity) (result videoanalyzer.VideoEntity, err error)
}

VideosClientAPI contains the set of methods on the VideosClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL