Asset 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.
An Asset.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Asset : Microsoft.Azure.Management.Media.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Asset = class
inherit ProxyResource
Public Class Asset
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
Asset() |
Initializes a new instance of the Asset class. |
Asset(String, String, String, Guid, DateTime, DateTime, String, String, String, String, AssetStorageEncryptionFormat, SystemData) |
Initializes a new instance of the Asset class. |
Properties
AlternateId |
Gets or sets the alternate ID of the Asset. |
AssetId |
Gets the Asset ID. |
Container |
Gets or sets the name of the asset blob container. |
Created |
Gets the creation date of the Asset. |
Description |
Gets or sets the Asset description. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LastModified |
Gets the last modified date of the Asset. |
Name |
Gets the name of the resource (Inherited from Resource) |
StorageAccountName |
Gets or sets the name of the storage account. |
StorageEncryptionFormat |
Gets the Asset encryption format. One of None or MediaStorageEncryption. Possible values include: 'None', 'MediaStorageClientEncryption' |
SystemData |
Gets the system metadata relating to this resource. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET