Поделиться через


DataBoxEdgeStorageAccountCredentialData Class

Definition

A class representing the DataBoxEdgeStorageAccountCredential data model. The storage account credential.

public class DataBoxEdgeStorageAccountCredentialData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountCredentialData>
public class DataBoxEdgeStorageAccountCredentialData : Azure.ResourceManager.Models.ResourceData
type DataBoxEdgeStorageAccountCredentialData = class
    inherit ResourceData
    interface IJsonModel<DataBoxEdgeStorageAccountCredentialData>
    interface IPersistableModel<DataBoxEdgeStorageAccountCredentialData>
type DataBoxEdgeStorageAccountCredentialData = class
    inherit ResourceData
Public Class DataBoxEdgeStorageAccountCredentialData
Inherits ResourceData
Implements IJsonModel(Of DataBoxEdgeStorageAccountCredentialData), IPersistableModel(Of DataBoxEdgeStorageAccountCredentialData)
Public Class DataBoxEdgeStorageAccountCredentialData
Inherits ResourceData
Inheritance
DataBoxEdgeStorageAccountCredentialData
Implements

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)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeStorageAccountCredentialData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxEdgeStorageAccountCredentialData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeStorageAccountCredentialData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeStorageAccountCredentialData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxEdgeStorageAccountCredentialData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to