ArmElasticModelFactory.ElasticPlanDetails 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.ElasticPlanDetails ElasticPlanDetails(string offerId = default, string publisherId = default, string termId = default, string planId = default, string planName = default);
static member ElasticPlanDetails : string * string * string * string * string -> Azure.ResourceManager.Elastic.Models.ElasticPlanDetails
Public Shared Function ElasticPlanDetails (Optional offerId As String = Nothing, Optional publisherId As String = Nothing, Optional termId As String = Nothing, Optional planId As String = Nothing, Optional planName As String = Nothing) As ElasticPlanDetails
Parameters
- offerId
- String
Offer ID of the plan.
- publisherId
- String
Publisher ID of the plan.
- termId
- String
Term ID of the plan.
- planId
- String
Plan ID.
- planName
- String
Plan Name.
Returns
A new ElasticPlanDetails instance for mocking.