DscConfigurationOperations class
代表 DscConfigurationOperations 的類別。
建構函式
Dsc |
建立 DscConfigurationOperations。 |
方法
建構函式詳細資料
DscConfigurationOperations(AutomationClientContext)
建立 DscConfigurationOperations。
new DscConfigurationOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, RequestOptionsBase)
建立以組態名稱識別的組態。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<DscConfigurationCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
設定的建立或更新參數。
- parameters
- DscConfigurationCreateOrUpdateParameters
設定的建立或更新參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.DscConfigurationCreateOrUpdateResponse>
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<DscConfiguration>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
設定的建立或更新參數。
- parameters
- DscConfigurationCreateOrUpdateParameters
設定的建立或更新參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
createOrUpdate(string, string, string, DscConfigurationCreateOrUpdateParameters, ServiceCallback<DscConfiguration>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, configurationName: string, parameters: DscConfigurationCreateOrUpdateParameters, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
設定的建立或更新參數。
- parameters
- DscConfigurationCreateOrUpdateParameters
設定的建立或更新參數。
- callback
回呼
deleteMethod(string, string, string, RequestOptionsBase)
刪除組態名稱所識別的 dsc 組態。
function deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, string, RequestOptionsBase)
擷取組態名稱所識別的組態。
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<DscConfigurationGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<DscConfigurationGetResponse>
Promise < Models.DscConfigurationGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<DscConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<DscConfiguration>)
function get(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- callback
回呼
getContent(string, string, string, RequestOptionsBase)
擷取組態名稱所識別的組態腳本。
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: RequestOptionsBase): Promise<DscConfigurationGetContentResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<DscConfigurationGetContentResponse>
Promise < Models.DscConfigurationGetContentResponse>
getContent(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
getContent(string, string, string, ServiceCallback<void>)
function getContent(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態名稱。
- callback
-
ServiceCallback<void>
回呼
listByAutomationAccount(string, string, DscConfigurationListByAutomationAccountOptionalParams)
擷取組態清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscConfigurationListByAutomationAccountOptionalParams): Promise<DscConfigurationListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
傳回
Promise < Models.DscConfigurationListByAutomationAccountResponse>
listByAutomationAccount(string, string, DscConfigurationListByAutomationAccountOptionalParams, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscConfigurationListByAutomationAccountOptionalParams, callback: ServiceCallback<DscConfigurationListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscConfigurationListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取組態清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscConfigurationListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.DscConfigurationListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscConfigurationListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, ServiceCallback<DscConfigurationListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscConfigurationListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
update(string, string, string, DscConfigurationUpdateOptionalParams)
建立以組態名稱識別的組態。
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, options?: DscConfigurationUpdateOptionalParams): Promise<DscConfigurationUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態的建立或更新參數。
選擇性參數
傳回
Promise<DscConfigurationUpdateResponse>
Promise < Models.DscConfigurationUpdateResponse>
update(string, string, string, DscConfigurationUpdateOptionalParams, ServiceCallback<DscConfiguration>)
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, options: DscConfigurationUpdateOptionalParams, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態的建立或更新參數。
選擇性參數
- callback
回呼
update(string, string, string, ServiceCallback<DscConfiguration>)
function update(resourceGroupName: string, automationAccountName: string, configurationName: string, callback: ServiceCallback<DscConfiguration>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- configurationName
-
string
組態的建立或更新參數。
- callback
回呼