IGetBlobReferenceSasResponseDto.CredentialType Property

Definition

[Required] Credential type used to authentication with storage.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SAS", "DockerCredentials", "ManagedIdentity", "NoCredentials" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Credential type used to authentication with storage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="credentialType", Update=true)]
public string CredentialType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SAS", "DockerCredentials", "ManagedIdentity", "NoCredentials" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Credential type used to authentication with storage.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="credentialType", Update=true)>]
member this.CredentialType : string with get, set
Public Property CredentialType As String

Property Value

Attributes

Applies to