ContainerGroupIpAddressType Class

Definition

Defines values for ContainerGroupIpAddressType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupIpAddressType>))]
public class ContainerGroupIpAddressType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupIpAddressType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupIpAddressType>))>]
type ContainerGroupIpAddressType = class
    inherit ExpandableStringEnum<ContainerGroupIpAddressType>
Public Class ContainerGroupIpAddressType
Inherits ExpandableStringEnum(Of ContainerGroupIpAddressType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ContainerGroupIpAddressType()

Fields

Private
Public

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to