CloudEndpointAfsShareMetadataCertificatePublicKeysInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storagesync.fluent.models.CloudEndpointAfsShareMetadataCertificatePublicKeysInner

Implements

public final class CloudEndpointAfsShareMetadataCertificatePublicKeysInner
implements JsonSerializable<CloudEndpointAfsShareMetadataCertificatePublicKeysInner>

Cloud endpoint AFS file share metadata signing certificate public keys.

Method Summary

Modifier and Type Method and Description
String firstKey()

Get the firstKey property: The first public key.

static CloudEndpointAfsShareMetadataCertificatePublicKeysInner fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointAfsShareMetadataCertificatePublicKeysInner from the JsonReader.

String secondKey()

Get the secondKey property: The second public key.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

firstKey

public String firstKey()

Get the firstKey property: The first public key.

Returns:

the firstKey value.

fromJson

public static CloudEndpointAfsShareMetadataCertificatePublicKeysInner fromJson(JsonReader jsonReader)

Reads an instance of CloudEndpointAfsShareMetadataCertificatePublicKeysInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CloudEndpointAfsShareMetadataCertificatePublicKeysInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CloudEndpointAfsShareMetadataCertificatePublicKeysInner.

secondKey

public String secondKey()

Get the secondKey property: The second public key.

Returns:

the secondKey value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to