ArmBillingModelFactory.CancelSubscriptionContent 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 CancelSubscriptionContent.
public static Azure.ResourceManager.Billing.Models.CancelSubscriptionContent CancelSubscriptionContent (Azure.ResourceManager.Billing.Models.CustomerSubscriptionCancellationReason cancellationReason = default, Azure.Core.ResourceIdentifier customerId = default);
static member CancelSubscriptionContent : Azure.ResourceManager.Billing.Models.CustomerSubscriptionCancellationReason * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Billing.Models.CancelSubscriptionContent
Public Shared Function CancelSubscriptionContent (Optional cancellationReason As CustomerSubscriptionCancellationReason = Nothing, Optional customerId As ResourceIdentifier = Nothing) As CancelSubscriptionContent
Parameters
- cancellationReason
- CustomerSubscriptionCancellationReason
Cancellation reason.
- customerId
- ResourceIdentifier
The fully qualified ID that uniquely identifies a customer.
Returns
A new CancelSubscriptionContent instance for mocking.