Bagikan melalui


Account Class

Definition

Cognitive Services account is an Azure resource representing the provisioned account, it's type, location and SKU.

public class Account : Microsoft.Azure.Management.CognitiveServices.Models.AzureEntityResource
type Account = class
    inherit AzureEntityResource
Public Class Account
Inherits AzureEntityResource
Inheritance

Constructors

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.

Properties

Etag

Gets resource Etag.

(Inherited from AzureEntityResource)
Id

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

(Inherited from Resource)
Identity
Kind

Gets or sets the Kind of the resource.

Location

Gets or sets the geo-location where the resource lives

Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets properties of Cognitive Services account.

Sku
SystemData
Tags

Gets or sets resource tags.

Type

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

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to