AssemblyDefinition interface

アセンブリ定義。

Extends

プロパティ

properties

アセンブリのプロパティ。

継承されたプロパティ

id

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

location

リソースの場所。

name

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

tags

リソース タグ。

type

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

プロパティの詳細

properties

アセンブリのプロパティ。

properties: AssemblyProperties

プロパティ値

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

id

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

id?: string

プロパティ値

string

Resource.id から継承された

location

リソースの場所。

location?: string

プロパティ値

string

resource.location から継承

name

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

name?: string

プロパティ値

string

Resource.name から継承された

tags

リソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}

Resource.tags から継承された

type

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

type?: string

プロパティ値

string

Resource.type から継承された