你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedLedgerDigestUploads Constructors

Definition

Overloads

ManagedLedgerDigestUploads()

Initializes a new instance of the ManagedLedgerDigestUploads class.

ManagedLedgerDigestUploads(String, String, String, String, String)

Initializes a new instance of the ManagedLedgerDigestUploads class.

ManagedLedgerDigestUploads()

Initializes a new instance of the ManagedLedgerDigestUploads class.

public ManagedLedgerDigestUploads ();
Public Sub New ()

Applies to

ManagedLedgerDigestUploads(String, String, String, String, String)

Initializes a new instance of the ManagedLedgerDigestUploads class.

public ManagedLedgerDigestUploads (string id = default, string name = default, string type = default, string digestStorageEndpoint = default, string state = default);
new Microsoft.Azure.Management.Sql.Models.ManagedLedgerDigestUploads : string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedLedgerDigestUploads
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 String = 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
String

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

Applies to