Delen via


Registrations interface

Interface die een registratie vertegenwoordigt.

Methoden

createOrUpdate(string, string, RegistrationParameter, RegistrationsCreateOrUpdateOptionalParams)

Een Azure Stack-registratie maken of bijwerken.

delete(string, string, RegistrationsDeleteOptionalParams)

Verwijder de aangevraagde Azure Stack-registratie.

enableRemoteManagement(string, string, RegistrationsEnableRemoteManagementOptionalParams)

Maakt extern beheer mogelijk voor apparaten onder de Azure Stack-registratie.

get(string, string, RegistrationsGetOptionalParams)

Retourneert de eigenschappen van een Azure Stack-registratie.

getActivationKey(string, string, RegistrationsGetActivationKeyOptionalParams)

Retourneert de Activeringssleutel van Azure Stack.

list(string, RegistrationsListOptionalParams)

Retourneert een lijst met alle registraties.

listBySubscription(RegistrationsListBySubscriptionOptionalParams)

Retourneert een lijst met alle registraties onder het huidige abonnement.

update(string, string, RegistrationParameter, RegistrationsUpdateOptionalParams)

Een azure Stack-registratie patchen.

Methodedetails

createOrUpdate(string, string, RegistrationParameter, RegistrationsCreateOrUpdateOptionalParams)

Een Azure Stack-registratie maken of bijwerken.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

token
RegistrationParameter

Registratietoken

options
RegistrationsCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Registration>

delete(string, string, RegistrationsDeleteOptionalParams)

Verwijder de aangevraagde Azure Stack-registratie.

function delete(resourceGroup: string, registrationName: string, options?: RegistrationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RegistrationsDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

enableRemoteManagement(string, string, RegistrationsEnableRemoteManagementOptionalParams)

Maakt extern beheer mogelijk voor apparaten onder de Azure Stack-registratie.

function enableRemoteManagement(resourceGroup: string, registrationName: string, options?: RegistrationsEnableRemoteManagementOptionalParams): Promise<void>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

Retouren

Promise<void>

get(string, string, RegistrationsGetOptionalParams)

Retourneert de eigenschappen van een Azure Stack-registratie.

function get(resourceGroup: string, registrationName: string, options?: RegistrationsGetOptionalParams): Promise<Registration>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RegistrationsGetOptionalParams

De optiesparameters.

Retouren

Promise<Registration>

getActivationKey(string, string, RegistrationsGetActivationKeyOptionalParams)

Retourneert de Activeringssleutel van Azure Stack.

function getActivationKey(resourceGroup: string, registrationName: string, options?: RegistrationsGetActivationKeyOptionalParams): Promise<ActivationKeyResult>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RegistrationsGetActivationKeyOptionalParams

De optiesparameters.

Retouren

list(string, RegistrationsListOptionalParams)

Retourneert een lijst met alle registraties.

function list(resourceGroup: string, options?: RegistrationsListOptionalParams): PagedAsyncIterableIterator<Registration, Registration[], PageSettings>

Parameters

resourceGroup

string

Naam van de resourcegroep.

options
RegistrationsListOptionalParams

De optiesparameters.

Retouren

listBySubscription(RegistrationsListBySubscriptionOptionalParams)

Retourneert een lijst met alle registraties onder het huidige abonnement.

function listBySubscription(options?: RegistrationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Registration, Registration[], PageSettings>

Parameters

options
RegistrationsListBySubscriptionOptionalParams

De optiesparameters.

Retouren

update(string, string, RegistrationParameter, RegistrationsUpdateOptionalParams)

Een azure Stack-registratie patchen.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

token
RegistrationParameter

Registratietoken

options
RegistrationsUpdateOptionalParams

De optiesparameters.

Retouren

Promise<Registration>