Share via


AkriConnectorTemplatePersistentVolumeClaim Class

Definition

AkriConnectorTemplatePersistentVolumeClaim properties.

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

Constructors

Name Description
AkriConnectorTemplatePersistentVolumeClaim(String, String)

Initializes a new instance of AkriConnectorTemplatePersistentVolumeClaim.

Properties

Name Description
ClaimName

The name of the persistent volume claim.

MountPath

The mount path for the persistent volume claim.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AkriConnectorTemplatePersistentVolumeClaim>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AkriConnectorTemplatePersistentVolumeClaim>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorTemplatePersistentVolumeClaim>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorTemplatePersistentVolumeClaim>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to