Sdílet prostřednictvím


CustomLocationPatch Class

Definition

The Custom Locations patchable resource definition.

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

Constructors

CustomLocationPatch()

Initializes a new instance of CustomLocationPatch.

Properties

Authentication

This is optional input that contains the authentication that should be used to generate the namespace.

ClusterExtensionIds

Contains the reference to the add-on that contains charts to deploy CRDs and operators.

DisplayName

Display name for the Custom Locations location.

HostResourceId

Connected Cluster or AKS Cluster. The Custom Locations RP will perform a checkAccess API for listAdminCredentials permissions.

HostType

Type of host the Custom Locations is referencing (Kubernetes, etc...).

Identity

Identity for the resource. Current supported identity types: SystemAssigned, None.

Namespace

Kubernetes namespace that will be created on the specified cluster.

ProvisioningState

Provisioning State for the Custom Location.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CustomLocationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomLocationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomLocationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomLocationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomLocationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to