StorageAccountCredential Class

Definition

The storage account credential.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StorageAccountCredential : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StorageAccountCredential = class
    inherit BaseModel
Public Class StorageAccountCredential
Inherits BaseModel
Inheritance
StorageAccountCredential
Attributes

Constructors

StorageAccountCredential()

Initializes a new instance of the StorageAccountCredential class.

StorageAccountCredential(String, SslStatus, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<Int32>)

Initializes a new instance of the StorageAccountCredential class.

Properties

AccessKey

Gets or sets the details of the storage account password.

EndPoint

Gets or sets the storage endpoint

Id

Gets the path ID that uniquely identifies the object.

(Inherited from BaseModel)
Kind

Gets or sets the Kind of the object. Currently only Series8000 is supported. Possible values include: 'Series8000'

(Inherited from BaseModel)
Name

Gets the name of the object.

(Inherited from BaseModel)
SslStatus

Gets or sets signifies whether SSL needs to be enabled or not. Possible values include: 'Enabled', 'Disabled'

Type

Gets the hierarchical type of the object.

(Inherited from BaseModel)
VolumesCount

Gets the count of volumes using this storage account credential.

Methods

Validate()

Validate the object.

Applies to