다음을 통해 공유


Licenses interface

라이선스를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, License, LicensesCreateOrUpdateOptionalParams)

라이선스를 만들거나 업데이트하는 작업입니다.

beginCreateOrUpdateAndWait(string, string, License, LicensesCreateOrUpdateOptionalParams)

라이선스를 만들거나 업데이트하는 작업입니다.

beginDelete(string, string, LicensesDeleteOptionalParams)

라이선스를 삭제하는 작업입니다.

beginDeleteAndWait(string, string, LicensesDeleteOptionalParams)

라이선스를 삭제하는 작업입니다.

beginUpdate(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

라이선스를 업데이트하는 작업입니다.

beginUpdateAndWait(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

라이선스를 업데이트하는 작업입니다.

beginValidateLicense(License, LicensesValidateLicenseOptionalParams)

라이선스의 유효성을 검사하는 작업입니다.

beginValidateLicenseAndWait(License, LicensesValidateLicenseOptionalParams)

라이선스의 유효성을 검사하는 작업입니다.

get(string, string, LicensesGetOptionalParams)

라이선스 보기에 대한 정보를 검색합니다.

listByResourceGroup(string, LicensesListByResourceGroupOptionalParams)

비 Azure 컴퓨터의 모든 라이선스를 가져오는 작업

listBySubscription(LicensesListBySubscriptionOptionalParams)

비 Azure 컴퓨터의 모든 라이선스를 가져오는 작업

메서드 세부 정보

beginCreateOrUpdate(string, string, License, LicensesCreateOrUpdateOptionalParams)

라이선스를 만들거나 업데이트하는 작업입니다.

function beginCreateOrUpdate(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

parameters
License

라이선스 만들기 작업에 제공된 매개 변수입니다.

options
LicensesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginCreateOrUpdateAndWait(string, string, License, LicensesCreateOrUpdateOptionalParams)

라이선스를 만들거나 업데이트하는 작업입니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<License>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

parameters
License

라이선스 만들기 작업에 제공된 매개 변수입니다.

options
LicensesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<License>

beginDelete(string, string, LicensesDeleteOptionalParams)

라이선스를 삭제하는 작업입니다.

function beginDelete(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

options
LicensesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, LicensesDeleteOptionalParams)

라이선스를 삭제하는 작업입니다.

function beginDeleteAndWait(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

options
LicensesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

beginUpdate(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

라이선스를 업데이트하는 작업입니다.

function beginUpdate(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

parameters
LicenseUpdate

라이선스 업데이트 작업에 제공된 매개 변수입니다.

options
LicensesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginUpdateAndWait(string, string, LicenseUpdate, LicensesUpdateOptionalParams)

라이선스를 업데이트하는 작업입니다.

function beginUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<License>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

parameters
LicenseUpdate

라이선스 업데이트 작업에 제공된 매개 변수입니다.

options
LicensesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<License>

beginValidateLicense(License, LicensesValidateLicenseOptionalParams)

라이선스의 유효성을 검사하는 작업입니다.

function beginValidateLicense(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<SimplePollerLike<OperationState<License>, License>>

매개 변수

parameters
License

라이선스 유효성 검사 작업에 제공된 매개 변수입니다.

options
LicensesValidateLicenseOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<License>, License>>

beginValidateLicenseAndWait(License, LicensesValidateLicenseOptionalParams)

라이선스의 유효성을 검사하는 작업입니다.

function beginValidateLicenseAndWait(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<License>

매개 변수

parameters
License

라이선스 유효성 검사 작업에 제공된 매개 변수입니다.

options
LicensesValidateLicenseOptionalParams

옵션 매개 변수입니다.

반환

Promise<License>

get(string, string, LicensesGetOptionalParams)

라이선스 보기에 대한 정보를 검색합니다.

function get(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams): Promise<License>

매개 변수

resourceGroupName

string

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

licenseName

string

라이선스의 이름입니다.

options
LicensesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<License>

listByResourceGroup(string, LicensesListByResourceGroupOptionalParams)

비 Azure 컴퓨터의 모든 라이선스를 가져오는 작업

function listByResourceGroup(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>

매개 변수

resourceGroupName

string

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

options
LicensesListByResourceGroupOptionalParams

옵션 매개 변수입니다.

반환

listBySubscription(LicensesListBySubscriptionOptionalParams)

비 Azure 컴퓨터의 모든 라이선스를 가져오는 작업

function listBySubscription(options?: LicensesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<License, License[], PageSettings>

매개 변수

options
LicensesListBySubscriptionOptionalParams

옵션 매개 변수입니다.

반환