ManagedLedgerDigestUploads Constructors
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.
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'