GroupContract interface
契約の詳細。
- Extends
プロパティ
built |
グループが 3 つのシステム グループ (管理者、開発者、またはゲスト) のいずれかである場合は true。それ以外の場合は false。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
description | グループの説明。 HTML 書式設定タグを含めることができます。 |
display |
[グループ名]: |
external |
外部グループの場合、このプロパティには外部 ID プロバイダーのグループの ID (Azure Active Directory |
type |
[グループの種類]。 |
継承されたプロパティ
id | リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
name | リソース名注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
type | リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。 |
プロパティの詳細
builtIn
グループが 3 つのシステム グループ (管理者、開発者、またはゲスト) のいずれかである場合は true。それ以外の場合は false。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
builtIn?: boolean
プロパティ値
boolean
description
グループの説明。 HTML 書式設定タグを含めることができます。
description?: string
プロパティ値
string
displayName
[グループ名]:
displayName?: string
プロパティ値
string
externalId
外部グループの場合、このプロパティには外部 ID プロバイダーのグループの ID (Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>
の場合など) が含まれます。それ以外の場合、値は null です。
externalId?: string
プロパティ値
string
typePropertiesType
継承されたプロパティの詳細
id
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
id?: string
プロパティ値
string
name
リソース名注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
name?: string
プロパティ値
string
type
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。
type?: string
プロパティ値
string