PublicIPAddressResourceSettings Class
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.
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
- 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
Azure SDK for .NET