CertificateCredential.DefinitionStages.WithStartDate<ParentT> 接口
定义
The credential definition stage allowing start date to be set.
public interface WithStartDate<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
withStartDate(DateTime startDate) |
Specifies the start date after which password or key would be valid. Default value is current time. |