共用方式為


GroupContract interface

合約詳細數據。

Extends

屬性

builtIn

如果群組是三個系統群組之一,則為 true(系統管理員、開發人員或來賓):否則為 false。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description

群組描述。 可以包含 HTML 格式標記。

displayName

組名。

externalId

針對外部群組,此屬性包含來自外部識別提供者的群組標識符,例如,針對 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;否則此值為 null。

typePropertiesType

群組類型。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

builtIn

如果群組是三個系統群組之一,則為 true(系統管理員、開發人員或來賓):否則為 false。 注意:這個屬性不會串行化。 它只能由伺服器填入。

builtIn?: boolean

屬性值

boolean

description

群組描述。 可以包含 HTML 格式標記。

description?: string

屬性值

string

displayName

組名。

displayName?: string

屬性值

string

externalId

針對外部群組,此屬性包含來自外部識別提供者的群組標識符,例如,針對 Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;否則此值為 null。

externalId?: string

屬性值

string

typePropertiesType

群組類型。

typePropertiesType?: GroupType

屬性值

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type