Sdílet prostřednictvím


Registrations class

Třída představující registraci.

Konstruktory

Registrations(AzureStackManagementClientContext)

Vytvořte registraci.

Metody

createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase)

Vytvořte nebo aktualizujte registraci služby Azure Stack.

createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
createOrUpdate(string, string, RegistrationParameter, ServiceCallback<Registration>)
deleteMethod(string, string, RequestOptionsBase)

Odstraňte požadovanou registraci služby Azure Stack.

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

Vrátí vlastnosti registrace služby Azure Stack.

get(string, string, RequestOptionsBase, ServiceCallback<Registration>)
get(string, string, ServiceCallback<Registration>)
getActivationKey(string, string, RequestOptionsBase)

Vrátí aktivační klíč služby Azure Stack.

getActivationKey(string, string, RequestOptionsBase, ServiceCallback<ActivationKeyResult>)
getActivationKey(string, string, ServiceCallback<ActivationKeyResult>)
list(string, RequestOptionsBase)

Vrátí seznam všech registrací.

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

Vrátí seznam všech registrací.

listNext(string, RequestOptionsBase, ServiceCallback<RegistrationList>)
listNext(string, ServiceCallback<RegistrationList>)
update(string, string, RegistrationParameter, RequestOptionsBase)

Oprava registrace služby Azure Stack

update(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
update(string, string, RegistrationParameter, ServiceCallback<Registration>)

Podrobnosti konstruktoru

Registrations(AzureStackManagementClientContext)

Vytvořte registraci.

new Registrations(client: AzureStackManagementClientContext)

Parametry

client
AzureStackManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase)

Vytvořte nebo aktualizujte registraci služby Azure Stack.

function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsCreateOrUpdateResponse>

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsCreateOrUpdateResponse>

createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)

function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Registration>

Zpětné volání

createOrUpdate(string, string, RegistrationParameter, ServiceCallback<Registration>)

function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

callback

ServiceCallback<Registration>

Zpětné volání

deleteMethod(string, string, RequestOptionsBase)

Odstraňte požadovanou registraci služby Azure Stack.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<RestResponse>

Promise<msRest.RestResponse>

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<void>

Zpětné volání

deleteMethod(string, string, ServiceCallback<void>)

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

callback

ServiceCallback<void>

Zpětné volání

get(string, string, RequestOptionsBase)

Vrátí vlastnosti registrace služby Azure Stack.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsGetResponse>

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Registration>

Zpětné volání

get(string, string, ServiceCallback<Registration>)

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

callback

ServiceCallback<Registration>

Zpětné volání

getActivationKey(string, string, RequestOptionsBase)

Vrátí aktivační klíč služby Azure Stack.

function getActivationKey(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RegistrationsGetActivationKeyResponse>

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsGetActivationKeyResponse>

getActivationKey(string, string, RequestOptionsBase, ServiceCallback<ActivationKeyResult>)

function getActivationKey(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ActivationKeyResult>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<ActivationKeyResult>

Zpětné volání

getActivationKey(string, string, ServiceCallback<ActivationKeyResult>)

function getActivationKey(resourceGroup: string, registrationName: string, callback: ServiceCallback<ActivationKeyResult>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

callback

ServiceCallback<ActivationKeyResult>

Zpětné volání

list(string, RequestOptionsBase)

Vrátí seznam všech registrací.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsListResponse>

list(string, RequestOptionsBase, ServiceCallback<RegistrationList>)

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

Parametry

resourceGroup

string

Název skupiny prostředků.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<RegistrationList>

Zpětné volání

list(string, ServiceCallback<RegistrationList>)

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

Parametry

resourceGroup

string

Název skupiny prostředků.

callback

ServiceCallback<RegistrationList>

Zpětné volání

listNext(string, RequestOptionsBase)

Vrátí seznam všech registrací.

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<RegistrationList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<RegistrationList>

Zpětné volání

listNext(string, ServiceCallback<RegistrationList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<RegistrationList>

Zpětné volání

update(string, string, RegistrationParameter, RequestOptionsBase)

Oprava registrace služby Azure Stack

function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsUpdateResponse>

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.RegistrationsUpdateResponse>

update(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)

function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<Registration>

Zpětné volání

update(string, string, RegistrationParameter, ServiceCallback<Registration>)

function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

token
RegistrationParameter

Registrační token

callback

ServiceCallback<Registration>

Zpětné volání