Certificate Constructors
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.
Overloads
Certificate() |
Initializes a new instance of the Certificate class. |
Certificate(String, String, String, String, DateTimeOffset, Boolean, DateTimeOffset, DateTimeOffset, String) |
Initializes a new instance of the Certificate class. |
Certificate()
Initializes a new instance of the Certificate class.
public Certificate ();
Public Sub New ()
Applies to
Certificate(String, String, String, String, DateTimeOffset, Boolean, DateTimeOffset, DateTimeOffset, String)
Initializes a new instance of the Certificate class.
public Certificate (string id = default, string name = default, string type = default, string thumbprint = default, DateTimeOffset expiryTime = default, bool isExportable = false, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.Certificate : string * string * string * string * DateTimeOffset * bool * DateTimeOffset * DateTimeOffset * string -> Microsoft.Azure.Management.Automation.Models.Certificate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional thumbprint As String = Nothing, Optional expiryTime As DateTimeOffset = Nothing, Optional isExportable As Boolean = false, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional description As String = Nothing)
Parameters
- id
- String
Fully qualified resource Id for the resource
- name
- String
The name of the resource
- type
- String
The type of the resource.
- thumbprint
- String
Gets the thumbprint of the certificate.
- expiryTime
- DateTimeOffset
Gets the expiry time of the certificate.
- isExportable
- Boolean
Gets the is exportable flag of the certificate.
- creationTime
- DateTimeOffset
Gets the creation time.
- lastModifiedTime
- DateTimeOffset
Gets the last modified time.
- description
- String
Gets or sets the description.
Applies to
Azure SDK for .NET