Aracılığıyla paylaş


KeyVaultSigningKeyParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters

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 KeyVaultSigningKeyParameters class.

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.

KeyVaultSigningKeyParameters withOdatatype(String odatatype)

Set the odatatype value.

KeyVaultSigningKeyParameters withResourceGroupName(String resourceGroupName)

Set resource group of the user's Key Vault containing the secret.

KeyVaultSigningKeyParameters withSecretName(String secretName)

Set the name of secret in Key Vault.

KeyVaultSigningKeyParameters withSecretVersion(String secretVersion)

Set the version(GUID) of secret in Key Vault.

KeyVaultSigningKeyParameters withSubscriptionId(String subscriptionId)

Set subscription Id of the user's Key Vault containing the secret.

KeyVaultSigningKeyParameters withVaultName(String vaultName)

Set the name of the user's Key Vault containing the secret.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the odatatype value

resourceGroupName

public String resourceGroupName()

Get resource group of the user's Key Vault containing the secret.

Returns:

the resourceGroupName value

secretName

public String secretName()

Get the name of secret in Key Vault.

Returns:

the secretName value

secretVersion

public String secretVersion()

Get the version(GUID) of secret in Key Vault.

Returns:

the secretVersion value

subscriptionId

public String subscriptionId()

Get subscription Id of the user's Key Vault containing the secret.

Returns:

the subscriptionId value

vaultName

public String vaultName()

Get the name of the user's Key Vault containing the secret.

Returns:

the vaultName value

withOdatatype

public KeyVaultSigningKeyParameters withOdatatype(String odatatype)

Set the odatatype value.

Parameters:

odatatype - the odatatype value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

withResourceGroupName

public KeyVaultSigningKeyParameters withResourceGroupName(String resourceGroupName)

Set resource group of the user's Key Vault containing the secret.

Parameters:

resourceGroupName - the resourceGroupName value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

withSecretName

public KeyVaultSigningKeyParameters withSecretName(String secretName)

Set the name of secret in Key Vault.

Parameters:

secretName - the secretName value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

withSecretVersion

public KeyVaultSigningKeyParameters withSecretVersion(String secretVersion)

Set the version(GUID) of secret in Key Vault.

Parameters:

secretVersion - the secretVersion value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

withSubscriptionId

public KeyVaultSigningKeyParameters withSubscriptionId(String subscriptionId)

Set subscription Id of the user's Key Vault containing the secret.

Parameters:

subscriptionId - the subscriptionId value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

withVaultName

public KeyVaultSigningKeyParameters withVaultName(String vaultName)

Set the name of the user's Key Vault containing the secret.

Parameters:

vaultName - the vaultName value to set

Returns:

the KeyVaultSigningKeyParameters object itself.

Applies to