다음을 통해 공유


Resource 클래스

지정된 리소스입니다.

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

상속
azure.mgmt.resource.resources._serialization.Model
Resource

생성자

Resource(*, location: str | None = None, extended_location: _models.ExtendedLocation | None = None, tags: Dict[str, str] | None = None, **kwargs)

변수

id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

type
str

리소스 종류.

location
str

리소스 위치.

extended_location
ExtendedLocation

리소스 확장 위치입니다.

tags
dict[str, str]

리소스 태그.