108 строки
8.5 KiB
YAML
108 строки
8.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters"
|
|
name: "AFDDomainHttpsParameters"
|
|
nameWithType: "AFDDomainHttpsParameters"
|
|
summary: "The JSON object that contains the properties to secure a domain."
|
|
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 **AFDDomainHttpsParameters**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.AFDDomainHttpsParameters()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.AFDDomainHttpsParameters()"
|
|
name: "AFDDomainHttpsParameters()"
|
|
nameWithType: "AFDDomainHttpsParameters.AFDDomainHttpsParameters()"
|
|
syntax: "public AFDDomainHttpsParameters()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.certificateType()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.certificateType()"
|
|
name: "certificateType()"
|
|
nameWithType: "AFDDomainHttpsParameters.certificateType()"
|
|
summary: "Get defines the source of the SSL certificate."
|
|
syntax: "public AfdCertificateType certificateType()"
|
|
desc: "Get defines the source of the SSL certificate. Possible values include: 'CustomerCertificate', 'ManagedCertificate'."
|
|
returns:
|
|
description: "the certificateType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AfdCertificateType?alt=com.microsoft.azure.management.cdn.AfdCertificateType&text=AfdCertificateType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.minimumTlsVersion()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.minimumTlsVersion()"
|
|
name: "minimumTlsVersion()"
|
|
nameWithType: "AFDDomainHttpsParameters.minimumTlsVersion()"
|
|
summary: "Get tLS protocol version that will be used for Https."
|
|
syntax: "public AfdMinimumTlsVersion minimumTlsVersion()"
|
|
desc: "Get tLS protocol version that will be used for Https. Possible values include: 'TLS10', 'TLS12'."
|
|
returns:
|
|
description: "the minimumTlsVersion value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AfdMinimumTlsVersion?alt=com.microsoft.azure.management.cdn.AfdMinimumTlsVersion&text=AfdMinimumTlsVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.secret()"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.secret()"
|
|
name: "secret()"
|
|
nameWithType: "AFDDomainHttpsParameters.secret()"
|
|
summary: "Get resource reference to the secret."
|
|
syntax: "public ResourceReference secret()"
|
|
desc: "Get resource reference to the secret. ie. subs/rg/profile/secret."
|
|
returns:
|
|
description: "the secret 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.AFDDomainHttpsParameters.withCertificateType(com.microsoft.azure.management.cdn.AfdCertificateType)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.withCertificateType(AfdCertificateType certificateType)"
|
|
name: "withCertificateType(AfdCertificateType certificateType)"
|
|
nameWithType: "AFDDomainHttpsParameters.withCertificateType(AfdCertificateType certificateType)"
|
|
summary: "Set defines the source of the SSL certificate."
|
|
parameters:
|
|
- description: "the certificateType value to set"
|
|
name: "certificateType"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AfdCertificateType?alt=com.microsoft.azure.management.cdn.AfdCertificateType&text=AfdCertificateType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AFDDomainHttpsParameters withCertificateType(AfdCertificateType certificateType)"
|
|
desc: "Set defines the source of the SSL certificate. Possible values include: 'CustomerCertificate', 'ManagedCertificate'."
|
|
returns:
|
|
description: "the AFDDomainHttpsParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDDomainHttpsParameters?alt=com.microsoft.azure.management.cdn.AFDDomainHttpsParameters&text=AFDDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.withMinimumTlsVersion(com.microsoft.azure.management.cdn.AfdMinimumTlsVersion)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)"
|
|
name: "withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)"
|
|
nameWithType: "AFDDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)"
|
|
summary: "Set tLS protocol version that will be used for Https."
|
|
parameters:
|
|
- description: "the minimumTlsVersion value to set"
|
|
name: "minimumTlsVersion"
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AfdMinimumTlsVersion?alt=com.microsoft.azure.management.cdn.AfdMinimumTlsVersion&text=AfdMinimumTlsVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AFDDomainHttpsParameters withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)"
|
|
desc: "Set tLS protocol version that will be used for Https. Possible values include: 'TLS10', 'TLS12'."
|
|
returns:
|
|
description: "the AFDDomainHttpsParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDDomainHttpsParameters?alt=com.microsoft.azure.management.cdn.AFDDomainHttpsParameters&text=AFDDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.withSecret(com.microsoft.azure.management.cdn.ResourceReference)"
|
|
fullName: "com.microsoft.azure.management.cdn.AFDDomainHttpsParameters.withSecret(ResourceReference secret)"
|
|
name: "withSecret(ResourceReference secret)"
|
|
nameWithType: "AFDDomainHttpsParameters.withSecret(ResourceReference secret)"
|
|
summary: "Set resource reference to the secret."
|
|
parameters:
|
|
- description: "the secret value to set"
|
|
name: "secret"
|
|
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 AFDDomainHttpsParameters withSecret(ResourceReference secret)"
|
|
desc: "Set resource reference to the secret. ie. subs/rg/profile/secret."
|
|
returns:
|
|
description: "the AFDDomainHttpsParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cdn.AFDDomainHttpsParameters?alt=com.microsoft.azure.management.cdn.AFDDomainHttpsParameters&text=AFDDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The JSON object that contains the properties to secure a domain."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cdn"
|
|
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4
|