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

82 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.ValidateSecretInput"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput"
name: "ValidateSecretInput"
nameWithType: "ValidateSecretInput"
summary: "Input of the secret to be validated."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "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(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class ValidateSecretInput"
constructors:
- uid: "com.microsoft.azure.management.cdn.ValidateSecretInput.ValidateSecretInput()"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput.ValidateSecretInput()"
name: "ValidateSecretInput()"
nameWithType: "ValidateSecretInput.ValidateSecretInput()"
syntax: "public ValidateSecretInput()"
methods:
- uid: "com.microsoft.azure.management.cdn.ValidateSecretInput.secretSource()"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput.secretSource()"
name: "secretSource()"
nameWithType: "ValidateSecretInput.secretSource()"
summary: "Get the secret source."
syntax: "public ResourceReference secretSource()"
desc: "Get the secret source."
returns:
description: "the secretSource value"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ValidateSecretInput.secretType()"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput.secretType()"
name: "secretType()"
nameWithType: "ValidateSecretInput.secretType()"
summary: "Get the secret type."
syntax: "public ValidateSecretType secretType()"
desc: "Get the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'."
returns:
description: "the secretType value"
type: "<xref href=\"com.microsoft.azure.management.cdn.ValidateSecretType?alt=com.microsoft.azure.management.cdn.ValidateSecretType&text=ValidateSecretType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ValidateSecretInput.withSecretSource(com.microsoft.azure.management.cdn.ResourceReference)"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput.withSecretSource(ResourceReference secretSource)"
name: "withSecretSource(ResourceReference secretSource)"
nameWithType: "ValidateSecretInput.withSecretSource(ResourceReference secretSource)"
summary: "Set the secret source."
parameters:
- description: "the secretSource value to set"
name: "secretSource"
type: "<xref href=\"com.microsoft.azure.management.cdn.ResourceReference?alt=com.microsoft.azure.management.cdn.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ValidateSecretInput withSecretSource(ResourceReference secretSource)"
desc: "Set the secret source."
returns:
description: "the ValidateSecretInput object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ValidateSecretInput?alt=com.microsoft.azure.management.cdn.ValidateSecretInput&text=ValidateSecretInput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.ValidateSecretInput.withSecretType(com.microsoft.azure.management.cdn.ValidateSecretType)"
fullName: "com.microsoft.azure.management.cdn.ValidateSecretInput.withSecretType(ValidateSecretType secretType)"
name: "withSecretType(ValidateSecretType secretType)"
nameWithType: "ValidateSecretInput.withSecretType(ValidateSecretType secretType)"
summary: "Set the secret type."
parameters:
- description: "the secretType value to set"
name: "secretType"
type: "<xref href=\"com.microsoft.azure.management.cdn.ValidateSecretType?alt=com.microsoft.azure.management.cdn.ValidateSecretType&text=ValidateSecretType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ValidateSecretInput withSecretType(ValidateSecretType secretType)"
desc: "Set the secret type. Possible values include: 'UrlSigningKey', 'ManagedCertificate', 'CustomerCertificate'."
returns:
description: "the ValidateSecretInput object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.ValidateSecretInput?alt=com.microsoft.azure.management.cdn.ValidateSecretInput&text=ValidateSecretInput\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Input of the secret to be validated."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4