次の方法で共有


ArmAppPlatformModelFactory.AppPlatformServiceRequiredTraffic メソッド

定義

AppPlatformServiceRequiredTraffic の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic AppPlatformServiceRequiredTraffic (string protocol = default, int? port = default, System.Collections.Generic.IEnumerable<System.Net.IPAddress> ips = default, System.Collections.Generic.IEnumerable<string> fqdns = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTrafficDirection? direction = default);
static member AppPlatformServiceRequiredTraffic : string * Nullable<int> * seq<System.Net.IPAddress> * seq<string> * Nullable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTrafficDirection> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceRequiredTraffic
Public Shared Function AppPlatformServiceRequiredTraffic (Optional protocol As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional ips As IEnumerable(Of IPAddress) = Nothing, Optional fqdns As IEnumerable(Of String) = Nothing, Optional direction As Nullable(Of AppPlatformServiceTrafficDirection) = Nothing) As AppPlatformServiceRequiredTraffic

パラメーター

protocol
String

必要なトラフィックのプロトコル。

port
Nullable<Int32>

必要なトラフィックのポート。

ips
IEnumerable<IPAddress>

必要なトラフィックの IP リスト。

fqdns
IEnumerable<String>

必要なトラフィックの FQDN リスト。

direction
Nullable<AppPlatformServiceTrafficDirection>

必要なトラフィックの方向。

戻り値

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

適用対象