Class ApiKVReferenceProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.ApiKVReferenceProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ApiKVReferenceProperties>
public final class ApiKVReferenceProperties
extends Object
implements com.azure.json.JsonSerializable<ApiKVReferenceProperties>
ApiKVReference resource specific properties.
-
Method Summary
Modifier and TypeMethodDescriptionGet the activeVersion property: The activeVersion property.details()Get the details property: The details property.static ApiKVReferencePropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiKVReferenceProperties from the JsonReader.Get the identityType property: Managed service identity.Get the reference property: The reference property.Get the secretName property: The secretName property.Get the secretVersion property: The secretVersion property.source()Get the source property: The source property.status()Get the status property: The status property.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Get the vaultName property: The vaultName property.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
reference
Get the reference property: The reference property.- Returns:
- the reference value.
-
status
Get the status property: The status property.- Returns:
- the status value.
-
vaultName
Get the vaultName property: The vaultName property.- Returns:
- the vaultName value.
-
secretName
Get the secretName property: The secretName property.- Returns:
- the secretName value.
-
secretVersion
Get the secretVersion property: The secretVersion property.- Returns:
- the secretVersion value.
-
identityType
Get the identityType property: Managed service identity.- Returns:
- the identityType value.
-
details
-
source
Get the source property: The source property.- Returns:
- the source value.
-
activeVersion
Get the activeVersion property: The activeVersion property.- Returns:
- the activeVersion value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ApiKVReferenceProperties>- Throws:
IOException
-
fromJson
public static ApiKVReferenceProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ApiKVReferenceProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ApiKVReferenceProperties 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 ApiKVReferenceProperties.
-