Services interface
サービスを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
新しいサービスを作成するか、終了しているサービスを更新します。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- resource
- ServiceResource
作成または更新操作のパラメーター
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
beginCreateOrUpdateAndWait(string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
新しいサービスを作成するか、終了しているサービスを更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- resource
- ServiceResource
作成または更新操作のパラメーター
オプション パラメーター。
戻り値
Promise<ServiceResource>
beginDelete(string, string, ServicesDeleteOptionalParams)
サービスを削除する操作。
function beginDelete(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ServicesDeleteOptionalParams)
サービスを削除する操作。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginStart(string, string, ServicesStartOptionalParams)
サービスを開始します。
function beginStart(resourceGroupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesStartOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginStartAndWait(string, string, ServicesStartOptionalParams)
サービスを開始します。
function beginStartAndWait(resourceGroupName: string, serviceName: string, options?: ServicesStartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesStartOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginStop(string, string, ServicesStopOptionalParams)
サービスを停止します。
function beginStop(resourceGroupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesStopOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginStopAndWait(string, string, ServicesStopOptionalParams)
サービスを停止します。
function beginStopAndWait(resourceGroupName: string, serviceName: string, options?: ServicesStopOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesStopOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, ServiceResource, ServicesUpdateOptionalParams)
終了しているサービスを更新する操作。
function beginUpdate(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- resource
- ServiceResource
更新操作のパラメーター
- options
- ServicesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
beginUpdateAndWait(string, string, ServiceResource, ServicesUpdateOptionalParams)
終了しているサービスを更新する操作。
function beginUpdateAndWait(resourceGroupName: string, serviceName: string, resource: ServiceResource, options?: ServicesUpdateOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- resource
- ServiceResource
更新操作のパラメーター
- options
- ServicesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<ServiceResource>
checkNameAvailability(string, NameAvailabilityParameters, ServicesCheckNameAvailabilityOptionalParams)
リソース名が有効であり、まだ使用されていないことを確認します。
function checkNameAvailability(location: string, availabilityParameters: NameAvailabilityParameters, options?: ServicesCheckNameAvailabilityOptionalParams): Promise<NameAvailability>
パラメーター
- location
-
string
リージョン
- availabilityParameters
- NameAvailabilityParameters
操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<NameAvailability>
disableTestEndpoint(string, string, ServicesDisableTestEndpointOptionalParams)
サービスのテスト エンドポイント機能を無効にします。
function disableTestEndpoint(resourceGroupName: string, serviceName: string, options?: ServicesDisableTestEndpointOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
オプション パラメーター。
戻り値
Promise<void>
enableTestEndpoint(string, string, ServicesEnableTestEndpointOptionalParams)
サービスのテスト エンドポイント機能を有効にします。
function enableTestEndpoint(resourceGroupName: string, serviceName: string, options?: ServicesEnableTestEndpointOptionalParams): Promise<TestKeys>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
オプション パラメーター。
戻り値
Promise<TestKeys>
get(string, string, ServicesGetOptionalParams)
サービスとそのプロパティを取得します。
function get(resourceGroupName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- options
- ServicesGetOptionalParams
オプション パラメーター。
戻り値
Promise<ServiceResource>
list(string, ServicesListOptionalParams)
リソース グループ内のすべてのリソースを一覧表示する要求を処理します。
function list(resourceGroupName: string, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- options
- ServicesListOptionalParams
オプション パラメーター。
戻り値
listBySubscription(ServicesListBySubscriptionOptionalParams)
サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。
function listBySubscription(options?: ServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
listTestKeys(string, string, ServicesListTestKeysOptionalParams)
サービスのテスト キーを一覧表示します。
function listTestKeys(resourceGroupName: string, serviceName: string, options?: ServicesListTestKeysOptionalParams): Promise<TestKeys>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
オプション パラメーター。
戻り値
Promise<TestKeys>
regenerateTestKey(string, string, RegenerateTestKeyRequestPayload, ServicesRegenerateTestKeyOptionalParams)
サービスのテスト キーを再生成します。
function regenerateTestKey(resourceGroupName: string, serviceName: string, regenerateTestKeyRequest: RegenerateTestKeyRequestPayload, options?: ServicesRegenerateTestKeyOptionalParams): Promise<TestKeys>
パラメーター
- resourceGroupName
-
string
リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。
- serviceName
-
string
サービス リソースの名前。
- regenerateTestKeyRequest
- RegenerateTestKeyRequestPayload
操作のパラメーター
オプション パラメーター。
戻り値
Promise<TestKeys>