RegistrationAssignmentProperties 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 assignment.
public class RegistrationAssignmentProperties
type RegistrationAssignmentProperties = class
Public Class RegistrationAssignmentProperties
- Inheritance
-
RegistrationAssignmentProperties
Constructors
RegistrationAssignmentProperties() |
Initializes a new instance of the RegistrationAssignmentProperties class. |
RegistrationAssignmentProperties(String, String, RegistrationAssignmentPropertiesRegistrationDefinition) |
Initializes a new instance of the RegistrationAssignmentProperties class. |
Properties
ProvisioningState |
Gets current state of the registration assignment. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating' |
RegistrationDefinition |
Gets registration definition inside registration assignment. |
RegistrationDefinitionId |
Gets or sets fully qualified path of the registration definition. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET