Condividi tramite


BucketServerPatchProperties Class

Definition

Properties of the server managing the lifecycle of volume buckets.

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

Constructors

Name Description
BucketServerPatchProperties()

Initializes a new instance of BucketServerPatchProperties.

Properties

Name Description
CertificateObject

The base64-encoded contents of a PEM file, which includes both the bucket server's certificate and private key. It is generated by the end user and allows the user to access volume data in a read-only manner. Note: This is only used when Azure Key Vault is not configured. This property is mutually exclusive with the Azure Key Vault 'akv' properties.

Fqdn

The host part of the bucket URL, resolving to the bucket IP address and allowed by the server certificate.

OnCertificateConflictAction

Action to take when there is a certificate conflict. Possible values include: 'Update', 'Fail'

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<BucketServerPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BucketServerPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BucketServerPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BucketServerPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to