Freigeben über


NetAppBucketServerPatchProperties Class

Definition

Properties of the server managing the lifecycle of volume buckets.

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

Constructors

Name Description
NetAppBucketServerPatchProperties()

Initializes a new instance of NetAppBucketServerPatchProperties.

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

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

IJsonModel<NetAppBucketServerPatchProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppBucketServerPatchProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppBucketServerPatchProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetAppBucketServerPatchProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to