ContainerizedNetworkFunctionDefinitionVersion interface
コンテナー化されたネットワーク関数ネットワーク関数定義のバージョン プロパティ。
- Extends
プロパティ
network |
コンテナー化されたネットワーク関数テンプレート。 |
network |
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。 |
継承されたプロパティ
deploy |
ネットワーク関数定義バージョンのデプロイ パラメーター。 |
description | ネットワーク関数定義のバージョンの説明。 |
provisioning |
ネットワーク関数定義バージョン リソースのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
version |
ネットワーク関数定義のバージョンの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
networkFunctionTemplate
コンテナー化されたネットワーク関数テンプレート。
networkFunctionTemplate?: ContainerizedNetworkFunctionTemplateUnion
プロパティ値
networkFunctionType
ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。
networkFunctionType: "ContainerizedNetworkFunction"
プロパティ値
"ContainerizedNetworkFunction"
継承されたプロパティの詳細
deployParameters
ネットワーク関数定義バージョンのデプロイ パラメーター。
deployParameters?: string
プロパティ値
string
継承元NetworkFunctionDefinitionVersionPropertiesFormat.deployParameters
description
ネットワーク関数定義のバージョンの説明。
description?: string
プロパティ値
string
NetworkFunctionDefinitionVersionPropertiesFormat.descriptionから継承
provisioningState
ネットワーク関数定義バージョン リソースのプロビジョニング状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
provisioningState?: string
プロパティ値
string
versionState
ネットワーク関数定義のバージョンの状態。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
versionState?: string
プロパティ値
string
継承元NetworkFunctionDefinitionVersionPropertiesFormat.versionState
Azure SDK for JavaScript