次の方法で共有


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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

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

options パラメーター。

戻り値