Share via


AvsPureStoragePolicyProperties Class

Definition

Properties of a Pure Storage Policy Based Management policy.

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

Constructors

AvsPureStoragePolicyProperties(String, String)

Initializes a new instance of AvsPureStoragePolicyProperties.

Properties

ProvisioningState

The state of the Pure Storage Policy Based Management policy provisioning.

StoragePolicyDefinition

Definition of a Pure Storage Policy Based Management policy.

StoragePoolId

Azure resource ID of the Pure Storage Pool associated with the storage policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvsPureStoragePolicyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsPureStoragePolicyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsPureStoragePolicyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsPureStoragePolicyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsPureStoragePolicyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to