DataBoxEdgeStorageAccountCredentialData 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 class representing the DataBoxEdgeStorageAccountCredential data model. The storage account credential.
public class DataBoxEdgeStorageAccountCredentialData : Azure.ResourceManager.Models.ResourceData
type DataBoxEdgeStorageAccountCredentialData = class
inherit ResourceData
Public Class DataBoxEdgeStorageAccountCredentialData
Inherits ResourceData
- Inheritance
Constructors
DataBoxEdgeStorageAccountCredentialData(String, DataBoxEdgeStorageAccountSslStatus, DataBoxEdgeStorageAccountType) |
Initializes a new instance of DataBoxEdgeStorageAccountCredentialData. |
Properties
AccountKey |
Encrypted storage key. |
AccountType |
Type of storage accessed on the storage account. |
Alias |
Alias for the storage account. |
BlobDomainName |
Blob end point for private clouds. |
ConnectionString |
Connection string for the storage account. Use this string if username and account key are not specified. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SslStatus |
Signifies whether SSL needs to be enabled or not. |
StorageAccountId |
Id of the storage account. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
UserName |
Username for the storage account. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET