Solutions class

솔루션을 나타내는 클래스입니다.

생성자

Solutions(OperationsManagementClientContext)

솔루션을 만듭니다.

메서드

beginCreateOrUpdate(string, string, Solution, RequestOptionsBase)

솔루션을 만들거나 업데이트합니다.

beginDeleteMethod(string, string, RequestOptionsBase)

구독에서 솔루션을 삭제합니다.

beginUpdate(string, string, SolutionPatch, RequestOptionsBase)

솔루션 패치. 태그 업데이트만 지원됩니다.

createOrUpdate(string, string, Solution, RequestOptionsBase)

솔루션을 만들거나 업데이트합니다.

deleteMethod(string, string, RequestOptionsBase)

구독에서 솔루션을 삭제합니다.

get(string, string, RequestOptionsBase)

사용자 솔루션을 검색합니다.

get(string, string, RequestOptionsBase, ServiceCallback<Solution>)
get(string, string, ServiceCallback<Solution>)
listByResourceGroup(string, RequestOptionsBase)

솔루션 목록을 검색합니다. 자사 및 타사 솔루션을 모두 검색합니다.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)
listByResourceGroup(string, ServiceCallback<SolutionPropertiesList>)
listBySubscription(RequestOptionsBase)

솔루션 목록을 검색합니다. 자사 및 타사 솔루션을 모두 검색합니다.

listBySubscription(RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)
listBySubscription(ServiceCallback<SolutionPropertiesList>)
update(string, string, SolutionPatch, RequestOptionsBase)

솔루션을 패치합니다. 태그 업데이트만 지원됩니다.

생성자 세부 정보

Solutions(OperationsManagementClientContext)

솔루션을 만듭니다.

new Solutions(client: OperationsManagementClientContext)

매개 변수

client
OperationsManagementClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, Solution, RequestOptionsBase)

솔루션을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

parameters
Solution

OMS 솔루션을 만드는 데 필요한 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

beginDeleteMethod(string, string, RequestOptionsBase)

구독에서 솔루션을 삭제합니다.

function beginDeleteMethod(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

beginUpdate(string, string, SolutionPatch, RequestOptionsBase)

솔루션 패치. 태그 업데이트만 지원됩니다.

function beginUpdate(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: RequestOptionsBase): Promise<LROPoller>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

parameters
SolutionPatch

솔루션을 패치하는 데 필요한 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

createOrUpdate(string, string, Solution, RequestOptionsBase)

솔루션을 만들거나 업데이트합니다.

function createOrUpdate(resourceGroupName: string, solutionName: string, parameters: Solution, options?: RequestOptionsBase): Promise<SolutionsCreateOrUpdateResponse>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

parameters
Solution

OMS 솔루션을 만드는 데 필요한 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SolutionsCreateOrUpdateResponse>

deleteMethod(string, string, RequestOptionsBase)

구독에서 솔루션을 삭제합니다.

function deleteMethod(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

get(string, string, RequestOptionsBase)

사용자 솔루션을 검색합니다.

function get(resourceGroupName: string, solutionName: string, options?: RequestOptionsBase): Promise<SolutionsGetResponse>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SolutionsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<Solution>)

function get(resourceGroupName: string, solutionName: string, options: RequestOptionsBase, callback: ServiceCallback<Solution>)

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Solution>

콜백

get(string, string, ServiceCallback<Solution>)

function get(resourceGroupName: string, solutionName: string, callback: ServiceCallback<Solution>)

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

callback

ServiceCallback<Solution>

콜백

listByResourceGroup(string, RequestOptionsBase)

솔루션 목록을 검색합니다. 자사 및 타사 솔루션을 모두 검색합니다.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<SolutionsListByResourceGroupResponse>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SolutionsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<SolutionPropertiesList>)

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

options
RequestOptionsBase

선택적 매개 변수

listByResourceGroup(string, ServiceCallback<SolutionPropertiesList>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<SolutionPropertiesList>)

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

listBySubscription(RequestOptionsBase)

솔루션 목록을 검색합니다. 자사 및 타사 솔루션을 모두 검색합니다.

function listBySubscription(options?: RequestOptionsBase): Promise<SolutionsListBySubscriptionResponse>

매개 변수

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SolutionsListBySubscriptionResponse>

listBySubscription(RequestOptionsBase, ServiceCallback<SolutionPropertiesList>)

function listBySubscription(options: RequestOptionsBase, callback: ServiceCallback<SolutionPropertiesList>)

매개 변수

options
RequestOptionsBase

선택적 매개 변수

listBySubscription(ServiceCallback<SolutionPropertiesList>)

function listBySubscription(callback: ServiceCallback<SolutionPropertiesList>)

매개 변수

update(string, string, SolutionPatch, RequestOptionsBase)

솔루션을 패치합니다. 태그 업데이트만 지원됩니다.

function update(resourceGroupName: string, solutionName: string, parameters: SolutionPatch, options?: RequestOptionsBase): Promise<SolutionsUpdateResponse>

매개 변수

resourceGroupName

string

가져올 리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

solutionName

string

사용자 솔루션 이름입니다.

parameters
SolutionPatch

솔루션을 패치하는 데 필요한 매개 변수입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.SolutionsUpdateResponse>