ArtifactProfile Class

Definition

Artifact profile properties.

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

Constructors

Name Description
ArtifactProfile()

Initializes a new instance of ArtifactProfile.

Properties

Name Description
ArtifactStoreId

Gets or sets Id.

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.

IJsonModel<ArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to