IReissueCertificateOrderRequestProperties.DelayExistingRevokeInHour 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.
Delay in hours to revoke existing certificate after the new certificate is issued.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Delay in hours to revoke existing certificate after the new certificate is issued.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="delayExistingRevokeInHours")]
public int? DelayExistingRevokeInHour { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Delay in hours to revoke existing certificate after the new certificate is issued.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="delayExistingRevokeInHours")>]
member this.DelayExistingRevokeInHour : Nullable<int> with get, set
Public Property DelayExistingRevokeInHour As Nullable(Of Integer)
Property Value
- Attributes