次の方法で共有


DdosCustomPolicyInner コンストラクター

定義

オーバーロード

DdosCustomPolicyInner()

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

DdosCustomPolicyInner(String, String, String, String, IDictionary<String, String>, String, ProvisioningState, IList<SubResource>, IList<ProtocolCustomSettingsFormat>, String)

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

DdosCustomPolicyInner()

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

public DdosCustomPolicyInner ();
Public Sub New ()

適用対象

DdosCustomPolicyInner(String, String, String, String, IDictionary<String, String>, String, ProvisioningState, IList<SubResource>, IList<ProtocolCustomSettingsFormat>, String)

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

public DdosCustomPolicyInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> publicIPAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProtocolCustomSettingsFormat> protocolCustomSettings = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.DdosCustomPolicyInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProtocolCustomSettingsFormat> * string -> Microsoft.Azure.Management.Network.Fluent.Models.DdosCustomPolicyInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional publicIPAddresses As IList(Of SubResource) = Nothing, Optional protocolCustomSettings As IList(Of ProtocolCustomSettingsFormat) = Nothing, Optional etag As String = Nothing)

パラメーター

location
String
id
String
name
String
type
String
resourceGuid
String

DDoS カスタム ポリシー リソースのリソース GUID プロパティ。 ユーザーが名前を変更したり、サブスクリプションまたはリソース グループ間でリソースを移行したりした場合でも、リソースを一意に識別します。

provisioningState
ProvisioningState

DDoS カスタム ポリシー リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

publicIPAddresses
IList<SubResource>

DDoS カスタム ポリシー リソースに関連付けられているパブリック IP の一覧。 この一覧は読み取り専用です。

protocolCustomSettings
IList<ProtocolCustomSettingsFormat>

プロトコル固有の DDoS ポリシーカスタマイズ パラメーター。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

適用対象