AzureOperatorNexusImageArtifactProfile Class

Definition

Azure Operator Distributed Services image artifact profile properties.

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

Constructors

Name Description
AzureOperatorNexusImageArtifactProfile()

Initializes a new instance of AzureOperatorNexusImageArtifactProfile.

Properties

Name Description
ArtifactStoreId

Gets or sets Id.

(Inherited from ArtifactProfile)
ImageArtifactProfile

Image 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<AzureOperatorNexusImageArtifactProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureOperatorNexusImageArtifactProfile>.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<AzureOperatorNexusImageArtifactProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureOperatorNexusImageArtifactProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureOperatorNexusImageArtifactProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to