IWorkspace.ManagedDiskKeySource Property

Definition

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault. Not allowed in Serverless ComputeMode workspace.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Microsoft.Keyvault" })]
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The encryption keySource (provider). Possible values (case-insensitive):  Microsoft.Keyvault. Not allowed in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySource", Update=true)]
public string ManagedDiskKeySource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.PSArgumentCompleter(new System.String[] { "Microsoft.Keyvault" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=true, Description="The encryption keySource (provider). Possible values (case-insensitive):  Microsoft.Keyvault. Not allowed in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySource", Update=true)>]
member this.ManagedDiskKeySource : string with get, set
Public Property ManagedDiskKeySource As String

Property Value

Attributes

Applies to