ExportRequest.AuthenticationType Property

Definition

Gets or sets the authentication type. Possible values include: 'SQL', 'ADPassword'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public Microsoft.Azure.Management.Sql.Fluent.Models.AuthenticationType? AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : Nullable<Microsoft.Azure.Management.Sql.Fluent.Models.AuthenticationType> with get, set
Public Property AuthenticationType As Nullable(Of AuthenticationType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to