Aracılığıyla paylaş


LedgerDigestUploads Constructors

Definition

Overloads

LedgerDigestUploads()

Initializes a new instance of the LedgerDigestUploads class.

LedgerDigestUploads(String, String, String, String, Nullable<LedgerDigestUploadsState>)

Initializes a new instance of the LedgerDigestUploads class.

LedgerDigestUploads()

Initializes a new instance of the LedgerDigestUploads class.

public LedgerDigestUploads ();
Public Sub New ()

Applies to

LedgerDigestUploads(String, String, String, String, Nullable<LedgerDigestUploadsState>)

Initializes a new instance of the LedgerDigestUploads class.

public LedgerDigestUploads (string id = default, string name = default, string type = default, string digestStorageEndpoint = default, Microsoft.Azure.Management.Sql.Models.LedgerDigestUploadsState? state = default);
new Microsoft.Azure.Management.Sql.Models.LedgerDigestUploads : string * string * string * string * Nullable<Microsoft.Azure.Management.Sql.Models.LedgerDigestUploadsState> -> Microsoft.Azure.Management.Sql.Models.LedgerDigestUploads
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional digestStorageEndpoint As String = Nothing, Optional state As Nullable(Of LedgerDigestUploadsState) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

digestStorageEndpoint
String

The digest storage endpoint, which must be either an Azure blob storage endpoint or an URI for Azure Confidential Ledger.

state
Nullable<LedgerDigestUploadsState>

Specifies the state of ledger digest upload. Possible values include: 'Enabled', 'Disabled'

Applies to