Sdílet prostřednictvím


CloudEndpointAfsShareMetadataCertificatePublicKeys Class

Definition

Cloud endpoint AFS file share metadata signing certificate public keys.

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

Properties

FirstKey

The first public key.

SecondKey

The second public key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudEndpointAfsShareMetadataCertificatePublicKeys>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudEndpointAfsShareMetadataCertificatePublicKeys>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudEndpointAfsShareMetadataCertificatePublicKeys>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudEndpointAfsShareMetadataCertificatePublicKeys>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudEndpointAfsShareMetadataCertificatePublicKeys>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to