CloudServiceVaultSecretGroup Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. CloudServiceVaultSecretGroup
- com.
Implements
public final class CloudServiceVaultSecretGroup
implements JsonSerializable<CloudServiceVaultSecretGroup>
Describes a set of certificates which are all in the same Key Vault.
Constructor Summary
Constructor | Description |
---|---|
CloudServiceVaultSecretGroup() |
Creates an instance of Cloud |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
Sub |
sourceVault()
Get the source |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Cloud |
vaultCertificates()
Get the vault |
Cloud |
withSourceVault(SubResource sourceVault)
Set the source |
Cloud |
withVaultCertificates(List<CloudServiceVaultCertificate> vaultCertificates)
Set the vault |
Methods inherited from java.lang.Object
Constructor Details
CloudServiceVaultSecretGroup
public CloudServiceVaultSecretGroup()
Creates an instance of CloudServiceVaultSecretGroup class.
Method Details
fromJson
public static CloudServiceVaultSecretGroup fromJson(JsonReader jsonReader)
Reads an instance of CloudServiceVaultSecretGroup 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 CloudServiceVaultSecretGroup 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 CloudServiceVaultSecretGroup 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