RegistrationDefinition Class
Registration definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelRegistrationDefinition
Constructor
RegistrationDefinition(*, properties: RegistrationDefinitionProperties | None = None, plan: Plan | None = None, **kwargs)
Parameters
Name | Description |
---|---|
properties
Required
|
Properties of a registration definition. |
plan
Required
|
Plan details for the managed services. |
Keyword-Only Parameters
Name | Description |
---|---|
properties
Required
|
|
plan
Required
|
|
Variables
Name | Description |
---|---|
id
|
Fully qualified path of the registration definition. |
type
|
Type of the resource. |
name
|
Name of the registration definition. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python