Condividi tramite


ILoadedCertificate.LoadTrustStore Property

Definition

Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadTrustStore", Update=true)]
public bool? LoadTrustStore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=true, Description="Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadTrustStore", Update=true)>]
member this.LoadTrustStore : Nullable<bool> with get, set
Public Property LoadTrustStore As Nullable(Of Boolean)

Property Value

Attributes

Applies to