ArmMachineLearningModelFactory.MachineLearningSslConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ssl configuration for scoring.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfiguration MachineLearningSslConfiguration(Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfigStatus? status = default, string cert = default, string key = default, string cname = default, string leafDomainLabel = default, bool? overwriteExistingDomain = default);
static member MachineLearningSslConfiguration : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfigStatus> * string * string * string * string * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSslConfiguration
Public Shared Function MachineLearningSslConfiguration (Optional status As Nullable(Of MachineLearningSslConfigStatus) = Nothing, Optional cert As String = Nothing, Optional key As String = Nothing, Optional cname As String = Nothing, Optional leafDomainLabel As String = Nothing, Optional overwriteExistingDomain As Nullable(Of Boolean) = Nothing) As MachineLearningSslConfiguration
Parameters
Enable or disable ssl for scoring.
- cert
- String
Cert data.
- key
- String
Key data.
- cname
- String
CNAME of the cert.
- leafDomainLabel
- String
Leaf domain label of public endpoint.
Returns
A new MachineLearningSslConfiguration instance for mocking.