次の方法で共有


ContentTypeContract interface

コンテンツ タイプコントラクトの詳細。

Extends

プロパティ

description

コンテンツ タイプの説明。

idPropertiesId

コンテンツ タイプ識別子

namePropertiesName

コンテンツ タイプ名。 長さは 1 ~ 250 文字にする必要があります。

schema

コンテンツ タイプ スキーマ。

version

コンテンツ タイプのバージョン。

継承されたプロパティ

id

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

name

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

type

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

プロパティの詳細

description

コンテンツ タイプの説明。

description?: string

プロパティ値

string

idPropertiesId

コンテンツ タイプ識別子

idPropertiesId?: string

プロパティ値

string

namePropertiesName

コンテンツ タイプ名。 長さは 1 ~ 250 文字にする必要があります。

namePropertiesName?: string

プロパティ値

string

schema

コンテンツ タイプ スキーマ。

schema?: Record<string, unknown>

プロパティ値

Record<string, unknown>

version

コンテンツ タイプのバージョン。

version?: string

プロパティ値

string

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

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から継承