azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

180 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters"
name: "KeyVaultSigningKeyParameters"
nameWithType: "KeyVaultSigningKeyParameters"
summary: "Describes the parameters for using a user's Key<wbr>Vault for URL Signing Key."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **KeyVaultSigningKeyParameters**"
constructors:
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.KeyVaultSigningKeyParameters()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.KeyVaultSigningKeyParameters()"
name: "KeyVaultSigningKeyParameters()"
nameWithType: "KeyVaultSigningKeyParameters.KeyVaultSigningKeyParameters()"
syntax: "public KeyVaultSigningKeyParameters()"
methods:
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.odatatype()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.odatatype()"
name: "odatatype()"
nameWithType: "KeyVaultSigningKeyParameters.odatatype()"
summary: "Creates an instance of Key<wbr>Vault<wbr>Signing<wbr>Key<wbr>Parameters class."
syntax: "public String odatatype()"
desc: "Creates an instance of KeyVaultSigningKeyParameters class. public KeyVaultSigningKeyParameters() \\{ odatatype = \"\\#Microsoft.Azure.Cdn.Models.KeyVaultSigningKeyParameters\"; \\} /\\*\\* Get the odatatype value."
returns:
description: "the odatatype value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.resourceGroupName()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "KeyVaultSigningKeyParameters.resourceGroupName()"
summary: "Get resource group of the user's Key Vault containing the secret."
syntax: "public String resourceGroupName()"
desc: "Get resource group of the user's Key Vault containing the secret."
returns:
description: "the resourceGroupName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.secretName()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.secretName()"
name: "secretName()"
nameWithType: "KeyVaultSigningKeyParameters.secretName()"
summary: "Get the name of secret in Key Vault."
syntax: "public String secretName()"
desc: "Get the name of secret in Key Vault."
returns:
description: "the secretName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.secretVersion()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.secretVersion()"
name: "secretVersion()"
nameWithType: "KeyVaultSigningKeyParameters.secretVersion()"
summary: "Get the version(GUID) of secret in Key Vault."
syntax: "public String secretVersion()"
desc: "Get the version(GUID) of secret in Key Vault."
returns:
description: "the secretVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.subscriptionId()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.subscriptionId()"
name: "subscriptionId()"
nameWithType: "KeyVaultSigningKeyParameters.subscriptionId()"
summary: "Get subscription Id of the user's Key Vault containing the secret."
syntax: "public String subscriptionId()"
desc: "Get subscription Id of the user's Key Vault containing the secret."
returns:
description: "the subscriptionId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.vaultName()"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.vaultName()"
name: "vaultName()"
nameWithType: "KeyVaultSigningKeyParameters.vaultName()"
summary: "Get the name of the user's Key Vault containing the secret."
syntax: "public String vaultName()"
desc: "Get the name of the user's Key Vault containing the secret."
returns:
description: "the vaultName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withOdatatype(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withOdatatype(String odatatype)"
name: "withOdatatype(String odatatype)"
nameWithType: "KeyVaultSigningKeyParameters.withOdatatype(String odatatype)"
summary: "Set the odatatype value."
parameters:
- description: "the odatatype value to set"
name: "odatatype"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withOdatatype(String odatatype)"
desc: "Set the odatatype value."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withResourceGroupName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withResourceGroupName(String resourceGroupName)"
name: "withResourceGroupName(String resourceGroupName)"
nameWithType: "KeyVaultSigningKeyParameters.withResourceGroupName(String resourceGroupName)"
summary: "Set resource group of the user's Key Vault containing the secret."
parameters:
- description: "the resourceGroupName value to set"
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withResourceGroupName(String resourceGroupName)"
desc: "Set resource group of the user's Key Vault containing the secret."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSecretName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSecretName(String secretName)"
name: "withSecretName(String secretName)"
nameWithType: "KeyVaultSigningKeyParameters.withSecretName(String secretName)"
summary: "Set the name of secret in Key Vault."
parameters:
- description: "the secretName value to set"
name: "secretName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withSecretName(String secretName)"
desc: "Set the name of secret in Key Vault."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSecretVersion(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSecretVersion(String secretVersion)"
name: "withSecretVersion(String secretVersion)"
nameWithType: "KeyVaultSigningKeyParameters.withSecretVersion(String secretVersion)"
summary: "Set the version(GUID) of secret in Key Vault."
parameters:
- description: "the secretVersion value to set"
name: "secretVersion"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withSecretVersion(String secretVersion)"
desc: "Set the version(GUID) of secret in Key Vault."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSubscriptionId(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withSubscriptionId(String subscriptionId)"
name: "withSubscriptionId(String subscriptionId)"
nameWithType: "KeyVaultSigningKeyParameters.withSubscriptionId(String subscriptionId)"
summary: "Set subscription Id of the user's Key Vault containing the secret."
parameters:
- description: "the subscriptionId value to set"
name: "subscriptionId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withSubscriptionId(String subscriptionId)"
desc: "Set subscription Id of the user's Key Vault containing the secret."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withVaultName(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters.withVaultName(String vaultName)"
name: "withVaultName(String vaultName)"
nameWithType: "KeyVaultSigningKeyParameters.withVaultName(String vaultName)"
summary: "Set the name of the user's Key Vault containing the secret."
parameters:
- description: "the vaultName value to set"
name: "vaultName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public KeyVaultSigningKeyParameters withVaultName(String vaultName)"
desc: "Set the name of the user's Key Vault containing the secret."
returns:
description: "the KeyVaultSigningKeyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters?alt=com.microsoft.azure.management.cdn.KeyVaultSigningKeyParameters&text=KeyVaultSigningKeyParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the parameters for using a user's KeyVault for URL Signing Key."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4