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