次の方法で共有


StorageAccountUpdateParameters.AllowCrossTenantReplication プロパティ

定義

AAD テナント間のオブジェクトレプリケーションを許可または禁止するを取得または設定します。 このプロパティの既定の解釈は true です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowCrossTenantReplication")]
public bool? AllowCrossTenantReplication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowCrossTenantReplication")>]
member this.AllowCrossTenantReplication : Nullable<bool> with get, set
Public Property AllowCrossTenantReplication As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象