ManagementConfigurations class
代表ManagementConfigurations的類別。
建構函式
| Management |
建立 ManagementConfigurations。 |
方法
建構函式詳細資料
ManagementConfigurations(OperationsManagementClientContext)
建立 ManagementConfigurations。
new ManagementConfigurations(client: OperationsManagementClientContext)
參數
服務客戶端的參考。
方法詳細資料
createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase)
建立或更新 ManagementConfiguration。
function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options?: RequestOptionsBase): Promise<ManagementConfigurationsCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- parameters
- ManagementConfiguration
建立 OMS 解決方案所需的參數。
- options
- RequestOptionsBase
選擇性參數
傳回
承諾<Models.ManagementConfigurationsCreateOrUpdateResponse>
createOrUpdate(string, string, ManagementConfiguration, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- parameters
- ManagementConfiguration
建立 OMS 解決方案所需的參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
createOrUpdate(string, string, ManagementConfiguration, ServiceCallback<ManagementConfiguration>)
function createOrUpdate(resourceGroupName: string, managementConfigurationName: string, parameters: ManagementConfiguration, callback: ServiceCallback<ManagementConfiguration>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- parameters
- ManagementConfiguration
建立 OMS 解決方案所需的參數。
- callback
回呼
deleteMethod(string, string, RequestOptionsBase)
刪除訂用帳戶中的ManagementConfiguration。
function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
承諾<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, RequestOptionsBase)
擷取使用者ManagementConfiguration。
function get(resourceGroupName: string, managementConfigurationName: string, options?: RequestOptionsBase): Promise<ManagementConfigurationsGetResponse>
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ManagementConfigurationsGetResponse>
承諾<Models.ManagementConfigurationsGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ManagementConfiguration>)
function get(resourceGroupName: string, managementConfigurationName: string, options: RequestOptionsBase, callback: ServiceCallback<ManagementConfiguration>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, ServiceCallback<ManagementConfiguration>)
function get(resourceGroupName: string, managementConfigurationName: string, callback: ServiceCallback<ManagementConfiguration>)
參數
- resourceGroupName
-
string
要取得的資源群組名稱。 名稱不區分大小寫。
- managementConfigurationName
-
string
使用者管理組態名稱。
- callback
回呼
listBySubscription(RequestOptionsBase)
擷取 ManagementConfigurations 清單。
function listBySubscription(options?: RequestOptionsBase): Promise<ManagementConfigurationsListBySubscriptionResponse>
參數
- options
- RequestOptionsBase
選擇性參數
傳回
承諾<Models.ManagementConfigurationsListBySubscriptionResponse>
listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementConfigurationPropertiesList>)
參數
- options
- RequestOptionsBase
選擇性參數
回呼
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)
參數
回呼