Registrations class
Classe que representa um Registrations.
Construtores
Registrations(Azure |
Crie um Registro. |
Métodos
Detalhes do construtor
Registrations(AzureStackManagementClientContext)
Crie um Registro.
new Registrations(client: AzureStackManagementClientContext)
Parâmetros
Referência ao cliente de serviço.
Detalhes do método
createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase)
Criar ou atualizar um registro do Azure Stack.
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsCreateOrUpdateResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RegistrationsCreateOrUpdateResponse>
Promise<Models.RegistrationsCreateOrUpdateResponse>
createOrUpdate(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
createOrUpdate(string, string, RegistrationParameter, ServiceCallback<Registration>)
function createOrUpdate(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- callback
O retorno de chamada
deleteMethod(string, string, RequestOptionsBase)
Exclua o registro solicitado do Azure Stack.
function deleteMethod(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RestResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RestResponse>
Prometa<msRest.RestResponse>
deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<void>
O retorno de chamada
deleteMethod(string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, callback: ServiceCallback<void>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- callback
-
ServiceCallback<void>
O retorno de chamada
get(string, string, RequestOptionsBase)
Retorna as propriedades de um registro do Azure Stack.
function get(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RegistrationsGetResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RegistrationsGetResponse>
Modelos de Promessa.RegistrosGetResponse<>
get(string, string, RequestOptionsBase, ServiceCallback<Registration>)
function get(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
get(string, string, ServiceCallback<Registration>)
function get(resourceGroup: string, registrationName: string, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- callback
O retorno de chamada
getActivationKey(string, string, RequestOptionsBase)
Retorna a Chave de Ativação do Azure Stack.
function getActivationKey(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<RegistrationsGetActivationKeyResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.RegistrationsGetActivationKeyResponse>
getActivationKey(string, string, RequestOptionsBase, ServiceCallback<ActivationKeyResult>)
function getActivationKey(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ActivationKeyResult>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getActivationKey(string, string, ServiceCallback<ActivationKeyResult>)
function getActivationKey(resourceGroup: string, registrationName: string, callback: ServiceCallback<ActivationKeyResult>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- callback
O retorno de chamada
list(string, RequestOptionsBase)
Retorna uma lista de todos os registros.
function list(resourceGroup: string, options?: RequestOptionsBase): Promise<RegistrationsListResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RegistrationsListResponse>
Promise<Models.RegistrationsListResponse>
list(string, RequestOptionsBase, ServiceCallback<RegistrationList>)
function list(resourceGroup: string, options: RequestOptionsBase, callback: ServiceCallback<RegistrationList>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
list(string, ServiceCallback<RegistrationList>)
function list(resourceGroup: string, callback: ServiceCallback<RegistrationList>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- callback
O retorno de chamada
listNext(string, RequestOptionsBase)
Retorna uma lista de todos os registros.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<RegistrationsListNextResponse>
Parâmetros
- nextPageLink
-
string
O NextLink da chamada com êxito anterior para a operação Listar.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RegistrationsListNextResponse>
Promise<Models.RegistrationsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<RegistrationList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<RegistrationList>)
Parâmetros
- nextPageLink
-
string
O NextLink da chamada com êxito anterior para a operação Listar.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listNext(string, ServiceCallback<RegistrationList>)
function listNext(nextPageLink: string, callback: ServiceCallback<RegistrationList>)
Parâmetros
- nextPageLink
-
string
O NextLink da chamada com êxito anterior para a operação Listar.
- callback
O retorno de chamada
update(string, string, RegistrationParameter, RequestOptionsBase)
Patch de um registro do Azure Stack.
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options?: RequestOptionsBase): Promise<RegistrationsUpdateResponse>
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<RegistrationsUpdateResponse>
Promise<Models.RegistrationsUpdateResponse>
update(string, string, RegistrationParameter, RequestOptionsBase, ServiceCallback<Registration>)
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, options: RequestOptionsBase, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
update(string, string, RegistrationParameter, ServiceCallback<Registration>)
function update(resourceGroup: string, registrationName: string, token: RegistrationParameter, callback: ServiceCallback<Registration>)
Parâmetros
- resourceGroup
-
string
Nome do grupo de recursos.
- registrationName
-
string
Nome do registro do Azure Stack.
- token
- RegistrationParameter
Token de registro
- callback
O retorno de chamada