ArtifactStorePropertiesFormat Class

Definition

Artifact store properties.

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

Constructors

Name Description
ArtifactStorePropertiesFormat()

Initializes a new instance of ArtifactStorePropertiesFormat.

Properties

Name Description
ManagedResourceGroupConfiguration

Gets or sets the managed resource group configuration.

ProvisioningState

The provisioning state of the application groups resource.

ReplicationStrategy

The replication strategy.

StorageResourceId

The created storage resource id.

StoreType

The artifact store type.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ArtifactStorePropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactStorePropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArtifactStorePropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArtifactStorePropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to