IAksSchema.SslConfigurationStatus Property
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.
Enable or disable ssl for scoring
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable or disable ssl for scoring", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus? SslConfigurationStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable or disable ssl for scoring", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.SslConfigurationStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.SslConfigStatus> with get, set
Public Property SslConfigurationStatus As Nullable(Of SslConfigStatus)
Property Value
- Attributes