共用方式為


RegistrationDefinitionProperties Constructors

Definition

Overloads

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.

RegistrationDefinitionProperties()

Initializes a new instance of the RegistrationDefinitionProperties class.

public RegistrationDefinitionProperties ();
Public Sub New ()

Applies to

RegistrationDefinitionProperties(IList<Authorization>, String, String, String, String, String)

Initializes a new instance of the RegistrationDefinitionProperties class.

public RegistrationDefinitionProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Authorization> authorizations, string managedByTenantId, string description = default, string registrationDefinitionName = default, string provisioningState = default, string managedByTenantName = default);
new Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinitionProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Authorization> * string * string * string * string * string -> Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinitionProperties
Public Sub New (authorizations As IList(Of Authorization), managedByTenantId As String, Optional description As String = Nothing, Optional registrationDefinitionName As String = Nothing, Optional provisioningState As String = Nothing, Optional managedByTenantName As String = Nothing)

Parameters

authorizations
IList<Authorization>

Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.

managedByTenantId
String

Id of the managedBy tenant.

description
String

Description of the registration definition.

registrationDefinitionName
String

Name of the registration definition.

provisioningState
String

Current state of the registration definition. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'

managedByTenantName
String

Name of the managedBy tenant.

Applies to