VaultSecretGroup Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. VaultSecretGroup
- com.
Implements
public final class VaultSecretGroup
implements JsonSerializable<VaultSecretGroup>
Describes a set of certificates which are all in the same Key Vault.
Constructor Summary
Constructor | Description |
---|---|
VaultSecretGroup() |
Creates an instance of Vault |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vault |
fromJson(JsonReader jsonReader)
Reads an instance of Vault |
Sub |
sourceVault()
Get the source |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Vault |
vaultCertificates()
Get the vault |
Vault |
withSourceVault(SubResource sourceVault)
Set the source |
Vault |
withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the vault |
Methods inherited from java.lang.Object
Constructor Details
VaultSecretGroup
public VaultSecretGroup()
Creates an instance of VaultSecretGroup class.
Method Details
fromJson
public static VaultSecretGroup fromJson(JsonReader jsonReader)
Reads an instance of VaultSecretGroup from the JsonReader.
Parameters:
Returns:
Throws:
sourceVault
public SubResource sourceVault()
Get the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
Returns:
toJson
validate
public void validate()
Validates the instance.
vaultCertificates
public List
Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.
Returns:
withSourceVault
public VaultSecretGroup withSourceVault(SubResource sourceVault)
Set the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.
Parameters:
Returns:
withVaultCertificates
public VaultSecretGroup withVaultCertificates(List
Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.
Parameters:
Returns:
Applies to
Azure SDK for Java