AcceptOwnershipRequestProperties Constructors

Definition

Overloads

AcceptOwnershipRequestProperties()

Initializes a new instance of the AcceptOwnershipRequestProperties class.

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

Initializes a new instance of the AcceptOwnershipRequestProperties class.

AcceptOwnershipRequestProperties()

Initializes a new instance of the AcceptOwnershipRequestProperties class.

public AcceptOwnershipRequestProperties ();
Public Sub New ()

Applies to

AcceptOwnershipRequestProperties(String, String, IDictionary<String,String>)

Initializes a new instance of the AcceptOwnershipRequestProperties class.

public AcceptOwnershipRequestProperties (string displayName, string managementGroupId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipRequestProperties
Public Sub New (displayName As String, Optional managementGroupId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

displayName
String

The friendly name of the subscription.

managementGroupId
String

Management group Id for the subscription.

tags
IDictionary<String,String>

Tags for the subscription

Applies to