다음을 통해 공유


GenericResource 클래스

리소스 정보입니다.

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

상속
azure.mgmt.resource.resources.v2021_04_01.models._models_py3.Resource
GenericResource

생성자

GenericResource(*, location: str | None = None, extended_location: _models.ExtendedLocation | None = None, tags: Dict[str, str] | None = None, plan: _models.Plan | None = None, properties: MutableMapping[str, Any] | None = None, kind: str | None = None, managed_by: str | None = None, sku: _models.Sku | None = None, identity: _models.Identity | None = None, **kwargs)

변수

id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

type
str

리소스 종류.

location
str

리소스 위치.

extended_location
ExtendedLocation

리소스 확장 위치입니다.

tags
dict[str, str]

리소스 태그.

plan
Plan

리소스의 계획입니다.

properties
<xref:JSON>

리소스 속성입니다.

kind
str

리소스의 종류입니다.

managed_by
str

이 리소스를 관리하는 리소스의 ID입니다.

sku
Sku

리소스의 SKU입니다.

identity
Identity

리소스의 ID입니다.