MediaService Class

Definition

A Media Services account.

[Microsoft.Rest.Serialization.JsonTransformation]
public class MediaService : Microsoft.Azure.Management.Media.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MediaService = class
    inherit TrackedResource
Public Class MediaService
Inherits TrackedResource
Inheritance
Attributes

Constructors

MediaService()

Initializes a new instance of the MediaService class.

MediaService(String, String, String, String, IDictionary<String, String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity, SystemData)

Initializes a new instance of the MediaService class.

Properties

Encryption

Gets or sets the account encryption properties.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Identity

Gets or sets the Managed Identity for the Media Services account.

KeyDelivery

Gets or sets the Key Delivery properties for Media Services account.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
MediaServiceId

Gets the Media Services account ID.

Name

Gets the name of the resource

(Inherited from Resource)
PublicNetworkAccess

Gets or sets whether or not public network access is allowed for resources under the Media Services account. Possible values include: 'Enabled', 'Disabled'

StorageAccounts

Gets or sets the storage accounts for this resource.

StorageAuthentication

Gets or sets possible values include: 'System', 'ManagedIdentity'

SystemData

Gets the system metadata relating to this resource.

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to