次の方法で共有


Account クラス

定義

Cognitive Services アカウントは、プロビジョニングされたアカウント (種類、場所、SKU) を表す Azure リソースです。

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

コンストラクター

Account()

Account クラスの新しいインスタンスを初期化します。

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

Account クラスの新しいインスタンスを初期化します。

プロパティ

Etag

リソース Etag を取得します。

(継承元 AzureEntityResource)
Id

リソースの完全修飾リソース ID を取得します。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(継承元 Resource)
Identity

Cognitive Services アカウントは、プロビジョニングされたアカウント (種類、場所、SKU) を表す Azure リソースです。

Kind

リソースの種類を取得または設定します。

Location

リソースが格納されている地理的な場所を取得または設定します

Name

リソースの名前を取得します

(継承元 Resource)
Properties

Cognitive Services アカウントのプロパティを取得または設定します。

Sku

Cognitive Services アカウントは、プロビジョニングされたアカウント (種類、場所、SKU) を表す Azure リソースです。

SystemData

Cognitive Services アカウントは、プロビジョニングされたアカウント (種類、場所、SKU) を表す Azure リソースです。

Tags

リソース タグを取得または設定します。

Type

リソースの種類を取得します。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts"

(継承元 Resource)

メソッド

Validate()

オブジェクトを検証します。

適用対象