CustomLocationAuthentication 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.
This is optional input that contains the authentication that should be used to generate the namespace.
public class CustomLocationAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationAuthentication>
public class CustomLocationAuthentication
type CustomLocationAuthentication = class
interface IJsonModel<CustomLocationAuthentication>
interface IPersistableModel<CustomLocationAuthentication>
type CustomLocationAuthentication = class
Public Class CustomLocationAuthentication
Implements IJsonModel(Of CustomLocationAuthentication), IPersistableModel(Of CustomLocationAuthentication)
Public Class CustomLocationAuthentication
- Inheritance
-
CustomLocationAuthentication
- Implements
Constructors
CustomLocationAuthentication() |
Initializes a new instance of CustomLocationAuthentication. |
Properties
CustomLocationPropertiesAuthenticationType |
The type of the Custom Locations authentication. |
Value |
The kubeconfig value. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CustomLocationAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomLocationAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomLocationAuthentication>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomLocationAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomLocationAuthentication>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET