azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

187 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration"
name: "SslConfiguration"
nameWithType: "SslConfiguration"
summary: "The ssl configuration for scoring."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SslConfiguration**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.SslConfiguration()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.SslConfiguration()"
name: "SslConfiguration()"
nameWithType: "SslConfiguration.SslConfiguration()"
syntax: "public SslConfiguration()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.cert()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.cert()"
name: "cert()"
nameWithType: "SslConfiguration.cert()"
summary: "Get the cert property: Cert data."
syntax: "public String cert()"
desc: "Get the cert property: Cert data."
returns:
description: "the cert value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.cname()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.cname()"
name: "cname()"
nameWithType: "SslConfiguration.cname()"
summary: "Get the cname property: CNAME of the cert."
syntax: "public String cname()"
desc: "Get the cname property: CNAME of the cert."
returns:
description: "the cname value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.key()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.key()"
name: "key()"
nameWithType: "SslConfiguration.key()"
summary: "Get the key property: Key data."
syntax: "public String key()"
desc: "Get the key property: Key data."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.leafDomainLabel()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.leafDomainLabel()"
name: "leafDomainLabel()"
nameWithType: "SslConfiguration.leafDomainLabel()"
summary: "Get the leaf<wbr>Domain<wbr>Label property: Leaf domain label of public endpoint."
syntax: "public String leafDomainLabel()"
desc: "Get the leafDomainLabel property: Leaf domain label of public endpoint."
returns:
description: "the leafDomainLabel value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.overwriteExistingDomain()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.overwriteExistingDomain()"
name: "overwriteExistingDomain()"
nameWithType: "SslConfiguration.overwriteExistingDomain()"
summary: "Get the overwrite<wbr>Existing<wbr>Domain property: Indicates whether to overwrite existing domain label."
syntax: "public Boolean overwriteExistingDomain()"
desc: "Get the overwriteExistingDomain property: Indicates whether to overwrite existing domain label."
returns:
description: "the overwriteExistingDomain value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.status()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.status()"
name: "status()"
nameWithType: "SslConfiguration.status()"
summary: "Get the status property: Enable or disable ssl for scoring."
syntax: "public SslConfigurationStatus status()"
desc: "Get the status property: Enable or disable ssl for scoring."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfigurationStatus?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfigurationStatus&text=SslConfigurationStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.validate()"
name: "validate()"
nameWithType: "SslConfiguration.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withCert(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withCert(String cert)"
name: "withCert(String cert)"
nameWithType: "SslConfiguration.withCert(String cert)"
summary: "Set the cert property: Cert data."
parameters:
- description: "the cert value to set."
name: "cert"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SslConfiguration withCert(String cert)"
desc: "Set the cert property: Cert data."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withCname(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withCname(String cname)"
name: "withCname(String cname)"
nameWithType: "SslConfiguration.withCname(String cname)"
summary: "Set the cname property: CNAME of the cert."
parameters:
- description: "the cname value to set."
name: "cname"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SslConfiguration withCname(String cname)"
desc: "Set the cname property: CNAME of the cert."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withKey(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withKey(String key)"
name: "withKey(String key)"
nameWithType: "SslConfiguration.withKey(String key)"
summary: "Set the key property: Key data."
parameters:
- description: "the key value to set."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SslConfiguration withKey(String key)"
desc: "Set the key property: Key data."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withLeafDomainLabel(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withLeafDomainLabel(String leafDomainLabel)"
name: "withLeafDomainLabel(String leafDomainLabel)"
nameWithType: "SslConfiguration.withLeafDomainLabel(String leafDomainLabel)"
summary: "Set the leaf<wbr>Domain<wbr>Label property: Leaf domain label of public endpoint."
parameters:
- description: "the leafDomainLabel value to set."
name: "leafDomainLabel"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SslConfiguration withLeafDomainLabel(String leafDomainLabel)"
desc: "Set the leafDomainLabel property: Leaf domain label of public endpoint."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withOverwriteExistingDomain(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withOverwriteExistingDomain(Boolean overwriteExistingDomain)"
name: "withOverwriteExistingDomain(Boolean overwriteExistingDomain)"
nameWithType: "SslConfiguration.withOverwriteExistingDomain(Boolean overwriteExistingDomain)"
summary: "Set the overwrite<wbr>Existing<wbr>Domain property: Indicates whether to overwrite existing domain label."
parameters:
- description: "the overwriteExistingDomain value to set."
name: "overwriteExistingDomain"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SslConfiguration withOverwriteExistingDomain(Boolean overwriteExistingDomain)"
desc: "Set the overwriteExistingDomain property: Indicates whether to overwrite existing domain label."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withStatus(com.azure.resourcemanager.machinelearningservices.models.SslConfigurationStatus)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SslConfiguration.withStatus(SslConfigurationStatus status)"
name: "withStatus(SslConfigurationStatus status)"
nameWithType: "SslConfiguration.withStatus(SslConfigurationStatus status)"
summary: "Set the status property: Enable or disable ssl for scoring."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfigurationStatus?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfigurationStatus&text=SslConfigurationStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SslConfiguration withStatus(SslConfigurationStatus status)"
desc: "Set the status property: Enable or disable ssl for scoring."
returns:
description: "the SslConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SslConfiguration?alt=com.azure.resourcemanager.machinelearningservices.models.SslConfiguration&text=SslConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ssl configuration for scoring."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1