public final class ApiKVReferenceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ApiKVReferenceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
activeVersion()
Get the activeVersion property: The activeVersion property.
|
String |
details()
Get the details property: The details property.
|
ManagedServiceIdentity |
identityType()
Get the identityType property: Managed service identity.
|
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.
|
void |
validate()
Validates the instance.
|
String |
vaultName()
Get the vaultName property: The vaultName property.
|
ApiKVReferenceInner |
withActiveVersion(String activeVersion)
Set the activeVersion property: The activeVersion property.
|
ApiKVReferenceInner |
withDetails(String details)
Set the details property: The details property.
|
ApiKVReferenceInner |
withIdentityType(ManagedServiceIdentity identityType)
Set the identityType property: Managed service identity.
|
ApiKVReferenceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ApiKVReferenceInner |
withReference(String reference)
Set the reference property: The reference property.
|
ApiKVReferenceInner |
withSecretName(String secretName)
Set the secretName property: The secretName property.
|
ApiKVReferenceInner |
withSecretVersion(String secretVersion)
Set the secretVersion property: The secretVersion property.
|
ApiKVReferenceInner |
withSource(ConfigReferenceSource source)
Set the source property: The source property.
|
ApiKVReferenceInner |
withStatus(ResolveStatus status)
Set the status property: The status property.
|
ApiKVReferenceInner |
withVaultName(String vaultName)
Set the vaultName property: The vaultName property.
|
kindpublic ApiKVReferenceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String reference()
public ApiKVReferenceInner withReference(String reference)
reference - the reference value to set.public ResolveStatus status()
public ApiKVReferenceInner withStatus(ResolveStatus status)
status - the status value to set.public String vaultName()
public ApiKVReferenceInner withVaultName(String vaultName)
vaultName - the vaultName value to set.public String secretName()
public ApiKVReferenceInner withSecretName(String secretName)
secretName - the secretName value to set.public String secretVersion()
public ApiKVReferenceInner withSecretVersion(String secretVersion)
secretVersion - the secretVersion value to set.public ManagedServiceIdentity identityType()
public ApiKVReferenceInner withIdentityType(ManagedServiceIdentity identityType)
identityType - the identityType value to set.public String details()
public ApiKVReferenceInner withDetails(String details)
details - the details value to set.public ConfigReferenceSource source()
public ApiKVReferenceInner withSource(ConfigReferenceSource source)
source - the source value to set.public String activeVersion()
public ApiKVReferenceInner withActiveVersion(String activeVersion)
activeVersion - the activeVersion value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.