CertificateCredential.DefinitionStages.WithStartDate<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithStartDate
The credential definition stage allowing start date to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Certificate |
withStartDate(DateTime startDate)
Specifies the start date after which password or key would be valid. Default value is current time. |
Method Details
withStartDate
public WithAttach
Specifies the start date after which password or key would be valid. Default value is current time.
Parameters:
startDate
- the start date for validity
Returns:
the next stage in credential definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java