次の方法で共有


Services interface

サービスを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, ServicesDescription, ServicesCreateOrUpdateOptionalParams)

サービス インスタンスのメタデータを作成または更新します。

beginCreateOrUpdateAndWait(string, string, ServicesDescription, ServicesCreateOrUpdateOptionalParams)

サービス インスタンスのメタデータを作成または更新します。

beginDelete(string, string, ServicesDeleteOptionalParams)

サービス インスタンスを削除します。

beginDeleteAndWait(string, string, ServicesDeleteOptionalParams)

サービス インスタンスを削除します。

beginUpdate(string, string, ServicesPatchDescription, ServicesUpdateOptionalParams)

サービス インスタンスのメタデータを更新します。

beginUpdateAndWait(string, string, ServicesPatchDescription, ServicesUpdateOptionalParams)

サービス インスタンスのメタデータを更新します。

checkNameAvailability(CheckNameAvailabilityParameters, ServicesCheckNameAvailabilityOptionalParams)

サービス インスタンス名が使用可能かどうかを確認します。

get(string, string, ServicesGetOptionalParams)

サービス インスタンスのメタデータを取得します。

list(ServicesListOptionalParams)

サブスクリプション内のすべてのサービス インスタンスを取得します。

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

リソース グループ内のすべてのサービス インスタンスを取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, ServicesDescription, ServicesCreateOrUpdateOptionalParams)

サービス インスタンスのメタデータを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesDescription>, ServicesDescription>>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

serviceDescription
ServicesDescription

サービス インスタンスのメタデータ。

options
ServicesCreateOrUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServicesDescription>, ServicesDescription>>

beginCreateOrUpdateAndWait(string, string, ServicesDescription, ServicesCreateOrUpdateOptionalParams)

サービス インスタンスのメタデータを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, serviceDescription: ServicesDescription, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServicesDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

serviceDescription
ServicesDescription

サービス インスタンスのメタデータ。

options
ServicesCreateOrUpdateOptionalParams

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

戻り値

beginDelete(string, string, ServicesDeleteOptionalParams)

サービス インスタンスを削除します。

function beginDelete(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

options
ServicesDeleteOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, ServicesDeleteOptionalParams)

サービス インスタンスを削除します。

function beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: ServicesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

options
ServicesDeleteOptionalParams

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

戻り値

Promise<void>

beginUpdate(string, string, ServicesPatchDescription, ServicesUpdateOptionalParams)

サービス インスタンスのメタデータを更新します。

function beginUpdate(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServicesDescription>, ServicesDescription>>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

servicePatchDescription
ServicesPatchDescription

サービス インスタンスのメタデータとセキュリティ メタデータ。

options
ServicesUpdateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<ServicesDescription>, ServicesDescription>>

beginUpdateAndWait(string, string, ServicesPatchDescription, ServicesUpdateOptionalParams)

サービス インスタンスのメタデータを更新します。

function beginUpdateAndWait(resourceGroupName: string, resourceName: string, servicePatchDescription: ServicesPatchDescription, options?: ServicesUpdateOptionalParams): Promise<ServicesDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

servicePatchDescription
ServicesPatchDescription

サービス インスタンスのメタデータとセキュリティ メタデータ。

options
ServicesUpdateOptionalParams

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

戻り値

checkNameAvailability(CheckNameAvailabilityParameters, ServicesCheckNameAvailabilityOptionalParams)

サービス インスタンス名が使用可能かどうかを確認します。

function checkNameAvailability(checkNameAvailabilityInputs: CheckNameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<ServicesNameAvailabilityInfo>

パラメーター

checkNameAvailabilityInputs
CheckNameAvailabilityParameters

CheckNameAvailabilityParameters 構造体の name パラメーターを、チェックするサービス インスタンスの名前に設定します。

options
ServicesCheckNameAvailabilityOptionalParams

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

戻り値

get(string, string, ServicesGetOptionalParams)

サービス インスタンスのメタデータを取得します。

function get(resourceGroupName: string, resourceName: string, options?: ServicesGetOptionalParams): Promise<ServicesDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

options
ServicesGetOptionalParams

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

戻り値

list(ServicesListOptionalParams)

サブスクリプション内のすべてのサービス インスタンスを取得します。

function list(options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServicesDescription, ServicesDescription[], PageSettings>

パラメーター

options
ServicesListOptionalParams

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

戻り値

listByResourceGroup(string, ServicesListByResourceGroupOptionalParams)

リソース グループ内のすべてのサービス インスタンスを取得します。

function listByResourceGroup(resourceGroupName: string, options?: ServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ServicesDescription, ServicesDescription[], PageSettings>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

options
ServicesListByResourceGroupOptionalParams

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

戻り値