ContainerServiceFleetAPIServerAccessProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ContainerServiceFleetAPIServerAccessProfile() |
Initializes a new instance of ContainerServiceFleetAPIServerAccessProfile. |
Properties
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET