AzureCoreArmTemplateArtifactProfile Class

Definition

Azure template artifact profile properties.

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

Constructors

Name Description
AzureCoreArmTemplateArtifactProfile()

Initializes a new instance of AzureCoreArmTemplateArtifactProfile.

Properties

Name Description
ArtifactStoreId

Gets or sets Id.

(Inherited from ArtifactProfile)
TemplateArtifactProfile

Template artifact profile.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ArtifactProfile)
IJsonModel<AzureCoreArmTemplateArtifactProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureCoreArmTemplateArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ArtifactProfile)
IPersistableModel<AzureCoreArmTemplateArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureCoreArmTemplateArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureCoreArmTemplateArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to