MediaServiceUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Media Services account update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class MediaServiceUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MediaServiceUpdate = class
Public Class MediaServiceUpdate
- Inheritance
-
MediaServiceUpdate
- Attributes
Constructors
MediaServiceUpdate() |
Initializes a new instance of the MediaServiceUpdate class. |
MediaServiceUpdate(IDictionary<String,String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity) |
Initializes a new instance of the MediaServiceUpdate class. |
Properties
Encryption |
Gets or sets the account encryption properties. |
Identity |
Gets or sets the Managed Identity for the Media Services account. |
KeyDelivery |
Gets or sets the Key Delivery properties for Media Services account. |
MediaServiceId |
Gets the Media Services account ID. |
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' |
Tags |
Gets or sets resource tags. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET