CognitiveServicesAccountInner 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
CognitiveServicesAccountInner() | |
CognitiveServicesAccountInner(String, String, String, String, String, Nullable<ProvisioningState>, String, String, SkuInner, IDictionary<String,String>, String) |
CognitiveServicesAccountInner()
public CognitiveServicesAccountInner ();
Public Sub New ()
Applies to
CognitiveServicesAccountInner(String, String, String, String, String, Nullable<ProvisioningState>, String, String, SkuInner, IDictionary<String,String>, String)
public CognitiveServicesAccountInner (string etag = default, string id = default, string kind = default, string location = default, string name = default, Microsoft.Azure.Management.CognitiveServices.Fluent.Models.ProvisioningState? provisioningState = default, string endpoint = default, string internalId = default, Microsoft.Azure.Management.CognitiveServices.Fluent.Models.SkuInner sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, string type = default);
new Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountInner : string * string * string * string * string * Nullable<Microsoft.Azure.Management.CognitiveServices.Fluent.Models.ProvisioningState> * string * string * Microsoft.Azure.Management.CognitiveServices.Fluent.Models.SkuInner * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountInner
Public Sub New (Optional etag As String = Nothing, Optional id As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing, Optional name As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional endpoint As String = Nothing, Optional internalId As String = Nothing, Optional sku As SkuInner = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional type As String = Nothing)
Parameters
- etag
- String
- id
- String
- kind
- String
- location
- String
- name
- String
- provisioningState
- Nullable<ProvisioningState>
- endpoint
- String
- internalId
- String
- sku
- SkuInner
- tags
- IDictionary<String,String>
- type
- String
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