ICertificateProfile.Certificate 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.
List of renewed certificates.
[Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=false, Description="List of renewed certificates.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate) }, Read=true, ReadOnly=true, Required=false, SerializedName="certificates", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate> Certificate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.Info(Create=false, Description="List of renewed certificates.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate) }, Read=true, ReadOnly=true, Required=false, SerializedName="certificates", Update=false)>]
member this.Certificate : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.ICertificate>
Public ReadOnly Property Certificate As List(Of ICertificate)
Property Value
- Attributes