RegistrationDefinitionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a registration definition.
public class RegistrationDefinitionProperties
type RegistrationDefinitionProperties = class
Public Class RegistrationDefinitionProperties
- Inheritance
-
RegistrationDefinitionProperties
Constructors
RegistrationDefinitionProperties() |
Initializes a new instance of the RegistrationDefinitionProperties class. |
RegistrationDefinitionProperties(IList<Authorization>, String, String, String, String, String) |
Initializes a new instance of the RegistrationDefinitionProperties class. |
Properties
Authorizations |
Gets or sets authorization tuple containing principal id of the user/security group or service principal and id of the build-in role. |
Description |
Gets or sets description of the registration definition. |
ManagedByTenantId |
Gets or sets id of the managedBy tenant. |
ManagedByTenantName |
Gets name of the managedBy tenant. |
ProvisioningState |
Gets current state of the registration definition. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating' |
RegistrationDefinitionName |
Gets or sets name of the registration definition. |
Methods
Validate() |
Validate the object. |