다음을 통해 공유


Account 클래스

Cognitive Services 계정은 프로비전된 계정을 나타내는 Azure 리소스로, 유형, 위치 및 SKU입니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.cognitiveservices.models._models_py3.AzureEntityResource
Account

생성자

Account(*, kind: str | None = None, sku: _models.Sku | None = None, identity: _models.Identity | None = None, tags: Dict[str, str] | None = None, location: str | None = None, properties: _models.AccountProperties | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
kind
str

리소스의 종류입니다.

sku
Sku

SKU를 나타내는 리소스 모델 정의입니다.

identity

리소스의 ID입니다.

tags

리소스 태그.

location
str

리소스가 있는 지리적 위치입니다.

properties

Cognitive Services 계정의 속성입니다.

변수

Name Description
id
str

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
str

리소스의 이름입니다.

type
str

리소스 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts".

etag
str

리소스 Etag.

kind
str

리소스의 종류입니다.

sku
Sku

SKU를 나타내는 리소스 모델 정의입니다.

identity

리소스의 ID입니다.

system_data

리소스 만들기 및 마지막 수정과 관련된 메타데이터입니다.

tags

리소스 태그.

location
str

리소스가 있는 지리적 위치입니다.

properties

Cognitive Services 계정의 속성입니다.