IPublicIPAddressPropertiesFormat Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressPropertiesFormatTypeConverter))]
public interface IPublicIPAddressPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressPropertiesFormatTypeConverter))>]
type IPublicIPAddressPropertiesFormat = interface
interface IJsonSerializable
Public Interface IPublicIPAddressPropertiesFormat
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
DdosSetting |
The DDoS protection custom policy associated with the public IP address. |
DeleteOption |
Specify what happens to the public IP address when the VM using it is deleted |
DnsSetting |
The FQDN of the DNS record associated with the public IP address. |
IdleTimeoutInMinute |
The idle timeout of the public IP address. |
IPAddress |
The IP address associated with the public IP address resource. |
IPConfiguration |
The IP configuration associated with the public IP address. |
IPTag |
The list of tags associated with the public IP address. |
LinkedPublicIPAddress |
The linked public IP address of the public IP address resource. |
MigrationPhase |
Migration phase of Public IP Address. |
NatGateway |
The NatGateway for the Public IP address. |
ProvisioningState |
The provisioning state of the public IP address resource. |
PublicIPAddressVersion |
The public IP address version. |
PublicIPAllocationMethod |
The public IP address allocation method. |
PublicIPPrefix |
The Public IP Prefix this Public IP Address should be allocated from. |
ResourceGuid |
The resource GUID property of the public IP address resource. |
ServicePublicIPAddress |
The service public IP address of the public IP address resource. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |