共用方式為


RegistrationDefinitionProperties Class

Definition

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.

Applies to