public final class KeyVaultSigningKeyParameters extends Object
| Constructor and Description |
|---|
KeyVaultSigningKeyParameters()
Creates an instance of KeyVaultSigningKeyParameters class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
odataType()
Get the odataType property: The @odata.type property.
|
String |
resourceGroupName()
Get the resourceGroupName property: Resource group of the user's Key Vault containing the secret.
|
String |
secretName()
Get the secretName property: The name of secret in Key Vault.
|
String |
secretVersion()
Get the secretVersion property: The version(GUID) of secret in Key Vault.
|
String |
subscriptionId()
Get the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.
|
void |
validate()
Validates the instance.
|
String |
vaultName()
Get the vaultName property: The name of the user's Key Vault containing the secret.
|
KeyVaultSigningKeyParameters |
withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
KeyVaultSigningKeyParameters |
withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: Resource group of the user's Key Vault containing the secret.
|
KeyVaultSigningKeyParameters |
withSecretName(String secretName)
Set the secretName property: The name of secret in Key Vault.
|
KeyVaultSigningKeyParameters |
withSecretVersion(String secretVersion)
Set the secretVersion property: The version(GUID) of secret in Key Vault.
|
KeyVaultSigningKeyParameters |
withSubscriptionId(String subscriptionId)
Set the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.
|
KeyVaultSigningKeyParameters |
withVaultName(String vaultName)
Set the vaultName property: The name of the user's Key Vault containing the secret.
|
public KeyVaultSigningKeyParameters()
public String odataType()
public KeyVaultSigningKeyParameters withOdataType(String odataType)
odataType - the odataType value to set.public String subscriptionId()
public KeyVaultSigningKeyParameters withSubscriptionId(String subscriptionId)
subscriptionId - the subscriptionId value to set.public String resourceGroupName()
public KeyVaultSigningKeyParameters withResourceGroupName(String resourceGroupName)
resourceGroupName - the resourceGroupName value to set.public String vaultName()
public KeyVaultSigningKeyParameters withVaultName(String vaultName)
vaultName - the vaultName value to set.public String secretName()
public KeyVaultSigningKeyParameters withSecretName(String secretName)
secretName - the secretName value to set.public String secretVersion()
public KeyVaultSigningKeyParameters withSecretVersion(String secretVersion)
secretVersion - the secretVersion value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.