ArmAppPlatformModelFactory.AppPlatformServiceNetworkProfile メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AppPlatformServiceNetworkProfile の新しいインスタンスを初期化します。
public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile AppPlatformServiceNetworkProfile (Azure.Core.ResourceIdentifier serviceRuntimeSubnetId = default, Azure.Core.ResourceIdentifier appSubnetId = default, string serviceCidr = default, string serviceRuntimeNetworkResourceGroup = default, string appNetworkResourceGroup = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> outboundPublicIPs = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic> requiredTraffics = default, int? ingressConfigReadTimeoutInSeconds = default, string outboundType = default);
static member AppPlatformServiceNetworkProfile : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * string * seq<System.Net.IPAddress> * seq<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic> * Nullable<int> * string -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceNetworkProfile
Public Shared Function AppPlatformServiceNetworkProfile (Optional serviceRuntimeSubnetId As ResourceIdentifier = Nothing, Optional appSubnetId As ResourceIdentifier = Nothing, Optional serviceCidr As String = Nothing, Optional serviceRuntimeNetworkResourceGroup As String = Nothing, Optional appNetworkResourceGroup As String = Nothing, Optional outboundPublicIPs As IEnumerable(Of IPAddress) = Nothing, Optional requiredTraffics As IEnumerable(Of AppPlatformServiceRequiredTraffic) = Nothing, Optional ingressConfigReadTimeoutInSeconds As Nullable(Of Integer) = Nothing, Optional outboundType As String = Nothing) As AppPlatformServiceNetworkProfile
パラメーター
- serviceRuntimeSubnetId
- ResourceIdentifier
Azure Spring Apps サービス ランタイムをホストするサブネットの完全修飾リソース ID。
- appSubnetId
- ResourceIdentifier
Azure Spring Apps で顧客アプリをホストするサブネットの完全修飾リソース ID。
- serviceCidr
- String
Azure Spring Apps サービス予約済み CIDR。
- serviceRuntimeNetworkResourceGroup
- String
Azure Spring Apps Service Runtime のネットワーク リソースを含むリソース グループの名前。
- appNetworkResourceGroup
- String
Azure Spring Apps の顧客アプリのネットワーク リソースを含むリソース グループの名前。
- outboundPublicIPs
- IEnumerable<IPAddress>
Azure Spring Apps リソースに必要な送信 IP リソース。
- requiredTraffics
- IEnumerable<AppPlatformServiceRequiredTraffic>
Azure Spring Apps リソースに必要な受信トラフィックまたは送信トラフィック。
- outboundType
- String
Azure Spring Apps VNet インスタンスのエグレス トラフィックの種類。
戻り値
モック作成用の新しい AppPlatformServiceNetworkProfile インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET