次の方法で共有


GalleryArtifactPublishingProfileBase.ReplicaCount プロパティ

定義

リージョンごとに作成されるイメージ バージョンのレプリカの数を取得または設定します。 regionReplicaCount が指定されていない場合、このプロパティはリージョンに対して有効になります。 このプロパティは更新可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="replicaCount")]
public int? ReplicaCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replicaCount")>]
member this.ReplicaCount : Nullable<int> with get, set
Public Property ReplicaCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象