次の方法で共有


DeploymentExtended interface

デプロイメント情報です。

プロパティ

id

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

location

デプロイの場所。

name

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

properties

デプロイメントのプロパティです。

tags

デプロイ タグ

type

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

プロパティの詳細

id

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

id?: string

プロパティ値

string

location

デプロイの場所。

location?: string

プロパティ値

string

name

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

name?: string

プロパティ値

string

properties

デプロイメントのプロパティです。

properties?: DeploymentPropertiesExtended

プロパティ値

tags

デプロイ タグ

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

プロパティ値

{[propertyName: string]: string}

type

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

type?: string

プロパティ値

string