PublicIPAddressPropertiesFormat 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.
Public IP address properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressPropertiesFormatTypeConverter))]
public class PublicIPAddressPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PublicIPAddressPropertiesFormatTypeConverter))>]
type PublicIPAddressPropertiesFormat = class
interface IPublicIPAddressPropertiesFormat
interface IJsonSerializable
Public Class PublicIPAddressPropertiesFormat
Implements IPublicIPAddressPropertiesFormat
- Inheritance
-
PublicIPAddressPropertiesFormat
- Attributes
- Implements
Constructors
PublicIPAddressPropertiesFormat() |
Creates an new PublicIPAddressPropertiesFormat instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PublicIPAddressPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PublicIPAddressPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPublicIPAddressPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of PublicIPAddressPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PublicIPAddressPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |