Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type APIEndpoint struct + Endpoint *string + MajorVersion *string + type APIError struct + Code *string + Message *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CheckNameAvailabilityInput struct + Name *string + Type *string + type CheckNameAvailabilityOutput struct + Message *string + NameAvailable *bool + Reason EntityNameUnavailabilityReason + type EntityNameUnavailabilityReason string + const AlreadyExists + const Invalid + const None + func PossibleEntityNameUnavailabilityReasonValues() []EntityNameUnavailabilityReason + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type Operation struct + Display *OperationDisplay + Name *string + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type RegenerateKeyInput struct + KeyType KeyType + type RegenerateKeyOutput struct + Key *string + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceType string + const Mediaservices + func PossibleResourceTypeValues() []ResourceType + type Service struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (s *Service) UnmarshalJSON(body []byte) error + func (s Service) MarshalJSON() ([]byte, error) + type ServiceClient struct + func NewServiceClient(subscriptionID string) ServiceClient + func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient + func (client ServiceClient) CheckNameAvailability(ctx context.Context, parameters CheckNameAvailabilityInput) (result CheckNameAvailabilityOutput, err error) + func (client ServiceClient) CheckNameAvailabilityPreparer(ctx context.Context, parameters CheckNameAvailabilityInput) (*http.Request, error) + func (client ServiceClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityOutput, err error) + func (client ServiceClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Create(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (result Service, err error) + func (client ServiceClient) CreatePreparer(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (*http.Request, error) + func (client ServiceClient) CreateResponder(resp *http.Response) (result Service, err error) + func (client ServiceClient) CreateSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Delete(ctx context.Context, resourceGroupName string, mediaServiceName string) (result autorest.Response, err error) + func (client ServiceClient) DeletePreparer(ctx context.Context, resourceGroupName string, mediaServiceName string) (*http.Request, error) + func (client ServiceClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServiceClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Get(ctx context.Context, resourceGroupName string, mediaServiceName string) (result Service, err error) + func (client ServiceClient) GetPreparer(ctx context.Context, resourceGroupName string, mediaServiceName string) (*http.Request, error) + func (client ServiceClient) GetResponder(resp *http.Response) (result Service, err error) + func (client ServiceClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServiceCollection, err error) + func (client ServiceClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServiceClient) ListByResourceGroupResponder(resp *http.Response) (result ServiceCollection, err error) + func (client ServiceClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) ListKeys(ctx context.Context, resourceGroupName string, mediaServiceName string) (result ServiceKeys, err error) + func (client ServiceClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, mediaServiceName string) (*http.Request, error) + func (client ServiceClient) ListKeysResponder(resp *http.Response) (result ServiceKeys, err error) + func (client ServiceClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) RegenerateKey(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (result RegenerateKeyOutput, err error) + func (client ServiceClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (*http.Request, error) + func (client ServiceClient) RegenerateKeyResponder(resp *http.Response) (result RegenerateKeyOutput, err error) + func (client ServiceClient) RegenerateKeySender(req *http.Request) (*http.Response, error) + func (client ServiceClient) SyncStorageKeys(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (result autorest.Response, err error) + func (client ServiceClient) SyncStorageKeysPreparer(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (*http.Request, error) + func (client ServiceClient) SyncStorageKeysResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServiceClient) SyncStorageKeysSender(req *http.Request) (*http.Response, error) + func (client ServiceClient) Update(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (result Service, err error) + func (client ServiceClient) UpdatePreparer(ctx context.Context, resourceGroupName string, mediaServiceName string, ...) (*http.Request, error) + func (client ServiceClient) UpdateResponder(resp *http.Response) (result Service, err error) + func (client ServiceClient) UpdateSender(req *http.Request) (*http.Response, error) + type ServiceCollection struct + Value *[]Service + type ServiceKeys struct + PrimaryAuthEndpoint *string + PrimaryKey *string + Scope *string + SecondaryAuthEndpoint *string + SecondaryKey *string + type ServiceProperties struct + APIEndpoints *[]APIEndpoint + StorageAccounts *[]StorageAccount + func (sp ServiceProperties) MarshalJSON() ([]byte, error) + type StorageAccount struct + ID *string + IsPrimary *bool + type SyncStorageKeysInput struct + ID *string Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go