Sdílet prostřednictvím


Key Constructors

Definition

Overloads

Key()

Initializes a new instance of the Key class.

Key(String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the Key class.

Key()

Initializes a new instance of the Key class.

public Key ();
Public Sub New ()

Applies to

Key(String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the Key class.

public Key (string id = default, string name = default, string type = default, bool? isActiveCMK = default, string keyVaultUrl = default);
new Microsoft.Azure.Management.Synapse.Models.Key : string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.Synapse.Models.Key
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional isActiveCMK As Nullable(Of Boolean) = Nothing, Optional keyVaultUrl As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

isActiveCMK
Nullable<Boolean>

Used to activate the workspace after a customer managed key is provided.

keyVaultUrl
String

The Key Vault Url of the workspace key.

Applies to