VaultSecretGroup Class

  • java.lang.Object
    • com.azure.resourcemanager.compute.models.VaultSecretGroup

public final class VaultSecretGroup

Describes a set of certificates which are all in the same Key Vault.

Constructor Summary

Constructor Description
VaultSecretGroup()

Creates an instance of VaultSecretGroup class.

Method Summary

Modifier and Type Method and Description
SubResource sourceVault()

Get the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.

void validate()

Validates the instance.

List<VaultCertificate> vaultCertificates()

Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.

VaultSecretGroup withSourceVault(SubResource sourceVault)

Set the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.

VaultSecretGroup withVaultCertificates(List<VaultCertificate> vaultCertificates)

Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.

Methods inherited from java.lang.Object

Constructor Details

VaultSecretGroup

public VaultSecretGroup()

Creates an instance of VaultSecretGroup class.

Method Details

sourceVault

public SubResource sourceVault()

Get the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.

Returns:

the sourceVault value.

validate

public void validate()

Validates the instance.

vaultCertificates

public List vaultCertificates()

Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.

Returns:

the vaultCertificates value.

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:

sourceVault - the sourceVault value to set.

Returns:

the VaultSecretGroup object itself.

withVaultCertificates

public VaultSecretGroup withVaultCertificates(List vaultCertificates)

Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.

Parameters:

vaultCertificates - the vaultCertificates value to set.

Returns:

the VaultSecretGroup object itself.

Applies to