Share via


ContainerServiceFleetAPIServerAccessProfile Class

Definition

Access profile for the Fleet hub API server.

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

Constructors

Name Description
ContainerServiceFleetAPIServerAccessProfile()

Initializes a new instance of ContainerServiceFleetAPIServerAccessProfile.

Properties

Name Description
EnablePrivateCluster

Whether to create the Fleet hub as a private cluster or not.

EnableVnetIntegration

Whether to enable apiserver vnet integration for the Fleet hub or not.

SubnetId

The subnet to be used when apiserver vnet integration is enabled. It is required when creating a new Fleet with BYO vnet.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerServiceFleetAPIServerAccessProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceFleetAPIServerAccessProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceFleetAPIServerAccessProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceFleetAPIServerAccessProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceFleetAPIServerAccessProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to