ArmGrafanaModelFactory.MarketplaceTrialQuota 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 MarketplaceTrialQuota.
public static Azure.ResourceManager.Grafana.Models.MarketplaceTrialQuota MarketplaceTrialQuota (Azure.ResourceManager.Grafana.Models.AvailablePromotion? availablePromotion = default, Azure.Core.ResourceIdentifier grafanaResourceId = default, DateTimeOffset? trialStartOn = default, DateTimeOffset? trialEndOn = default);
static member MarketplaceTrialQuota : Nullable<Azure.ResourceManager.Grafana.Models.AvailablePromotion> * Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Grafana.Models.MarketplaceTrialQuota
Public Shared Function MarketplaceTrialQuota (Optional availablePromotion As Nullable(Of AvailablePromotion) = Nothing, Optional grafanaResourceId As ResourceIdentifier = Nothing, Optional trialStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional trialEndOn As Nullable(Of DateTimeOffset) = Nothing) As MarketplaceTrialQuota
Parameters
- availablePromotion
- Nullable<AvailablePromotion>
Available enterprise promotion for the subscription.
- grafanaResourceId
- ResourceIdentifier
Resource Id of the Grafana resource which is doing the trial.
- trialStartOn
- Nullable<DateTimeOffset>
The date and time in UTC of when the trial starts.
- trialEndOn
- Nullable<DateTimeOffset>
The date and time in UTC of when the trial ends.
Returns
A new MarketplaceTrialQuota instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET