CognitiveServicesAccountCreateParametersInner Constructors
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.
Overloads
CognitiveServicesAccountCreateParametersInner() | |
CognitiveServicesAccountCreateParametersInner(SkuInner, String, String, Object, IDictionary<String,String>) |
CognitiveServicesAccountCreateParametersInner()
public CognitiveServicesAccountCreateParametersInner ();
Public Sub New ()
Applies to
CognitiveServicesAccountCreateParametersInner(SkuInner, String, String, Object, IDictionary<String,String>)
public CognitiveServicesAccountCreateParametersInner (Microsoft.Azure.Management.CognitiveServices.Fluent.Models.SkuInner sku, string kind, string location, object properties, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountCreateParametersInner : Microsoft.Azure.Management.CognitiveServices.Fluent.Models.SkuInner * string * string * obj * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountCreateParametersInner
Public Sub New (sku As SkuInner, kind As String, location As String, properties As Object, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- sku
- SkuInner
- kind
- String
- location
- String
- properties
- Object
- tags
- IDictionary<String,String>
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET