ArmGrafanaModelFactory.SaasSubscriptionDetails 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 SaasSubscriptionDetails.
public static Azure.ResourceManager.Grafana.Models.SaasSubscriptionDetails SaasSubscriptionDetails (string planId = default, string offerId = default, string publisherId = default, Azure.ResourceManager.Grafana.Models.SubscriptionTerm term = default);
static member SaasSubscriptionDetails : string * string * string * Azure.ResourceManager.Grafana.Models.SubscriptionTerm -> Azure.ResourceManager.Grafana.Models.SaasSubscriptionDetails
Public Shared Function SaasSubscriptionDetails (Optional planId As String = Nothing, Optional offerId As String = Nothing, Optional publisherId As String = Nothing, Optional term As SubscriptionTerm = Nothing) As SaasSubscriptionDetails
Parameters
- planId
- String
The plan Id of the SaaS subscription.
- offerId
- String
The offer Id of the SaaS subscription.
- publisherId
- String
The publisher Id of the SaaS subscription.
- term
- SubscriptionTerm
The billing term of the SaaS Subscription.
Returns
A new SaasSubscriptionDetails instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET