AcceptOwnershipRequestProperties 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
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