Class ApiKVReferenceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.ApiKVReferenceInner
Description of site key vault references.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the activeVersion property: The activeVersion property.details()Get the details property: The details property.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.voidvalidate()Validates the instance.Get the vaultName property: The vaultName property.withActiveVersion(String activeVersion) Set the activeVersion property: The activeVersion property.withDetails(String details) Set the details property: The details property.withIdentityType(ManagedServiceIdentity identityType) Set the identityType property: Managed service identity.Set the kind property: Kind of resource.withReference(String reference) Set the reference property: The reference property.withSecretName(String secretName) Set the secretName property: The secretName property.withSecretVersion(String secretVersion) Set the secretVersion property: The secretVersion property.withSource(ConfigReferenceSource source) Set the source property: The source property.withStatus(ResolveStatus status) Set the status property: The status property.withVaultName(String vaultName) Set the vaultName property: The vaultName property.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ApiKVReferenceInner
public ApiKVReferenceInner()Creates an instance of ApiKVReferenceInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
reference
Get the reference property: The reference property.- Returns:
- the reference value.
-
withReference
Set the reference property: The reference property.- Parameters:
reference- the reference value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
status
Get the status property: The status property.- Returns:
- the status value.
-
withStatus
Set the status property: The status property.- Parameters:
status- the status value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
vaultName
Get the vaultName property: The vaultName property.- Returns:
- the vaultName value.
-
withVaultName
Set the vaultName property: The vaultName property.- Parameters:
vaultName- the vaultName value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
secretName
Get the secretName property: The secretName property.- Returns:
- the secretName value.
-
withSecretName
Set the secretName property: The secretName property.- Parameters:
secretName- the secretName value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
secretVersion
Get the secretVersion property: The secretVersion property.- Returns:
- the secretVersion value.
-
withSecretVersion
Set the secretVersion property: The secretVersion property.- Parameters:
secretVersion- the secretVersion value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
identityType
Get the identityType property: Managed service identity.- Returns:
- the identityType value.
-
withIdentityType
Set the identityType property: Managed service identity.- Parameters:
identityType- the identityType value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
details
Get the details property: The details property.- Returns:
- the details value.
-
withDetails
Set the details property: The details property.- Parameters:
details- the details value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
source
Get the source property: The source property.- Returns:
- the source value.
-
withSource
Set the source property: The source property.- Parameters:
source- the source value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
activeVersion
Get the activeVersion property: The activeVersion property.- Returns:
- the activeVersion value.
-
withActiveVersion
Set the activeVersion property: The activeVersion property.- Parameters:
activeVersion- the activeVersion value to set.- Returns:
- the ApiKVReferenceInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-