DscNodeOperations class
DscNodeOperations を表すクラス。
コンストラクター
Dsc |
DscNodeOperations を作成します。 |
メソッド
コンストラクターの詳細
DscNodeOperations(AutomationClientContext)
DscNodeOperations を作成します。
new DscNodeOperations(client: AutomationClientContext)
パラメーター
- client
- AutomationClientContext
サービス クライアントへの参照。
メソッドの詳細
deleteMethod(string, string, string, RequestOptionsBase)
ノード ID で識別される dsc ノードを削除します。
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeDeleteMethodResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<DscNodeDeleteMethodResponse>
Promise<Models.DscNodeDeleteMethodResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteMethod(string, string, string, ServiceCallback<DscNode>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- callback
コールバック。
get(string, string, string, RequestOptionsBase)
ノード ID で識別される dsc ノードを取得します。
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: RequestOptionsBase): Promise<DscNodeGetResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<DscNodeGetResponse>
Promise<Models.DscNodeGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscNode>)
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
get(string, string, string, ServiceCallback<DscNode>)
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
ノード ID。
- callback
コールバック。
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams)
dsc ノードの一覧を取得します。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscNodeListByAutomationAccountOptionalParams): Promise<DscNodeListByAutomationAccountResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
戻り値
Promise<Models.DscNodeListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscNodeListByAutomationAccountOptionalParams, ServiceCallback<DscNodeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscNodeListByAutomationAccountOptionalParams, callback: ServiceCallback<DscNodeListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccount(string, string, ServiceCallback<DscNodeListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscNodeListResult>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- callback
コールバック。
listByAutomationAccountNext(string, RequestOptionsBase)
dsc ノードの一覧を取得します。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscNodeListByAutomationAccountNextResponse>
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<Models.DscNodeListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscNodeListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeListResult>)
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listByAutomationAccountNext(string, ServiceCallback<DscNodeListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscNodeListResult>)
パラメーター
- nextPageLink
-
string
List 操作の前の正常な呼び出しからの NextLink。
- callback
コールバック。
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase)
dsc ノードを更新します。
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options?: RequestOptionsBase): Promise<DscNodeUpdateResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
更新 dsc ノードに指定されたパラメーター。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
更新 dsc ノードに指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<DscNodeUpdateResponse>
Promise<Models.DscNodeUpdateResponse>
update(string, string, string, DscNodeUpdateParameters, RequestOptionsBase, ServiceCallback<DscNode>)
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
更新 dsc ノードに指定されたパラメーター。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
更新 dsc ノードに指定されたパラメーター。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
update(string, string, string, DscNodeUpdateParameters, ServiceCallback<DscNode>)
function update(resourceGroupName: string, automationAccountName: string, nodeId: string, dscNodeUpdateParameters: DscNodeUpdateParameters, callback: ServiceCallback<DscNode>)
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- nodeId
-
string
更新 dsc ノードに指定されたパラメーター。
- dscNodeUpdateParameters
- DscNodeUpdateParameters
更新 dsc ノードに指定されたパラメーター。
- callback
コールバック。