次の方法で共有


RestServiceLinkedService.AzureCloudType プロパティ

定義

サービス プリンシパル認証の Azure クラウドの種類を示す値を取得または設定します。使用できる値は、AzurePublic、AzureChina、AzureUsGovernment、AzureGermany です。 既定値は、データ ファクトリ リージョンのクラウドの種類です。 型: string (または resultType 文字列を含む式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象