次の方法で共有


CloudServicesNetworkPatchParameters interface

CloudServicesNetworkPatchParameters は、クラウド サービス ネットワークにパッチを適用する要求の本文を表します。

プロパティ

additionalEgressEndpoints

エグレス エンドポイントの一覧。 これにより、Hybrid AKS クラスターから指定されたエンドポイントへの接続が可能になります。

enableDefaultEgressEndpoints

プラットフォームの既定のエンドポイントがエグレス トラフィックに対して許可されているかどうかを示すインジケーター。

storageOptions

クラウド サービス ネットワークのストレージ オプション。

tags

既存のものを置き換える Azure リソース タグ。

プロパティの詳細

additionalEgressEndpoints

エグレス エンドポイントの一覧。 これにより、Hybrid AKS クラスターから指定されたエンドポイントへの接続が可能になります。

additionalEgressEndpoints?: EgressEndpoint[]

プロパティ値

enableDefaultEgressEndpoints

プラットフォームの既定のエンドポイントがエグレス トラフィックに対して許可されているかどうかを示すインジケーター。

enableDefaultEgressEndpoints?: string

プロパティ値

string

storageOptions

クラウド サービス ネットワークのストレージ オプション。

storageOptions?: CloudServicesNetworkStorageOptionsPatch

プロパティ値

tags

既存のものを置き換える Azure リソース タグ。

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

プロパティ値

{[propertyName: string]: string}