ApiKVReferenceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ApiKVReferenceInner
- com.
- com.
- com.
public final class ApiKVReferenceInner
extends ProxyOnlyResource
Description of site key vault references.
Constructor Summary
Constructor | Description |
---|---|
ApiKVReferenceInner() |
Creates an instance of Api |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
activeVersion()
Get the active |
String |
details()
Get the details property: The details property. |
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Managed |
identityType()
Get the identity |
String |
name()
Get the name property: The name of the resource. |
String |
reference()
Get the reference property: The reference property. |
String |
secretName()
Get the secret |
String |
secretVersion()
Get the secret |
Config |
source()
Get the source property: The source property. |
Resolve |
status()
Get the status property: The status property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
String |
vaultName()
Get the vault |
Api |
withActiveVersion(String activeVersion)
Set the active |
Api |
withDetails(String details)
Set the details property: The details property. |
Api |
withIdentityType(ManagedServiceIdentity identityType)
Set the identity |
Api |
withKind(String kind)
Set the kind property: Kind of resource. |
Api |
withReference(String reference)
Set the reference property: The reference property. |
Api |
withSecretName(String secretName)
Set the secret |
Api |
withSecretVersion(String secretVersion)
Set the secret |
Api |
withSource(ConfigReferenceSource source)
Set the source property: The source property. |
Api |
withStatus(ResolveStatus status)
Set the status property: The status property. |
Api |
withVaultName(String vaultName)
Set the vault |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
ApiKVReferenceInner
public ApiKVReferenceInner()
Creates an instance of ApiKVReferenceInner class.
Method Details
activeVersion
public String activeVersion()
Get the activeVersion property: The activeVersion property.
Returns:
details
public String details()
Get the details property: The details property.
Returns:
fromJson
public static ApiKVReferenceInner fromJson(JsonReader jsonReader)
Reads an instance of ApiKVReferenceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApiKVReferenceInner.id()Returns:
identityType
public ManagedServiceIdentity identityType()
Get the identityType property: Managed service identity.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApiKVReferenceInner.name()Returns:
reference
public String reference()
Get the reference property: The reference property.
Returns:
secretName
public String secretName()
Get the secretName property: The secretName property.
Returns:
secretVersion
public String secretVersion()
Get the secretVersion property: The secretVersion property.
Returns:
source
public ConfigReferenceSource source()
Get the source property: The source property.
Returns:
status
public ResolveStatus status()
Get the status property: The status property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApiKVReferenceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApiKVReferenceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ApiKVReferenceInner.validate()vaultName
public String vaultName()
Get the vaultName property: The vaultName property.
Returns:
withActiveVersion
public ApiKVReferenceInner withActiveVersion(String activeVersion)
Set the activeVersion property: The activeVersion property.
Parameters:
Returns:
withDetails
public ApiKVReferenceInner withDetails(String details)
Set the details property: The details property.
Parameters:
Returns:
withIdentityType
public ApiKVReferenceInner withIdentityType(ManagedServiceIdentity identityType)
Set the identityType property: Managed service identity.
Parameters:
Returns:
withKind
public ApiKVReferenceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
ApiKVReferenceInner.withKind(String kind)Parameters:
withReference
public ApiKVReferenceInner withReference(String reference)
Set the reference property: The reference property.
Parameters:
Returns:
withSecretName
public ApiKVReferenceInner withSecretName(String secretName)
Set the secretName property: The secretName property.
Parameters:
Returns:
withSecretVersion
public ApiKVReferenceInner withSecretVersion(String secretVersion)
Set the secretVersion property: The secretVersion property.
Parameters:
Returns:
withSource
public ApiKVReferenceInner withSource(ConfigReferenceSource source)
Set the source property: The source property.
Parameters:
Returns:
withStatus
public ApiKVReferenceInner withStatus(ResolveStatus status)
Set the status property: The status property.
Parameters:
Returns:
withVaultName
public ApiKVReferenceInner withVaultName(String vaultName)
Set the vaultName property: The vaultName property.
Parameters:
Returns:
Applies to
Azure SDK for Java