Compartir vía


VaultSecretGroup Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VaultSecretGroup

public class VaultSecretGroup

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

Method Summary

Modifier and Type Method and Description
SubResource sourceVault()

Get the sourceVault value.

List<VaultCertificate> vaultCertificates()

Get the vaultCertificates value.

VaultSecretGroup withSourceVault(SubResource sourceVault)

Set the sourceVault value.

VaultSecretGroup withVaultCertificates(List<VaultCertificate> vaultCertificates)

Set the vaultCertificates value.

Method Details

sourceVault

public SubResource sourceVault()

Get the sourceVault value.

Returns:

the sourceVault value

vaultCertificates

public List vaultCertificates()

Get the vaultCertificates value.

Returns:

the vaultCertificates value

withSourceVault

public VaultSecretGroup withSourceVault(SubResource sourceVault)

Set the sourceVault value.

Parameters:

sourceVault - the sourceVault value to set

Returns:

the VaultSecretGroup object itself.

withVaultCertificates

public VaultSecretGroup withVaultCertificates(List vaultCertificates)

Set the vaultCertificates value.

Parameters:

vaultCertificates - the vaultCertificates value to set

Returns:

the VaultSecretGroup object itself.

Applies to