PublicIPAddressInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PublicIPAddressInner() |
PublicIPAddressInner クラスの新しいインスタンスを初期化します。 |
PublicIPAddressInner(String, String, String, String, IDictionary<String, String>, PublicIPAddressSku, IPAllocationMethod, IPVersion, IPConfigurationInner, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, ProvisioningState, String, IList<String>) |
PublicIPAddressInner クラスの新しいインスタンスを初期化します。 |
PublicIPAddressInner()
PublicIPAddressInner クラスの新しいインスタンスを初期化します。
public PublicIPAddressInner ();
Public Sub New ()
適用対象
PublicIPAddressInner(String, String, String, String, IDictionary<String, String>, PublicIPAddressSku, IPAllocationMethod, IPVersion, IPConfigurationInner, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, ProvisioningState, String, IList<String>)
PublicIPAddressInner クラスの新しいインスタンスを初期化します。
public PublicIPAddressInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressSku sku = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod publicIPAllocationMethod = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion publicIPAddressVersion = default, Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner ipConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressDnsSettings dnsSettings = default, Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings ddosSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpTag> ipTags = default, string ipAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPPrefix = default, int? idleTimeoutInMinutes = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressSku * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner * Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressDnsSettings * Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpTag> * string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<int> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner
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 sku As PublicIPAddressSku = Nothing, Optional publicIPAllocationMethod As IPAllocationMethod = Nothing, Optional publicIPAddressVersion As IPVersion = Nothing, Optional ipConfiguration As IPConfigurationInner = Nothing, Optional dnsSettings As PublicIPAddressDnsSettings = Nothing, Optional ddosSettings As DdosSettings = Nothing, Optional ipTags As IList(Of IpTag) = Nothing, Optional ipAddress As String = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing, Optional zones As IList(Of String) = Nothing)
パラメーター
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
パブリック IP アドレス SKU。
- publicIPAllocationMethod
- IPAllocationMethod
パブリック IP アドレスの割り当て方法。 使用可能な値は、'Static'、'Dynamic' です。
- publicIPAddressVersion
- IPVersion
パブリック IP アドレスのバージョン。 使用可能な値は、'IPv4'、'IPv6' です。
- ipConfiguration
- IPConfigurationInner
パブリック IP アドレスに関連付けられている IP 構成。
- dnsSettings
- PublicIPAddressDnsSettings
パブリック IP アドレスに関連付けられている DNS レコードの FQDN。
- ddosSettings
- DdosSettings
パブリック IP アドレスに関連付けられている DDoS 保護カスタム ポリシー。
- ipAddress
- String
パブリック IP アドレス リソースに関連付けられている IP アドレス。
- publicIPPrefix
- SubResource
このパブリック IP アドレスを割り当てる必要があるパブリック IP プレフィックス。
- resourceGuid
- String
パブリック IP アドレス リソースのリソース GUID プロパティ。
- provisioningState
- ProvisioningState
パブリック IP アドレス リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
適用対象
Azure SDK for .NET