RegistrationAssignmentPropertiesRegistrationDefinitionProperties Constructors
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.
Overloads
RegistrationAssignmentPropertiesRegistrationDefinitionProperties() |
Initializes a new instance of the RegistrationAssignmentPropertiesRegistrationDefinitionProperties class. |
RegistrationAssignmentPropertiesRegistrationDefinitionProperties(String, IList<Authorization>, String, String, String, String, String, String) |
Initializes a new instance of the RegistrationAssignmentPropertiesRegistrationDefinitionProperties class. |
RegistrationAssignmentPropertiesRegistrationDefinitionProperties()
Initializes a new instance of the RegistrationAssignmentPropertiesRegistrationDefinitionProperties class.
public RegistrationAssignmentPropertiesRegistrationDefinitionProperties ();
Public Sub New ()
Applies to
RegistrationAssignmentPropertiesRegistrationDefinitionProperties(String, IList<Authorization>, String, String, String, String, String, String)
Initializes a new instance of the RegistrationAssignmentPropertiesRegistrationDefinitionProperties class.
public RegistrationAssignmentPropertiesRegistrationDefinitionProperties (string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Authorization> authorizations = default, string registrationDefinitionName = default, string provisioningState = default, string manageeTenantId = default, string manageeTenantName = default, string managedByTenantId = default, string managedByTenantName = default);
new Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignmentPropertiesRegistrationDefinitionProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagedServices.Models.Authorization> * string * string * string * string * string * string -> Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignmentPropertiesRegistrationDefinitionProperties
Public Sub New (Optional description As String = Nothing, Optional authorizations As IList(Of Authorization) = Nothing, Optional registrationDefinitionName As String = Nothing, Optional provisioningState As String = Nothing, Optional manageeTenantId As String = Nothing, Optional manageeTenantName As String = Nothing, Optional managedByTenantId As String = Nothing, Optional managedByTenantName As String = Nothing)
Parameters
- description
- String
Description of the registration definition.
- authorizations
- IList<Authorization>
Authorization tuple containing principal id of the user/security group or service principal and id of the build-in role.
- 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'
- manageeTenantId
- String
Id of the home tenant.
- manageeTenantName
- String
Name of the home tenant.
- managedByTenantId
- String
Id of the managedBy tenant.
- managedByTenantName
- String
Name of the managedBy tenant.
Applies to
Azure SDK for .NET