Services interface
サービスを表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
指定した名前で Service Fabric サービス リソースを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- parameters
- ServiceResource
サービス リソース。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
beginCreateOrUpdateAndWait(string, string, string, string, ServiceResource, ServicesCreateOrUpdateOptionalParams)
指定した名前で Service Fabric サービス リソースを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResource, options?: ServicesCreateOrUpdateOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- parameters
- ServiceResource
サービス リソース。
オプション パラメーター。
戻り値
Promise<ServiceResource>
beginDelete(string, string, string, string, ServicesDeleteOptionalParams)
指定した名前の Service Fabric サービス リソースを削除します。
function beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- options
- ServicesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, ServicesDeleteOptionalParams)
指定した名前の Service Fabric サービス リソースを削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- options
- ServicesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, string, ServiceResourceUpdate, ServicesUpdateOptionalParams)
指定した名前で Service Fabric サービス リソースを更新します。
function beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- parameters
- ServiceResourceUpdate
パッチ操作のサービス リソース。
- options
- ServicesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ServiceResource>, ServiceResource>>
beginUpdateAndWait(string, string, string, string, ServiceResourceUpdate, ServicesUpdateOptionalParams)
指定した名前で Service Fabric サービス リソースを更新します。
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, parameters: ServiceResourceUpdate, options?: ServicesUpdateOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- parameters
- ServiceResourceUpdate
パッチ操作のサービス リソース。
- options
- ServicesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<ServiceResource>
get(string, string, string, string, ServicesGetOptionalParams)
Service Fabric アプリケーション リソースで作成または作成中の Service Fabric サービス リソースを取得します。
function get(resourceGroupName: string, clusterName: string, applicationName: string, serviceName: string, options?: ServicesGetOptionalParams): Promise<ServiceResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- serviceName
-
string
{applicationName}~{serviceName} の形式のサービス リソースの名前。
- options
- ServicesGetOptionalParams
オプション パラメーター。
戻り値
Promise<ServiceResource>
list(string, string, string, ServicesListOptionalParams)
Service Fabric アプリケーション リソースで作成または作成中に作成されたすべてのサービス リソースを取得します。
function list(resourceGroupName: string, clusterName: string, applicationName: string, options?: ServicesListOptionalParams): PagedAsyncIterableIterator<ServiceResource, ServiceResource[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- clusterName
-
string
クラスター リソースの名前。
- applicationName
-
string
アプリケーション リソースの名前。
- options
- ServicesListOptionalParams
オプション パラメーター。