次の方法で共有


ArmAppPlatformModelFactory.AppPlatformServiceNetworkProfile メソッド

定義

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 リソースに必要な受信トラフィックまたは送信トラフィック。

ingressConfigReadTimeoutInSeconds
Nullable<Int32>

Azure Spring Apps リソースのイングレス構成ペイロード。

outboundType
String

Azure Spring Apps VNet インスタンスのエグレス トラフィックの種類。

戻り値

モック作成用の新しい AppPlatformServiceNetworkProfile インスタンス。

適用対象