ArmElasticModelFactory.ResubscribeProperties 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.
public static Azure.ResourceManager.Elastic.Models.ResubscribeProperties ResubscribeProperties(string planId = default, string term = default, Azure.Core.ResourceIdentifier subscriptionId = default, string resourceGroup = default, string organizationId = default);
static member ResubscribeProperties : string * string * Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.Elastic.Models.ResubscribeProperties
Public Shared Function ResubscribeProperties (Optional planId As String = Nothing, Optional term As String = Nothing, Optional subscriptionId As ResourceIdentifier = Nothing, Optional resourceGroup As String = Nothing, Optional organizationId As String = Nothing) As ResubscribeProperties
Parameters
- planId
- String
Newly selected plan Id to create the new Marketplace subscription for Resubscribe.
- term
- String
Newly selected term to create the new Marketplace subscription for Resubscribe.
- subscriptionId
- ResourceIdentifier
Newly selected Azure Subscription Id in which the new Marketplace subscription will be created for Resubscribe.
- resourceGroup
- String
Newly selected Azure resource group in which the new Marketplace subscription will be created for Resubscribe.
- organizationId
- String
Organization Id of the Elastic Organization that needs to be resubscribed.
Returns
A new ResubscribeProperties instance for mocking.