CommitmentPlans class
CommitmentPlans を表すクラス。
コンストラクター
| Commitment |
CommitmentPlans を作成します。 |
メソッド
コンストラクターの詳細
CommitmentPlans(AzureMLCommitmentPlansManagementClientContext)
CommitmentPlans を作成します。
new CommitmentPlans(client: AzureMLCommitmentPlansManagementClientContext)
パラメーター
サービス クライアントへの参照。
メソッドの詳細
createOrUpdate(CommitmentPlan, string, string, RequestOptionsBase)
新しい Azure ML コミットメント プラン リソースを作成するか、既存のリソースを更新します。
function createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, options?: RequestOptionsBase): Promise<CommitmentPlansCreateOrUpdateResponse>
パラメーター
- createOrUpdatePayload
- CommitmentPlan
Azure ML コミットメント プランを作成または更新するためのペイロード。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.CommitmentPlansCreateOrUpdateResponse>
createOrUpdate(CommitmentPlan, string, string, RequestOptionsBase, ServiceCallback<CommitmentPlan>)
function createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- createOrUpdatePayload
- CommitmentPlan
Azure ML コミットメント プランを作成または更新するためのペイロード。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
createOrUpdate(CommitmentPlan, string, string, ServiceCallback<CommitmentPlan>)
function createOrUpdate(createOrUpdatePayload: CommitmentPlan, resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- createOrUpdatePayload
- CommitmentPlan
Azure ML コミットメント プランを作成または更新するためのペイロード。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- callback
コールバック
get(string, string, RequestOptionsBase)
サブスクリプション、リソース グループ、および名前で Azure ML コミットメント プランを取得します。
function get(resourceGroupName: string, commitmentPlanName: string, options?: RequestOptionsBase): Promise<CommitmentPlansGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<CommitmentPlansGetResponse>
Promise<Models.CommitmentPlansGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<CommitmentPlan>)
function get(resourceGroupName: string, commitmentPlanName: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
get(string, string, ServiceCallback<CommitmentPlan>)
function get(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- callback
コールバック
list(CommitmentPlansListOptionalParams)
サブスクリプション内のすべての Azure ML コミットメント プランを取得します。
function list(options?: CommitmentPlansListOptionalParams): Promise<CommitmentPlansListResponse>
パラメーター
省略可能なパラメーター
戻り値
Promise<CommitmentPlansListResponse>
Promise<Models.CommitmentPlansListResponseです。>
list(CommitmentPlansListOptionalParams, ServiceCallback<CommitmentPlanListResult>)
function list(options: CommitmentPlansListOptionalParams, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
省略可能なパラメーター
- callback
コールバック
list(ServiceCallback<CommitmentPlanListResult>)
function list(callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- callback
コールバック
listInResourceGroup(string, CommitmentPlansListInResourceGroupOptionalParams)
リソース グループ内のすべての Azure ML コミットメント プランを取得します。
function listInResourceGroup(resourceGroupName: string, options?: CommitmentPlansListInResourceGroupOptionalParams): Promise<CommitmentPlansListInResourceGroupResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
省略可能なパラメーター
戻り値
Promise<Models.CommitmentPlansListInResourceGroupResponse>
listInResourceGroup(string, CommitmentPlansListInResourceGroupOptionalParams, ServiceCallback<CommitmentPlanListResult>)
function listInResourceGroup(resourceGroupName: string, options: CommitmentPlansListInResourceGroupOptionalParams, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
省略可能なパラメーター
- callback
コールバック
listInResourceGroup(string, ServiceCallback<CommitmentPlanListResult>)
function listInResourceGroup(resourceGroupName: string, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- callback
コールバック
listInResourceGroupNext(string, RequestOptionsBase)
リソース グループ内のすべての Azure ML コミットメント プランを取得します。
function listInResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CommitmentPlansListInResourceGroupNextResponse>
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.CommitmentPlansListInResourceGroupNextResponse>
listInResourceGroupNext(string, RequestOptionsBase, ServiceCallback<CommitmentPlanListResult>)
function listInResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
listInResourceGroupNext(string, ServiceCallback<CommitmentPlanListResult>)
function listInResourceGroupNext(nextPageLink: string, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック
listNext(string, RequestOptionsBase)
サブスクリプション内のすべての Azure ML コミットメント プランを取得します。
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CommitmentPlansListNextResponse>
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<CommitmentPlansListNextResponse>
Promise<Models.CommitmentPlansListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CommitmentPlanListResult>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
listNext(string, ServiceCallback<CommitmentPlanListResult>)
function listNext(nextPageLink: string, callback: ServiceCallback<CommitmentPlanListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック
patch(CommitmentPlanPatchPayload, string, string, RequestOptionsBase)
既存の Azure ML コミットメント プラン リソースにパッチを適用します。
function patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, options?: RequestOptionsBase): Promise<CommitmentPlansPatchResponse>
パラメーター
- patchPayload
- CommitmentPlanPatchPayload
Azure ML コミットメント プランにパッチを適用するために使用するペイロード。 既存のコミットメント プランでは、タグと SKU のみを変更できます。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<CommitmentPlansPatchResponse>
Promise<Models.CommitmentPlansPatchResponse>
patch(CommitmentPlanPatchPayload, string, string, RequestOptionsBase, ServiceCallback<CommitmentPlan>)
function patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, options: RequestOptionsBase, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- patchPayload
- CommitmentPlanPatchPayload
Azure ML コミットメント プランにパッチを適用するために使用するペイロード。 既存のコミットメント プランでは、タグと SKU のみを変更できます。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
patch(CommitmentPlanPatchPayload, string, string, ServiceCallback<CommitmentPlan>)
function patch(patchPayload: CommitmentPlanPatchPayload, resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<CommitmentPlan>)
パラメーター
- patchPayload
- CommitmentPlanPatchPayload
Azure ML コミットメント プランにパッチを適用するために使用するペイロード。 既存のコミットメント プランでは、タグと SKU のみを変更できます。
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- callback
コールバック
remove(string, string, RequestOptionsBase)
既存の Azure ML コミットメント プランを削除します。
function remove(resourceGroupName: string, commitmentPlanName: string, options?: RequestOptionsBase): Promise<RestResponse>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<RestResponse>
Promise<msRest.RestResponse応答>
remove(string, string, RequestOptionsBase, ServiceCallback<void>)
function remove(resourceGroupName: string, commitmentPlanName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
-
ServiceCallback<void>
コールバック
remove(string, string, ServiceCallback<void>)
function remove(resourceGroupName: string, commitmentPlanName: string, callback: ServiceCallback<void>)
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- commitmentPlanName
-
string
Azure ML コミットメント プラン名。
- callback
-
ServiceCallback<void>
コールバック