KeyVaultLastAccessStatusContractProperties 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
KeyVaultLastAccessStatusContractProperties() |
Initializes a new instance of the KeyVaultLastAccessStatusContractProperties class. |
KeyVaultLastAccessStatusContractProperties(String, String, Nullable<DateTime>) |
Initializes a new instance of the KeyVaultLastAccessStatusContractProperties class. |
KeyVaultLastAccessStatusContractProperties()
Initializes a new instance of the KeyVaultLastAccessStatusContractProperties class.
public KeyVaultLastAccessStatusContractProperties ();
Public Sub New ()
Applies to
KeyVaultLastAccessStatusContractProperties(String, String, Nullable<DateTime>)
Initializes a new instance of the KeyVaultLastAccessStatusContractProperties class.
public KeyVaultLastAccessStatusContractProperties (string code = default, string message = default, DateTime? timeStampUtc = default);
new Microsoft.Azure.Management.ApiManagement.Models.KeyVaultLastAccessStatusContractProperties : string * string * Nullable<DateTime> -> Microsoft.Azure.Management.ApiManagement.Models.KeyVaultLastAccessStatusContractProperties
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional timeStampUtc As Nullable(Of DateTime) = Nothing)
Parameters
- code
- String
Last status code for sync and refresh of secret from key vault.
- message
- String
Details of the error else empty.
Last time secret was accessed. The date
conforms to the following format: yyyy-MM-ddTHH:mm:ssZ
as
specified by the ISO 8601 standard.
Applies to
Azure SDK for .NET