RegistrationDefinition Constructors

Definition

Overloads

RegistrationDefinition()

Initializes a new instance of the RegistrationDefinition class.

RegistrationDefinition(RegistrationDefinitionProperties, Plan, String, String, String)

Initializes a new instance of the RegistrationDefinition class.

RegistrationDefinition()

Initializes a new instance of the RegistrationDefinition class.

public RegistrationDefinition ();
Public Sub New ()

Applies to

RegistrationDefinition(RegistrationDefinitionProperties, Plan, String, String, String)

Initializes a new instance of the RegistrationDefinition class.

public RegistrationDefinition (Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinitionProperties properties = default, Microsoft.Azure.Management.ManagedServices.Models.Plan plan = default, string id = default, string type = default, string name = default);
new Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition : Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinitionProperties * Microsoft.Azure.Management.ManagedServices.Models.Plan * string * string * string -> Microsoft.Azure.Management.ManagedServices.Models.RegistrationDefinition
Public Sub New (Optional properties As RegistrationDefinitionProperties = Nothing, Optional plan As Plan = Nothing, Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing)

Parameters

properties
RegistrationDefinitionProperties

Properties of a registration definition.

plan
Plan

Plan details for the managed services.

id
String

Fully qualified path of the registration definition.

type
String

Type of the resource.

name
String

Name of the registration definition.

Applies to