KeyVaultSigningKeyParameters Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. KeyVaultSigningKeyParameters
- com.
public class KeyVaultSigningKeyParameters
Describes the parameters for using a user's KeyVault for URL Signing Key.
Constructor Summary
Constructor | Description | |
---|---|---|
KeyVaultSigningKeyParameters() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
odatatype()
Creates an instance of Key |
java.lang.String |
resourceGroupName()
Get resource group of the user's Key Vault containing the secret. |
java.lang.String |
secretName()
Get the name of secret in Key Vault. |
java.lang.String |
secretVersion()
Get the version(GUID) of secret in Key Vault. |
java.lang.String |
subscriptionId()
Get subscription Id of the user's Key Vault containing the secret. |
java.lang.String |
vaultName()
Get the name of the user's Key Vault containing the secret. |
Key |
withOdatatype(String odatatype)
Set the odatatype value. |
Key |
withResourceGroupName(String resourceGroupName)
Set resource group of the user's Key Vault containing the secret. |
Key |
withSecretName(String secretName)
Set the name of secret in Key Vault. |
Key |
withSecretVersion(String secretVersion)
Set the version(GUID) of secret in Key Vault. |
Key |
withSubscriptionId(String subscriptionId)
Set subscription Id of the user's Key Vault containing the secret. |
Key |
withVaultName(String vaultName)
Set the name of the user's Key Vault containing the secret. |
Methods inherited from java.lang.Object
Constructor Details
KeyVaultSigningKeyParameters
public KeyVaultSigningKeyParameters()
Method Details
odatatype
public String odatatype()
Creates an instance of KeyVaultSigningKeyParameters class. public KeyVaultSigningKeyParameters() { odatatype = "#Microsoft.Azure.Cdn.Models.KeyVaultSigningKeyParameters"; } /** Get the odatatype value.
Returns:
resourceGroupName
public String resourceGroupName()
Get resource group of the user's Key Vault containing the secret.
Returns:
secretName
public String secretName()
Get the name of secret in Key Vault.
Returns:
secretVersion
public String secretVersion()
Get the version(GUID) of secret in Key Vault.
Returns:
subscriptionId
public String subscriptionId()
Get subscription Id of the user's Key Vault containing the secret.
Returns:
vaultName
public String vaultName()
Get the name of the user's Key Vault containing the secret.
Returns:
withOdatatype
public KeyVaultSigningKeyParameters withOdatatype(String odatatype)
Set the odatatype value.
Parameters:
Returns:
withResourceGroupName
public KeyVaultSigningKeyParameters withResourceGroupName(String resourceGroupName)
Set resource group of the user's Key Vault containing the secret.
Parameters:
Returns:
withSecretName
public KeyVaultSigningKeyParameters withSecretName(String secretName)
Set the name of secret in Key Vault.
Parameters:
Returns:
withSecretVersion
public KeyVaultSigningKeyParameters withSecretVersion(String secretVersion)
Set the version(GUID) of secret in Key Vault.
Parameters:
Returns:
withSubscriptionId
public KeyVaultSigningKeyParameters withSubscriptionId(String subscriptionId)
Set subscription Id of the user's Key Vault containing the secret.
Parameters:
Returns:
withVaultName
public KeyVaultSigningKeyParameters withVaultName(String vaultName)
Set the name of the user's Key Vault containing the secret.
Parameters:
Returns:
Applies to
Azure SDK for Java