Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccessPoliciesClient
- type AccessPolicyEccAlgo
- type AccessPolicyEntity
- type AccessPolicyEntityCollection
- type AccessPolicyEntityCollectionIterator
- type AccessPolicyEntityCollectionPage
- type AccessPolicyProperties
- type AccessPolicyRole
- type AccessPolicyRsaAlgo
- type AccountEncryption
- type AccountEncryptionKeyType
- type ActionType
- type AuthenticationBase
- type AzureEntityResource
- type BaseClient
- type BasicAuthenticationBase
- type BasicTokenKey
- type CheckNameAvailabilityReason
- type CheckNameAvailabilityRequest
- type CheckNameAvailabilityResponse
- type Collection
- type CreatedByType
- type EccTokenKey
- type EdgeModuleEntity
- type EdgeModuleEntityCollection
- type EdgeModuleEntityCollectionIterator
- type EdgeModuleEntityCollectionPage
- type EdgeModuleProperties
- type EdgeModuleProvisioningToken
- type EdgeModulesClient
- type Endpoint
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type Identity
- type JwtAuthentication
- type KeyVaultProperties
- type ListProvisioningTokenInput
- type LocationsClient
- type LogSpecification
- type MetricAggregationType
- type MetricDimension
- type MetricSpecification
- type MetricUnit
- type Model
- type Operation
- type OperationCollection
- type OperationDisplay
- type OperationsClient
- type Properties
- type PropertiesType
- type PropertiesUpdate
- type ProxyResource
- type Resource
- type ResourceIdentity
- type RsaTokenKey
- type ServiceSpecification
- type StorageAccount
- type SyncStorageKeysInput
- type SystemData
- type TokenClaim
- type TokenKey
- type TrackedResource
- type Type
- type TypeBasicTokenKey
- type Update
- type UserAssignedManagedIdentity
- type VideoAnalyzersClient
- type VideoEntity
- type VideoEntityCollection
- type VideoEntityCollectionIterator
- type VideoEntityCollectionPage
- type VideoFlags
- type VideoMediaInfo
- type VideoProperties
- type VideoStreaming
- type VideoStreamingToken
- type VideoType
- type VideosClient
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccessPoliciesClient ¶
type AccessPoliciesClient = original.AccessPoliciesClient
func NewAccessPoliciesClient ¶
func NewAccessPoliciesClient(subscriptionID string) AccessPoliciesClient
func NewAccessPoliciesClientWithBaseURI ¶
func NewAccessPoliciesClientWithBaseURI(baseURI string, subscriptionID string) AccessPoliciesClient
type AccessPolicyEccAlgo ¶
type AccessPolicyEccAlgo = original.AccessPolicyEccAlgo
const ( AccessPolicyEccAlgoES256 AccessPolicyEccAlgo = original.AccessPolicyEccAlgoES256 AccessPolicyEccAlgoES384 AccessPolicyEccAlgo = original.AccessPolicyEccAlgoES384 AccessPolicyEccAlgoES512 AccessPolicyEccAlgo = original.AccessPolicyEccAlgoES512 )
func PossibleAccessPolicyEccAlgoValues ¶
func PossibleAccessPolicyEccAlgoValues() []AccessPolicyEccAlgo
type AccessPolicyEntity ¶
type AccessPolicyEntity = original.AccessPolicyEntity
type AccessPolicyEntityCollection ¶
type AccessPolicyEntityCollection = original.AccessPolicyEntityCollection
type AccessPolicyEntityCollectionIterator ¶
type AccessPolicyEntityCollectionIterator = original.AccessPolicyEntityCollectionIterator
func NewAccessPolicyEntityCollectionIterator ¶
func NewAccessPolicyEntityCollectionIterator(page AccessPolicyEntityCollectionPage) AccessPolicyEntityCollectionIterator
type AccessPolicyEntityCollectionPage ¶
type AccessPolicyEntityCollectionPage = original.AccessPolicyEntityCollectionPage
func NewAccessPolicyEntityCollectionPage ¶
func NewAccessPolicyEntityCollectionPage(cur AccessPolicyEntityCollection, getNextPage func(context.Context, AccessPolicyEntityCollection) (AccessPolicyEntityCollection, error)) AccessPolicyEntityCollectionPage
type AccessPolicyProperties ¶
type AccessPolicyProperties = original.AccessPolicyProperties
type AccessPolicyRole ¶
type AccessPolicyRole = original.AccessPolicyRole
const (
AccessPolicyRoleReader AccessPolicyRole = original.AccessPolicyRoleReader
)
func PossibleAccessPolicyRoleValues ¶
func PossibleAccessPolicyRoleValues() []AccessPolicyRole
type AccessPolicyRsaAlgo ¶
type AccessPolicyRsaAlgo = original.AccessPolicyRsaAlgo
const ( AccessPolicyRsaAlgoRS256 AccessPolicyRsaAlgo = original.AccessPolicyRsaAlgoRS256 AccessPolicyRsaAlgoRS384 AccessPolicyRsaAlgo = original.AccessPolicyRsaAlgoRS384 AccessPolicyRsaAlgoRS512 AccessPolicyRsaAlgo = original.AccessPolicyRsaAlgoRS512 )
func PossibleAccessPolicyRsaAlgoValues ¶
func PossibleAccessPolicyRsaAlgoValues() []AccessPolicyRsaAlgo
type AccountEncryption ¶
type AccountEncryption = original.AccountEncryption
type AccountEncryptionKeyType ¶
type AccountEncryptionKeyType = original.AccountEncryptionKeyType
const ( AccountEncryptionKeyTypeCustomerKey AccountEncryptionKeyType = original.AccountEncryptionKeyTypeCustomerKey AccountEncryptionKeyTypeSystemKey AccountEncryptionKeyType = original.AccountEncryptionKeyTypeSystemKey )
func PossibleAccountEncryptionKeyTypeValues ¶
func PossibleAccountEncryptionKeyTypeValues() []AccountEncryptionKeyType
type ActionType ¶
type ActionType = original.ActionType
const (
ActionTypeInternal ActionType = original.ActionTypeInternal
)
func PossibleActionTypeValues ¶
func PossibleActionTypeValues() []ActionType
type AuthenticationBase ¶
type AuthenticationBase = original.AuthenticationBase
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicAuthenticationBase ¶
type BasicAuthenticationBase = original.BasicAuthenticationBase
type BasicTokenKey ¶
type BasicTokenKey = original.BasicTokenKey
type CheckNameAvailabilityReason ¶
type CheckNameAvailabilityReason = original.CheckNameAvailabilityReason
const ( CheckNameAvailabilityReasonAlreadyExists CheckNameAvailabilityReason = original.CheckNameAvailabilityReasonAlreadyExists CheckNameAvailabilityReasonInvalid CheckNameAvailabilityReason = original.CheckNameAvailabilityReasonInvalid )
func PossibleCheckNameAvailabilityReasonValues ¶
func PossibleCheckNameAvailabilityReasonValues() []CheckNameAvailabilityReason
type CheckNameAvailabilityRequest ¶
type CheckNameAvailabilityRequest = original.CheckNameAvailabilityRequest
type CheckNameAvailabilityResponse ¶
type CheckNameAvailabilityResponse = original.CheckNameAvailabilityResponse
type Collection ¶
type Collection = original.Collection
type CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication CreatedByTypeKey CreatedByType = original.CreatedByTypeKey CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity CreatedByTypeUser CreatedByType = original.CreatedByTypeUser )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type EccTokenKey ¶
type EccTokenKey = original.EccTokenKey
type EdgeModuleEntity ¶
type EdgeModuleEntity = original.EdgeModuleEntity
type EdgeModuleEntityCollection ¶
type EdgeModuleEntityCollection = original.EdgeModuleEntityCollection
type EdgeModuleEntityCollectionIterator ¶
type EdgeModuleEntityCollectionIterator = original.EdgeModuleEntityCollectionIterator
func NewEdgeModuleEntityCollectionIterator ¶
func NewEdgeModuleEntityCollectionIterator(page EdgeModuleEntityCollectionPage) EdgeModuleEntityCollectionIterator
type EdgeModuleEntityCollectionPage ¶
type EdgeModuleEntityCollectionPage = original.EdgeModuleEntityCollectionPage
func NewEdgeModuleEntityCollectionPage ¶
func NewEdgeModuleEntityCollectionPage(cur EdgeModuleEntityCollection, getNextPage func(context.Context, EdgeModuleEntityCollection) (EdgeModuleEntityCollection, error)) EdgeModuleEntityCollectionPage
type EdgeModuleProperties ¶
type EdgeModuleProperties = original.EdgeModuleProperties
type EdgeModuleProvisioningToken ¶
type EdgeModuleProvisioningToken = original.EdgeModuleProvisioningToken
type EdgeModulesClient ¶
type EdgeModulesClient = original.EdgeModulesClient
func NewEdgeModulesClient ¶
func NewEdgeModulesClient(subscriptionID string) EdgeModulesClient
func NewEdgeModulesClientWithBaseURI ¶
func NewEdgeModulesClientWithBaseURI(baseURI string, subscriptionID string) EdgeModulesClient
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type JwtAuthentication ¶
type JwtAuthentication = original.JwtAuthentication
type KeyVaultProperties ¶
type KeyVaultProperties = original.KeyVaultProperties
type ListProvisioningTokenInput ¶
type ListProvisioningTokenInput = original.ListProvisioningTokenInput
type LocationsClient ¶
type LocationsClient = original.LocationsClient
func NewLocationsClient ¶
func NewLocationsClient(subscriptionID string) LocationsClient
func NewLocationsClientWithBaseURI ¶
func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient
type LogSpecification ¶
type LogSpecification = original.LogSpecification
type MetricAggregationType ¶
type MetricAggregationType = original.MetricAggregationType
const ( MetricAggregationTypeAverage MetricAggregationType = original.MetricAggregationTypeAverage MetricAggregationTypeCount MetricAggregationType = original.MetricAggregationTypeCount MetricAggregationTypeTotal MetricAggregationType = original.MetricAggregationTypeTotal )
func PossibleMetricAggregationTypeValues ¶
func PossibleMetricAggregationTypeValues() []MetricAggregationType
type MetricDimension ¶
type MetricDimension = original.MetricDimension
type MetricSpecification ¶
type MetricSpecification = original.MetricSpecification
type MetricUnit ¶
type MetricUnit = original.MetricUnit
const ( MetricUnitBytes MetricUnit = original.MetricUnitBytes MetricUnitCount MetricUnit = original.MetricUnitCount MetricUnitMilliseconds MetricUnit = original.MetricUnitMilliseconds )
func PossibleMetricUnitValues ¶
func PossibleMetricUnitValues() []MetricUnit
type OperationCollection ¶
type OperationCollection = original.OperationCollection
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Properties ¶
type Properties = original.Properties
type PropertiesType ¶
type PropertiesType = original.PropertiesType
type PropertiesUpdate ¶
type PropertiesUpdate = original.PropertiesUpdate
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceIdentity ¶
type ResourceIdentity = original.ResourceIdentity
type RsaTokenKey ¶
type RsaTokenKey = original.RsaTokenKey
type ServiceSpecification ¶
type ServiceSpecification = original.ServiceSpecification
type StorageAccount ¶
type StorageAccount = original.StorageAccount
type SyncStorageKeysInput ¶
type SyncStorageKeysInput = original.SyncStorageKeysInput
type SystemData ¶
type SystemData = original.SystemData
type TokenClaim ¶
type TokenClaim = original.TokenClaim
type TrackedResource ¶
type TrackedResource = original.TrackedResource
type Type ¶
const ( TypeAuthenticationBase Type = original.TypeAuthenticationBase TypeMicrosoftVideoAnalyzerJwtAuthentication Type = original.TypeMicrosoftVideoAnalyzerJwtAuthentication )
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
type TypeBasicTokenKey ¶
type TypeBasicTokenKey = original.TypeBasicTokenKey
const ( TypeBasicTokenKeyTypeMicrosoftVideoAnalyzerEccTokenKey TypeBasicTokenKey = original.TypeBasicTokenKeyTypeMicrosoftVideoAnalyzerEccTokenKey TypeBasicTokenKeyTypeMicrosoftVideoAnalyzerRsaTokenKey TypeBasicTokenKey = original.TypeBasicTokenKeyTypeMicrosoftVideoAnalyzerRsaTokenKey TypeBasicTokenKeyTypeTokenKey TypeBasicTokenKey = original.TypeBasicTokenKeyTypeTokenKey )
func PossibleTypeBasicTokenKeyValues ¶
func PossibleTypeBasicTokenKeyValues() []TypeBasicTokenKey
type UserAssignedManagedIdentity ¶
type UserAssignedManagedIdentity = original.UserAssignedManagedIdentity
type VideoAnalyzersClient ¶
type VideoAnalyzersClient = original.VideoAnalyzersClient
func NewVideoAnalyzersClient ¶
func NewVideoAnalyzersClient(subscriptionID string) VideoAnalyzersClient
func NewVideoAnalyzersClientWithBaseURI ¶
func NewVideoAnalyzersClientWithBaseURI(baseURI string, subscriptionID string) VideoAnalyzersClient
type VideoEntity ¶
type VideoEntity = original.VideoEntity
type VideoEntityCollection ¶
type VideoEntityCollection = original.VideoEntityCollection
type VideoEntityCollectionIterator ¶
type VideoEntityCollectionIterator = original.VideoEntityCollectionIterator
func NewVideoEntityCollectionIterator ¶
func NewVideoEntityCollectionIterator(page VideoEntityCollectionPage) VideoEntityCollectionIterator
type VideoEntityCollectionPage ¶
type VideoEntityCollectionPage = original.VideoEntityCollectionPage
func NewVideoEntityCollectionPage ¶
func NewVideoEntityCollectionPage(cur VideoEntityCollection, getNextPage func(context.Context, VideoEntityCollection) (VideoEntityCollection, error)) VideoEntityCollectionPage
type VideoFlags ¶
type VideoFlags = original.VideoFlags
type VideoMediaInfo ¶
type VideoMediaInfo = original.VideoMediaInfo
type VideoProperties ¶
type VideoProperties = original.VideoProperties
type VideoStreaming ¶
type VideoStreaming = original.VideoStreaming
type VideoStreamingToken ¶
type VideoStreamingToken = original.VideoStreamingToken
type VideoType ¶
const (
VideoTypeArchive VideoType = original.VideoTypeArchive
)
func PossibleVideoTypeValues ¶
func PossibleVideoTypeValues() []VideoType
type VideosClient ¶
type VideosClient = original.VideosClient
func NewVideosClient ¶
func NewVideosClient(subscriptionID string) VideosClient
func NewVideosClientWithBaseURI ¶
func NewVideosClientWithBaseURI(baseURI string, subscriptionID string) VideosClient
Click to show internal directories.
Click to hide internal directories.