Language

ILoadTestResource.EncryptionIdentityType Property

Definition

Managed identity type to use for accessing encryption key Url

[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.PSArgumentCompleter(new System.String[] { "SystemAssigned", "UserAssigned" })]
[Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=true, Description="Managed identity type to use for accessing encryption key Url", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)]
public string EncryptionIdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.PSArgumentCompleter(new System.String[] { "SystemAssigned", "UserAssigned" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.LoadTesting.Runtime.Info(Create=true, Description="Managed identity type to use for accessing encryption key Url", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)>]
member this.EncryptionIdentityType : string with get, set
Public Property EncryptionIdentityType As String

Property Value

Attributes

Applies to