次の方法で共有


PrepareNetworkPoliciesRequest コンストラクター

定義

オーバーロード

PrepareNetworkPoliciesRequest()

PrepareNetworkPoliciesRequest クラスの新しいインスタンスを初期化します。

PrepareNetworkPoliciesRequest(String, IList<NetworkIntentPolicyConfiguration>)

PrepareNetworkPoliciesRequest クラスの新しいインスタンスを初期化します。

PrepareNetworkPoliciesRequest()

PrepareNetworkPoliciesRequest クラスの新しいインスタンスを初期化します。

public PrepareNetworkPoliciesRequest ();
Public Sub New ()

適用対象

PrepareNetworkPoliciesRequest(String, IList<NetworkIntentPolicyConfiguration>)

PrepareNetworkPoliciesRequest クラスの新しいインスタンスを初期化します。

public PrepareNetworkPoliciesRequest (string serviceName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkIntentPolicyConfiguration> networkIntentPolicyConfigurations = default);
new Microsoft.Azure.Management.Network.Models.PrepareNetworkPoliciesRequest : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkIntentPolicyConfiguration> -> Microsoft.Azure.Management.Network.Models.PrepareNetworkPoliciesRequest
Public Sub New (Optional serviceName As String = Nothing, Optional networkIntentPolicyConfigurations As IList(Of NetworkIntentPolicyConfiguration) = Nothing)

パラメーター

serviceName
String

サブネットが準備されているサービスの名前。

networkIntentPolicyConfigurations
IList<NetworkIntentPolicyConfiguration>

NetworkIntentPolicyConfiguration の一覧。

適用対象