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.
public class PublicIPAddressResourceSettings : Azure.ResourceManager.Migrate.Models.ResourceSettings
type PublicIPAddressResourceSettings = class
inherit ResourceSettings
Public Class PublicIPAddressResourceSettings
Inherits ResourceSettings
- Inheritance
Constructors
PublicIPAddressResourceSettings(String) |
Initializes a new instance of PublicIPAddressResourceSettings. |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET