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
선택적 매개 변수
반환
Promise<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>
promise<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>
Promise<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
선택적 매개 변수
반환
Promise<Models.ManagementConfigurationsListBySubscriptionResponse>
listBySubscription(RequestOptionsBase, ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<ManagementConfigurationPropertiesList>)
매개 변수
- options
- RequestOptionsBase
선택적 매개 변수
콜백
listBySubscription(ServiceCallback<ManagementConfigurationPropertiesList>)
function listBySubscription(callback: ServiceCallback<ManagementConfigurationPropertiesList>)
매개 변수
콜백