共用方式為


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

資源識別碼。

name
str

資源名稱。

type
str

資源類型。

location
str

資源位置。 必要。

tags
dict[str, str]

資源標籤。

properties
CloudServiceProperties

雲端服務屬性。