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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python