AzureArcKubernetesDeployMappingRuleProfile Class

Definition

Azure arc kubernetes deploy mapping rule profile.

public class AzureArcKubernetesDeployMappingRuleProfile : Azure.ResourceManager.HybridNetwork.Models.MappingRuleProfile, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridNetwork.Models.AzureArcKubernetesDeployMappingRuleProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridNetwork.Models.AzureArcKubernetesDeployMappingRuleProfile>
type AzureArcKubernetesDeployMappingRuleProfile = class
    inherit MappingRuleProfile
    interface IJsonModel<AzureArcKubernetesDeployMappingRuleProfile>
    interface IPersistableModel<AzureArcKubernetesDeployMappingRuleProfile>
Public Class AzureArcKubernetesDeployMappingRuleProfile
Inherits MappingRuleProfile
Implements IJsonModel(Of AzureArcKubernetesDeployMappingRuleProfile), IPersistableModel(Of AzureArcKubernetesDeployMappingRuleProfile)
Inheritance
AzureArcKubernetesDeployMappingRuleProfile
Implements

Constructors

Name Description
AzureArcKubernetesDeployMappingRuleProfile()

Initializes a new instance of AzureArcKubernetesDeployMappingRuleProfile.

Properties

Name Description
ApplicationEnablement

The application enablement.

(Inherited from MappingRuleProfile)
HelmMappingRuleProfile

The helm mapping rule profile.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AzureArcKubernetesDeployMappingRuleProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MappingRuleProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MappingRuleProfile)
IJsonModel<MappingRuleProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MappingRuleProfile)
IPersistableModel<AzureArcKubernetesDeployMappingRuleProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureArcKubernetesDeployMappingRuleProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureArcKubernetesDeployMappingRuleProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MappingRuleProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MappingRuleProfile)
IPersistableModel<MappingRuleProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MappingRuleProfile)
IPersistableModel<MappingRuleProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MappingRuleProfile)

Applies to