다음을 통해 공유


CustomerSubscriptions class

CustomerSubscriptions를 나타내는 클래스입니다.

생성자

CustomerSubscriptions(AzureStackManagementClientContext)

CustomerSubscriptions를 만듭니다.

메서드

create(string, string, string, CustomerSubscription, RequestOptionsBase)

등록 아래에 새 고객 구독을 만듭니다.

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
deleteMethod(string, string, string, RequestOptionsBase)

등록에서 고객 구독을 삭제합니다.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

지정된 제품을 반환합니다.

get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
get(string, string, string, ServiceCallback<CustomerSubscription>)
list(string, string, RequestOptionsBase)

제품 목록을 반환합니다.

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
list(string, string, ServiceCallback<CustomerSubscriptionList>)
listNext(string, RequestOptionsBase)

제품 목록을 반환합니다.

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
listNext(string, ServiceCallback<CustomerSubscriptionList>)

생성자 세부 정보

CustomerSubscriptions(AzureStackManagementClientContext)

CustomerSubscriptions를 만듭니다.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

매개 변수

client
AzureStackManagementClientContext

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

메서드 세부 정보

create(string, string, string, CustomerSubscription, RequestOptionsBase)

등록 아래에 새 고객 구독을 만듭니다.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

customerCreationParameters
CustomerSubscription

매개 변수는 고객 구독을 만드는 데 사용됩니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.CustomerSubscriptionsCreateResponse>

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

customerCreationParameters
CustomerSubscription

매개 변수는 고객 구독을 만드는 데 사용됩니다.

options
RequestOptionsBase

선택적 매개 변수

create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

customerCreationParameters
CustomerSubscription

매개 변수는 고객 구독을 만드는 데 사용됩니다.

deleteMethod(string, string, string, RequestOptionsBase)

등록에서 고객 구독을 삭제합니다.

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

callback

ServiceCallback<void>

콜백

get(string, string, string, RequestOptionsBase)

지정된 제품을 반환합니다.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.CustomerSubscriptionsGetResponse>

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

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

get(string, string, string, ServiceCallback<CustomerSubscription>)

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

customerSubscriptionName

string

제품의 이름입니다.

list(string, string, RequestOptionsBase)

제품 목록을 반환합니다.

function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.CustomerSubscriptionsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

list(string, string, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)

매개 변수

resourceGroup

string

리소스 그룹의 이름입니다.

registrationName

string

Azure Stack 등록의 이름입니다.

listNext(string, RequestOptionsBase)

제품 목록을 반환합니다.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listNext(string, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)

매개 변수

nextPageLink

string

이전에 성공한 목록 작업 호출의 NextLink입니다.