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

84 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters"
name: "CustomDomainHttpsParameters"
nameWithType: "CustomDomainHttpsParameters"
summary: "The JSON object that contains the properties to secure a custom 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 **CustomDomainHttpsParameters**"
constructors:
- uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.CustomDomainHttpsParameters()"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.CustomDomainHttpsParameters()"
name: "CustomDomainHttpsParameters()"
nameWithType: "CustomDomainHttpsParameters.CustomDomainHttpsParameters()"
syntax: "public CustomDomainHttpsParameters()"
methods:
- uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.minimumTlsVersion()"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.minimumTlsVersion()"
name: "minimumTlsVersion()"
nameWithType: "CustomDomainHttpsParameters.minimumTlsVersion()"
summary: "Get tLS protocol version that will be used for Https."
syntax: "public MinimumTlsVersion minimumTlsVersion()"
desc: "Get tLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'."
returns:
description: "the minimumTlsVersion value"
type: "<xref href=\"com.microsoft.azure.management.cdn.MinimumTlsVersion?alt=com.microsoft.azure.management.cdn.MinimumTlsVersion&text=MinimumTlsVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.protocolType()"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.protocolType()"
name: "protocolType()"
nameWithType: "CustomDomainHttpsParameters.protocolType()"
summary: "Get defines the TLS extension protocol that is used for secure delivery."
syntax: "public ProtocolType protocolType()"
desc: "Get defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'."
returns:
description: "the protocolType value"
type: "<xref href=\"com.microsoft.azure.management.cdn.ProtocolType?alt=com.microsoft.azure.management.cdn.ProtocolType&text=ProtocolType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.withMinimumTlsVersion(com.microsoft.azure.management.cdn.MinimumTlsVersion)"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)"
name: "withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)"
nameWithType: "CustomDomainHttpsParameters.withMinimumTlsVersion(MinimumTlsVersion 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.MinimumTlsVersion?alt=com.microsoft.azure.management.cdn.MinimumTlsVersion&text=MinimumTlsVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomDomainHttpsParameters withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)"
desc: "Set tLS protocol version that will be used for Https. Possible values include: 'None', 'TLS10', 'TLS12'."
returns:
description: "the CustomDomainHttpsParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.CustomDomainHttpsParameters?alt=com.microsoft.azure.management.cdn.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.withProtocolType(com.microsoft.azure.management.cdn.ProtocolType)"
fullName: "com.microsoft.azure.management.cdn.CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType)"
name: "withProtocolType(ProtocolType protocolType)"
nameWithType: "CustomDomainHttpsParameters.withProtocolType(ProtocolType protocolType)"
summary: "Set defines the TLS extension protocol that is used for secure delivery."
parameters:
- description: "the protocolType value to set"
name: "protocolType"
type: "<xref href=\"com.microsoft.azure.management.cdn.ProtocolType?alt=com.microsoft.azure.management.cdn.ProtocolType&text=ProtocolType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomDomainHttpsParameters withProtocolType(ProtocolType protocolType)"
desc: "Set defines the TLS extension protocol that is used for secure delivery. Possible values include: 'ServerNameIndication', 'IPBased'."
returns:
description: "the CustomDomainHttpsParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.CustomDomainHttpsParameters?alt=com.microsoft.azure.management.cdn.CustomDomainHttpsParameters&text=CustomDomainHttpsParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The JSON object that contains the properties to secure a custom domain."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4