Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateCredentialImpl<T>.IWithStartDate<T>.WithStartDate 方法

定义

指定密码或密钥生效的开始日期。 默认值为当前时间。

Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<T> IWithStartDate<T>.WithStartDate (DateTime startDate);
abstract member Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithStartDate<T>.WithStartDate : DateTime -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'T (requires 'T : null)>
override this.Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithStartDate<T>.WithStartDate : DateTime -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'T (requires 'T : null)>
Function WithStartDate (startDate As DateTime) As IWithAttach(Of T) Implements IWithStartDate(Of T).WithStartDate

参数

startDate
DateTime

有效性的开始日期。

返回

实现

适用于