Share via


StorageEndpointProperties.AuthenticationType Property

Definition

Gets or sets specifies authentication type being used for connecting to the storage account. Possible values include: 'keyBased', 'identityBased'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to