Delen via


Account Constructors

Definition

Overloads

Account()

Initializes a new instance of the Account class.

Account(String, String, String, String, String, Sku, Identity, SystemData, IDictionary<String,String>, String, AccountProperties)

Initializes a new instance of the Account class.

Account()

Initializes a new instance of the Account class.

public Account ();
Public Sub New ()

Applies to

Account(String, String, String, String, String, Sku, Identity, SystemData, IDictionary<String,String>, String, AccountProperties)

Initializes a new instance of the Account class.

public Account (string id = default, string name = default, string type = default, string etag = default, string kind = default, Microsoft.Azure.Management.CognitiveServices.Models.Sku sku = default, Microsoft.Azure.Management.CognitiveServices.Models.Identity identity = default, Microsoft.Azure.Management.CognitiveServices.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.CognitiveServices.Models.AccountProperties properties = default);
new Microsoft.Azure.Management.CognitiveServices.Models.Account : string * string * string * string * string * Microsoft.Azure.Management.CognitiveServices.Models.Sku * Microsoft.Azure.Management.CognitiveServices.Models.Identity * Microsoft.Azure.Management.CognitiveServices.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.CognitiveServices.Models.AccountProperties -> Microsoft.Azure.Management.CognitiveServices.Models.Account
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional kind As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional properties As AccountProperties = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

etag
String

Resource Etag.

kind
String

The Kind of the resource.

sku
Sku
identity
Identity
systemData
SystemData
tags
IDictionary<String,String>

Resource tags.

location
String

The geo-location where the resource lives

properties
AccountProperties

Properties of Cognitive Services account.

Applies to