ArmCognitiveServicesModelFactory.CognitiveServicesSkuAvailabilityList 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 CognitiveServicesSkuAvailabilityList.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesSkuAvailabilityList CognitiveServicesSkuAvailabilityList (string kind = default, string skuAvailabilityType = default, string skuName = default, bool? isSkuAvailable = default, string reason = default, string message = default);
static member CognitiveServicesSkuAvailabilityList : string * string * string * Nullable<bool> * string * string -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesSkuAvailabilityList
Public Shared Function CognitiveServicesSkuAvailabilityList (Optional kind As String = Nothing, Optional skuAvailabilityType As String = Nothing, Optional skuName As String = Nothing, Optional isSkuAvailable As Nullable(Of Boolean) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing) As CognitiveServicesSkuAvailabilityList
Parameters
- kind
- String
The Kind of the resource.
- skuAvailabilityType
- String
The Type of the resource.
- skuName
- String
The SKU of Cognitive Services account.
- reason
- String
Reason why the SKU is not available.
- message
- String
Additional error message.
Returns
A new CognitiveServicesSkuAvailabilityList 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