Share via


AzureSqlMILinkedService.AzureCloudType Property

Definition

Gets or sets indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to