DataSource.Credentials Property

Definition

Gets or sets credentials for the datasource.

[Newtonsoft.Json.JsonProperty(PropertyName="credentials")]
public Microsoft.Azure.Search.Models.DataSourceCredentials Credentials { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="credentials")>]
member this.Credentials : Microsoft.Azure.Search.Models.DataSourceCredentials with get, set
Public Property Credentials As DataSourceCredentials

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to