共用方式為


VirtualMachineScaleSetIdentity 類別

虛擬機器擴展集的身分識別。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.compute._serialization.Model
VirtualMachineScaleSetIdentity

建構函式

VirtualMachineScaleSetIdentity(*, type: Literal['SystemAssigned'] | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
type
str

用於虛擬機器擴展集的身分識別類型。 目前唯一支援的型別是 'SystemAssigned',它會隱含地建立身分識別。 預設值為 「SystemAssigned」。

變數

名稱 Description
principal_id
str

虛擬機器擴展集身分識別的主體識別碼。

tenant_id
str

與虛擬機器擴展集相關聯的租使用者識別碼。

type
str

用於虛擬機器擴展集的身分識別類型。 目前唯一支援的型別是 'SystemAssigned',它會隱含地建立身分識別。 預設值為 「SystemAssigned」。