BackupStorageResult 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
BackupStorageResult() |
Initializes a new instance of the BackupStorageResult class. |
BackupStorageResult(Byte[]) |
Initializes a new instance of the BackupStorageResult class. |
BackupStorageResult()
- Source:
- BackupStorageResult.cs
Initializes a new instance of the BackupStorageResult class.
public BackupStorageResult ();
Public Sub New ()
Applies to
BackupStorageResult(Byte[])
- Source:
- BackupStorageResult.cs
Initializes a new instance of the BackupStorageResult class.
public BackupStorageResult (byte[] value = default);
new Microsoft.Azure.KeyVault.Models.BackupStorageResult : byte[] -> Microsoft.Azure.KeyVault.Models.BackupStorageResult
Public Sub New (Optional value As Byte() = Nothing)
Parameters
- value
- Byte[]
The backup blob containing the backed up storage account.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET