Share via


IIPTag Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPTagTypeConverter))]
public interface IIPTag : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IPTagTypeConverter))>]
type IIPTag = interface
    interface IJsonSerializable
Public Interface IIPTag
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Tag

The value of the IP tag associated with the public IP. Example: Internet.

Type

The IP tag type. Example: RoutingPreference.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to