ArmSubscriptionModelFactory.AcceptOwnershipRequestProperties Method
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.
Initializes a new instance of AcceptOwnershipRequestProperties.
public static Azure.ResourceManager.Subscription.Models.AcceptOwnershipRequestProperties AcceptOwnershipRequestProperties(string displayName = default, string managementGroupId = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member AcceptOwnershipRequestProperties : string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.Subscription.Models.AcceptOwnershipRequestProperties
Public Shared Function AcceptOwnershipRequestProperties (Optional displayName As String = Nothing, Optional managementGroupId As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As AcceptOwnershipRequestProperties
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.
Returns
A new AcceptOwnershipRequestProperties instance for mocking.