次の方法で共有


SyncSets interface

SyncSet を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, SyncSet, SyncSetsCreateOrUpdateOptionalParams)

この操作は、SyncSet のプロパティを返します。

delete(string, string, string, SyncSetsDeleteOptionalParams)

操作は何も返しません。

get(string, string, string, SyncSetsGetOptionalParams)

この操作は、SyncSet のプロパティを返します。

list(string, string, SyncSetsListOptionalParams)

この操作は、各 SyncSet のプロパティを返します。

update(string, string, string, SyncSetUpdate, SyncSetsUpdateOptionalParams)

この操作は、SyncSet のプロパティを返します。

メソッドの詳細

createOrUpdate(string, string, string, SyncSet, SyncSetsCreateOrUpdateOptionalParams)

この操作は、SyncSet のプロパティを返します。

function createOrUpdate(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSet, options?: SyncSetsCreateOrUpdateOptionalParams): Promise<SyncSet>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

OpenShift クラスター リソースの名前。

childResourceName

string

SyncSet リソースの名前。

parameters
SyncSet

SyncSet リソース。

options
SyncSetsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<SyncSet>

delete(string, string, string, SyncSetsDeleteOptionalParams)

操作は何も返しません。

function delete(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

OpenShift クラスター リソースの名前。

childResourceName

string

SyncSet リソースの名前。

options
SyncSetsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, SyncSetsGetOptionalParams)

この操作は、SyncSet のプロパティを返します。

function get(resourceGroupName: string, resourceName: string, childResourceName: string, options?: SyncSetsGetOptionalParams): Promise<SyncSet>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

OpenShift クラスター リソースの名前。

childResourceName

string

SyncSet リソースの名前。

options
SyncSetsGetOptionalParams

オプション パラメーター。

戻り値

Promise<SyncSet>

list(string, string, SyncSetsListOptionalParams)

この操作は、各 SyncSet のプロパティを返します。

function list(resourceGroupName: string, resourceName: string, options?: SyncSetsListOptionalParams): PagedAsyncIterableIterator<SyncSet, SyncSet[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

OpenShift クラスター リソースの名前。

options
SyncSetsListOptionalParams

オプション パラメーター。

戻り値

update(string, string, string, SyncSetUpdate, SyncSetsUpdateOptionalParams)

この操作は、SyncSet のプロパティを返します。

function update(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: SyncSetUpdate, options?: SyncSetsUpdateOptionalParams): Promise<SyncSet>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

OpenShift クラスター リソースの名前。

childResourceName

string

SyncSet リソースの名前。

parameters
SyncSetUpdate

SyncSet リソース。

options
SyncSetsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<SyncSet>