HybridContainerServiceExtendedLocation Class

Definition

Extended location pointing to the underlying infrastructure.

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

Constructors

HybridContainerServiceExtendedLocation()

Initializes a new instance of HybridContainerServiceExtendedLocation.

Properties

ExtendedLocationType

The extended location type. Allowed value: 'CustomLocation'.

Name

ARM Id of the extended location.

Explicit Interface Implementations

IJsonModel<HybridContainerServiceExtendedLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridContainerServiceExtendedLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridContainerServiceExtendedLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridContainerServiceExtendedLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridContainerServiceExtendedLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to