ServiceFabricManagedClusterIPTag Class

Definition

The IP tag associated with the public IP address.

public class ServiceFabricManagedClusterIPTag : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterIPTag>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterIPTag>
type ServiceFabricManagedClusterIPTag = class
    interface IJsonModel<ServiceFabricManagedClusterIPTag>
    interface IPersistableModel<ServiceFabricManagedClusterIPTag>
Public Class ServiceFabricManagedClusterIPTag
Implements IJsonModel(Of ServiceFabricManagedClusterIPTag), IPersistableModel(Of ServiceFabricManagedClusterIPTag)
Inheritance
ServiceFabricManagedClusterIPTag
Implements

Constructors

ServiceFabricManagedClusterIPTag(String, String)

Initializes a new instance of ServiceFabricManagedClusterIPTag.

Properties

IPTagType

IP tag type. Example: FirstPartyUsage.

Tag

IP tag associated with the public IP. Example: SQL, Storage etc.

Explicit Interface Implementations

IJsonModel<ServiceFabricManagedClusterIPTag>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceFabricManagedClusterIPTag>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricManagedClusterIPTag>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricManagedClusterIPTag>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceFabricManagedClusterIPTag>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to