IPAddress 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.
IP address for the container group.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPAddressTypeConverter))]
public class IPAddress : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IIPAddress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IPAddressTypeConverter))>]
type IPAddress = class
interface IIPAddress
interface IJsonSerializable
Public Class IPAddress
Implements IIPAddress
- Inheritance
-
IPAddress
- Attributes
- Implements
Constructors
IPAddress() |
Creates an new IPAddress instance. |
Properties
AutoGeneratedDomainNameLabelScope |
The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant. |
DnsNameLabel |
The Dns name label for the IP. |
Fqdn |
The FQDN for the IP. |
IP |
The IP exposed to the public internet. |
Port |
The list of ports exposed on the container group. |
Type |
Specifies if the IP is exposed to the public internet or private VNET. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPAddress. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IIPAddress. |
FromJsonString(String) |
Creates a new instance of IPAddress, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |