NSDArtifactProfile Class

Definition

Artifact profile properties.

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

Constructors

Name Description
NSDArtifactProfile()

Initializes a new instance of NSDArtifactProfile.

Properties

Name Description
ArtifactName

Artifact name.

ArtifactStoreReferenceId

Gets or sets Id.

ArtifactVersion

Artifact version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NSDArtifactProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NSDArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NSDArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NSDArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to