PublicIPAddressResourceSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PublicIPAddressResourceSettings() |
Initializes a new instance of the PublicIPAddressResourceSettings class. |
PublicIPAddressResourceSettings(String, IDictionary<String,String>, String, String, String, String, String) |
Initializes a new instance of the PublicIPAddressResourceSettings class. |
PublicIPAddressResourceSettings()
Initializes a new instance of the PublicIPAddressResourceSettings class.
public PublicIPAddressResourceSettings ();
Public Sub New ()
Applies to
PublicIPAddressResourceSettings(String, IDictionary<String,String>, String, String, String, String, String)
Initializes a new instance of the PublicIPAddressResourceSettings class.
public PublicIPAddressResourceSettings (string targetResourceName, System.Collections.Generic.IDictionary<string,string> tags = default, string domainNameLabel = default, string fqdn = default, string publicIpAllocationMethod = default, string sku = default, string zones = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.PublicIPAddressResourceSettings : string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.PublicIPAddressResourceSettings
Public Sub New (targetResourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional domainNameLabel As String = Nothing, Optional fqdn As String = Nothing, Optional publicIpAllocationMethod As String = Nothing, Optional sku As String = Nothing, Optional zones As String = Nothing)
Parameters
- targetResourceName
- String
Gets or sets the target Resource name.
- tags
- IDictionary<String,String>
Gets or sets the Resource tags.
- domainNameLabel
- String
Gets or sets the domain name label.
- fqdn
- String
Gets or sets the fully qualified domain name.
- publicIpAllocationMethod
- String
Gets or sets public IP allocation method.
- sku
- String
Gets or sets public IP sku.
- zones
- String
Gets or sets public IP zones.
Applies to
Azure SDK for .NET