次の方法で共有


GlobalSchemaContract interface

グローバル スキーマ コントラクトの詳細。

Extends

プロパティ

description

自由形式のスキーマ エンティティの説明。

document

json ベースのスキーマ形式 (json スキーマなど) のグローバル スキーマ ドキュメント オブジェクト。

schemaType

スキーマの種類。 変更不可。

value

JSON ベース以外のスキーマの Json エンコード文字列。

継承されたプロパティ

id

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

name

リソース名注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

type

リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

プロパティの詳細

description

自由形式のスキーマ エンティティの説明。

description?: string

プロパティ値

string

document

json ベースのスキーマ形式 (json スキーマなど) のグローバル スキーマ ドキュメント オブジェクト。

document?: Record<string, unknown>

プロパティ値

Record<string, unknown>

schemaType

スキーマの種類。 変更不可。

schemaType?: string

プロパティ値

string

value

JSON ベース以外のスキーマの Json エンコード文字列。

value?: any

プロパティ値

any

継承されたプロパティの詳細

id

リソースの完全修飾リソース 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から継承