Condividi tramite


ApiKVReferenceInner Class

public final class ApiKVReferenceInner
extends ProxyResource

Description of site key vault references.

Method Summary

Modifier and Type Method and Description
String activeVersion()

Get the activeVersion property: The activeVersion property.

String details()

Get the details property: The details property.

static ApiKVReferenceInner fromJson(JsonReader jsonReader)

Reads an instance of ApiKVReferenceInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

ManagedServiceIdentity identityType()

Get the identityType property: Managed service identity.

String kind()

Get the kind property: Kind of resource.

String name()

Get the name property: The name of the resource.

String reference()

Get the reference property: The reference property.

String secretName()

Get the secretName property: The secretName property.

String secretVersion()

Get the secretVersion property: The secretVersion property.

ConfigReferenceSource source()

Get the source property: The source property.

ResolveStatus status()

Get the status property: The status property.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

String vaultName()

Get the vaultName property: The vaultName property.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

activeVersion

public String activeVersion()

Get the activeVersion property: The activeVersion property.

Returns:

the activeVersion value.

details

public String details()

Get the details property: The details property.

Returns:

the details value.

fromJson

public static ApiKVReferenceInner fromJson(JsonReader jsonReader)

Reads an instance of ApiKVReferenceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ApiKVReferenceInner.id()

Returns:

the id value.

identityType

public ManagedServiceIdentity identityType()

Get the identityType property: Managed service identity.

Returns:

the identityType value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ApiKVReferenceInner.name()

Returns:

the name value.

reference

public String reference()

Get the reference property: The reference property.

Returns:

the reference value.

secretName

public String secretName()

Get the secretName property: The secretName property.

Returns:

the secretName value.

secretVersion

public String secretVersion()

Get the secretVersion property: The secretVersion property.

Returns:

the secretVersion value.

source

public ConfigReferenceSource source()

Get the source property: The source property.

Returns:

the source value.

status

public ResolveStatus status()

Get the status property: The status property.

Returns:

the status value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApiKVReferenceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ApiKVReferenceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

vaultName

public String vaultName()

Get the vaultName property: The vaultName property.

Returns:

the vaultName value.

Applies to