Services interface
サービスを表すインターフェイス。
メソッド
| create |
同期的に新しいサービスを作成するか、既存のサービスを更新します。 |
| delete(string, string, string, Services |
サービスを削除します。 |
| get(string, string, string, Services |
サービスを取得します。 |
| list(string, string, Services |
サービス トポロジ内のサービスを一覧表示します。 |
メソッドの詳細
createOrUpdate(string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
同期的に新しいサービスを作成するか、既存のサービスを更新します。
function createOrUpdate(resourceGroupName: string, serviceTopologyName: string, serviceName: string, serviceInfo: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serviceTopologyName
-
string
サービス トポロジの名前。
- serviceName
-
string
サービス リソースの名前。
- serviceInfo
- ServiceResource
サービス オブジェクト
オプション パラメーター。
戻り値
Promise<ServiceResource>
delete(string, string, string, ServicesDeleteOptionalParams)
サービスを削除します。
function delete(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serviceTopologyName
-
string
サービス トポロジの名前。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, ServicesGetOptionalParams)
サービスを取得します。
function get(resourceGroupName: string, serviceTopologyName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serviceTopologyName
-
string
サービス トポロジの名前。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesGetOptionalParams
オプション パラメーター。
戻り値
Promise<ServiceResource>
list(string, string, ServicesListOptionalParams)
サービス トポロジ内のサービスを一覧表示します。
function list(resourceGroupName: string, serviceTopologyName: string, options?: ServicesListOptionalParams): Promise<ServicesListResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serviceTopologyName
-
string
サービス トポロジの名前。
- options
- ServicesListOptionalParams
オプション パラメーター。
戻り値
Promise<ServicesListResponse>