PublicIPAddressResourceSettings Class

Definition

Defines the public IP address resource settings.

[Newtonsoft.Json.JsonObject("Microsoft.Network/publicIPAddresses")]
public class PublicIPAddressResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Network/publicIPAddresses")>]
type PublicIPAddressResourceSettings = class
    inherit ResourceSettings
Public Class PublicIPAddressResourceSettings
Inherits ResourceSettings
Inheritance
PublicIPAddressResourceSettings
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

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.

Properties

DomainNameLabel

Gets or sets the domain name label.

Fqdn

Gets or sets the fully qualified domain name.

PublicIpAllocationMethod

Gets or sets public IP allocation method.

Sku

Gets or sets public IP sku.

Tags

Gets or sets the Resource tags.

TargetResourceName

Gets or sets the target Resource name.

(Inherited from ResourceSettings)
Zones

Gets or sets public IP zones.

Applies to