CertificateOrderActionInner 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
CertificateOrderActionInner() |
Initializes a new instance of the CertificateOrderActionInner class. |
CertificateOrderActionInner(String, String, String, String, Nullable<CertificateOrderActionType>, Nullable<DateTime>) |
Initializes a new instance of the CertificateOrderActionInner class. |
CertificateOrderActionInner()
Initializes a new instance of the CertificateOrderActionInner class.
public CertificateOrderActionInner ();
Public Sub New ()
Applies to
CertificateOrderActionInner(String, String, String, String, Nullable<CertificateOrderActionType>, Nullable<DateTime>)
Initializes a new instance of the CertificateOrderActionInner class.
public CertificateOrderActionInner (string id = default, string name = default, string type = default, string kind = default, Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionType? actionType = default, DateTime? createdAt = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionInner : string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionType> * Nullable<DateTime> -> Microsoft.Azure.Management.AppService.Fluent.Models.CertificateOrderActionInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional actionType As Nullable(Of CertificateOrderActionType) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- actionType
- Nullable<CertificateOrderActionType>
Action type. Possible values include: 'CertificateIssued', 'CertificateOrderCanceled', 'CertificateOrderCreated', 'CertificateRevoked', 'DomainValidationComplete', 'FraudDetected', 'OrgNameChange', 'OrgValidationComplete', 'SanDrop', 'FraudCleared', 'CertificateExpired', 'CertificateExpirationWarning', 'FraudDocumentationRequired', 'Unknown'
Applies to
Azure SDK for .NET