다음을 통해 공유


CloudService 클래스

클라우드 서비스에 대해 설명합니다.

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

Azure로 보내려면 모든 필수 매개 변수를 채워야 합니다.

상속
azure.mgmt.compute._serialization.Model
CloudService

생성자

CloudService(*, location: str, tags: Dict[str, str] | None = None, properties: _models.CloudServiceProperties | None = None, **kwargs)

변수

id
str

리소스 ID입니다.

name
str

리소스 이름입니다.

type
str

리소스 종류.

location
str

리소스 위치. 필수 요소.

tags
dict[str, str]

리소스 태그.

properties
CloudServiceProperties

클라우드 서비스 속성.