次の方法で共有


ServiceUnits interface

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

メソッド

beginCreateOrUpdate(string, string, string, string, ServiceUnitResource, ServiceUnitsCreateOrUpdateOptionalParams)

これは非同期操作であり、この操作によって返される操作リソースを使用して、完了するようにポーリングできます。

beginCreateOrUpdateAndWait(string, string, string, string, ServiceUnitResource, ServiceUnitsCreateOrUpdateOptionalParams)

これは非同期操作であり、この操作によって返される操作リソースを使用して、完了するようにポーリングできます。

delete(string, string, string, string, ServiceUnitsDeleteOptionalParams)

サービスユニットを削除します。

get(string, string, string, string, ServiceUnitsGetOptionalParams)

サービスユニットを取得します。

list(string, string, string, ServiceUnitsListOptionalParams)

サービス トポロジ内のサービスの下にあるサービス ユニットを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, ServiceUnitResource, ServiceUnitsCreateOrUpdateOptionalParams)

これは非同期操作であり、この操作によって返される操作リソースを使用して、完了するようにポーリングできます。

function beginCreateOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, serviceUnitInfo: ServiceUnitResource, options?: ServiceUnitsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ServiceUnitsCreateOrUpdateResponse>, ServiceUnitsCreateOrUpdateResponse>>

パラメーター

resourceGroupName

string

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

serviceTopologyName

string

サービス トポロジの名前。

serviceName

string

サービス リソースの名前。

serviceUnitName

string

サービス ユニット リソースの名前。

serviceUnitInfo
ServiceUnitResource

サービス ユニット リソース オブジェクト。

options
ServiceUnitsCreateOrUpdateOptionalParams

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

戻り値

beginCreateOrUpdateAndWait(string, string, string, string, ServiceUnitResource, ServiceUnitsCreateOrUpdateOptionalParams)

これは非同期操作であり、この操作によって返される操作リソースを使用して、完了するようにポーリングできます。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, serviceUnitInfo: ServiceUnitResource, options?: ServiceUnitsCreateOrUpdateOptionalParams): Promise<ServiceUnitsCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

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

serviceTopologyName

string

サービス トポロジの名前。

serviceName

string

サービス リソースの名前。

serviceUnitName

string

サービス ユニット リソースの名前。

serviceUnitInfo
ServiceUnitResource

サービス ユニット リソース オブジェクト。

options
ServiceUnitsCreateOrUpdateOptionalParams

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

戻り値

delete(string, string, string, string, ServiceUnitsDeleteOptionalParams)

サービスユニットを削除します。

function delete(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options?: ServiceUnitsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

serviceTopologyName

string

サービス トポロジの名前。

serviceName

string

サービス リソースの名前。

serviceUnitName

string

サービス ユニット リソースの名前。

options
ServiceUnitsDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, string, ServiceUnitsGetOptionalParams)

サービスユニットを取得します。

function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceUnitName: string, options?: ServiceUnitsGetOptionalParams): Promise<ServiceUnitResource>

パラメーター

resourceGroupName

string

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

serviceTopologyName

string

サービス トポロジの名前。

serviceName

string

サービス リソースの名前。

serviceUnitName

string

サービス ユニット リソースの名前。

options
ServiceUnitsGetOptionalParams

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

戻り値

list(string, string, string, ServiceUnitsListOptionalParams)

サービス トポロジ内のサービスの下にあるサービス ユニットを一覧表示します。

function list(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServiceUnitsListOptionalParams): Promise<ServiceUnitsListResponse>

パラメーター

resourceGroupName

string

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

serviceTopologyName

string

サービス トポロジの名前。

serviceName

string

サービス リソースの名前。

options
ServiceUnitsListOptionalParams

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

戻り値