LicenseProfiles interface
LicenseProfiles를 나타내는 인터페이스입니다.
메서드
begin |
라이선스 프로필을 만들거나 업데이트하는 작업입니다. |
begin |
라이선스 프로필을 만들거나 업데이트하는 작업입니다. |
begin |
라이선스 프로필을 삭제하는 작업입니다. |
begin |
라이선스 프로필을 삭제하는 작업입니다. |
begin |
라이선스 프로필을 업데이트하는 작업입니다. |
begin |
라이선스 프로필을 업데이트하는 작업입니다. |
get(string, string, License |
라이선스 프로필 보기에 대한 정보를 검색합니다. |
list(string, string, License |
비 Azure 컴퓨터의 모든 라이선스 프로필을 가져오는 작업 |
메서드 세부 정보
beginCreateOrUpdate(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
라이선스 프로필을 만들거나 업데이트하는 작업입니다.
function beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
- parameters
- LicenseProfile
라이선스 프로필 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginCreateOrUpdateAndWait(string, string, LicenseProfile, LicenseProfilesCreateOrUpdateOptionalParams)
라이선스 프로필을 만들거나 업데이트하는 작업입니다.
function beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfile>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
- parameters
- LicenseProfile
라이선스 프로필 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<LicenseProfile>
beginDelete(string, string, LicenseProfilesDeleteOptionalParams)
라이선스 프로필을 삭제하는 작업입니다.
function beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfilesDeleteHeaders>, LicenseProfilesDeleteHeaders>>
beginDeleteAndWait(string, string, LicenseProfilesDeleteOptionalParams)
라이선스 프로필을 삭제하는 작업입니다.
function beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteHeaders>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<LicenseProfilesDeleteHeaders>
beginUpdate(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
라이선스 프로필을 업데이트하는 작업입니다.
function beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
- parameters
- LicenseProfileUpdate
라이선스 프로필 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<@azure/core-lro.SimplePollerLike<OperationState<LicenseProfile>, LicenseProfile>>
beginUpdateAndWait(string, string, LicenseProfileUpdate, LicenseProfilesUpdateOptionalParams)
라이선스 프로필을 업데이트하는 작업입니다.
function beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfile>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
- parameters
- LicenseProfileUpdate
라이선스 프로필 업데이트 작업에 제공된 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<LicenseProfile>
get(string, string, LicenseProfilesGetOptionalParams)
라이선스 프로필 보기에 대한 정보를 검색합니다.
function get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfile>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
하이브리드 머신의 이름입니다.
- options
- LicenseProfilesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<LicenseProfile>
list(string, string, LicenseProfilesListOptionalParams)
비 Azure 컴퓨터의 모든 라이선스 프로필을 가져오는 작업
function list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile, LicenseProfile[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름입니다. 이름은 대/소문자를 구분하지 않습니다.
- machineName
-
string
컴퓨터의 이름입니다.
옵션 매개 변수입니다.