Replicas interface
レプリカを表すインターフェイス。
メソッド
begin |
指定されたパラメーターを使用してレプリカを作成します。 |
begin |
指定されたパラメーターを使用してレプリカを作成します。 |
begin |
レプリカを削除します。 |
begin |
レプリカを削除します。 |
get(string, string, string, Replicas |
指定したレプリカのプロパティを取得します。 |
list |
特定の構成ストアのレプリカを一覧表示します。 |
メソッドの詳細
beginCreate(string, string, string, Replica, ReplicasCreateOptionalParams)
指定されたパラメーターを使用してレプリカを作成します。
function beginCreate(resourceGroupName: string, configStoreName: string, replicaName: string, replicaCreationParameters: Replica, options?: ReplicasCreateOptionalParams): Promise<SimplePollerLike<OperationState<Replica>, Replica>>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- replicaName
-
string
レプリカの名前。
- replicaCreationParameters
- Replica
レプリカを作成するためのパラメーター。
- options
- ReplicasCreateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Replica>, Replica>>
beginCreateAndWait(string, string, string, Replica, ReplicasCreateOptionalParams)
指定されたパラメーターを使用してレプリカを作成します。
function beginCreateAndWait(resourceGroupName: string, configStoreName: string, replicaName: string, replicaCreationParameters: Replica, options?: ReplicasCreateOptionalParams): Promise<Replica>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- replicaName
-
string
レプリカの名前。
- replicaCreationParameters
- Replica
レプリカを作成するためのパラメーター。
- options
- ReplicasCreateOptionalParams
options パラメーター。
戻り値
Promise<Replica>
beginDelete(string, string, string, ReplicasDeleteOptionalParams)
レプリカを削除します。
function beginDelete(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- replicaName
-
string
レプリカの名前。
- options
- ReplicasDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ReplicasDeleteOptionalParams)
レプリカを削除します。
function beginDeleteAndWait(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- replicaName
-
string
レプリカの名前。
- options
- ReplicasDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, ReplicasGetOptionalParams)
指定したレプリカのプロパティを取得します。
function get(resourceGroupName: string, configStoreName: string, replicaName: string, options?: ReplicasGetOptionalParams): Promise<Replica>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- replicaName
-
string
レプリカの名前。
- options
- ReplicasGetOptionalParams
options パラメーター。
戻り値
Promise<Replica>
listByConfigurationStore(string, string, ReplicasListByConfigurationStoreOptionalParams)
特定の構成ストアのレプリカを一覧表示します。
function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: ReplicasListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<Replica, Replica[], PageSettings>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
options パラメーター。