共用方式為


StorageAccount Constructors

Definition

Overloads

StorageAccount()

Initializes a new instance of the StorageAccount class.

StorageAccount(String, ResourceIdentity, String)

Initializes a new instance of the StorageAccount class.

StorageAccount()

Initializes a new instance of the StorageAccount class.

public StorageAccount ();
Public Sub New ()

Applies to

StorageAccount(String, ResourceIdentity, String)

Initializes a new instance of the StorageAccount class.

public StorageAccount (string id, Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity identity = default, string status = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount : string * Microsoft.Azure.Management.VideoAnalyzer.Models.ResourceIdentity * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.StorageAccount
Public Sub New (id As String, Optional identity As ResourceIdentity = Nothing, Optional status As String = Nothing)

Parameters

id
String

The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).

identity
ResourceIdentity

A managed identity that Video Analyzer will use to access the storage account.

status
String

The current status of the storage account mapping.

Applies to