84 строки
6.0 KiB
YAML
84 строки
6.0 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\" />"
|
|
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 **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
|