AzureMLLinkedService.Tenant Property

Definition

Gets or sets the name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.tenant")]
public object Tenant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.tenant")>]
member this.Tenant : obj with get, set
Public Property Tenant As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to