StorageAccount Constructors
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.
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.