ArmCognitiveServicesModelFactory.CognitiveServicesSkuChangeInfo 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 CognitiveServicesSkuChangeInfo.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesSkuChangeInfo CognitiveServicesSkuChangeInfo (float? countOfDowngrades = default, float? countOfUpgradesAfterDowngrades = default, DateTimeOffset? lastChangedOn = default);
static member CognitiveServicesSkuChangeInfo : Nullable<single> * Nullable<single> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesSkuChangeInfo
Public Shared Function CognitiveServicesSkuChangeInfo (Optional countOfDowngrades As Nullable(Of Single) = Nothing, Optional countOfUpgradesAfterDowngrades As Nullable(Of Single) = Nothing, Optional lastChangedOn As Nullable(Of DateTimeOffset) = Nothing) As CognitiveServicesSkuChangeInfo
Parameters
- lastChangedOn
- Nullable<DateTimeOffset>
Gets the last change date.
Returns
A new CognitiveServicesSkuChangeInfo 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