ArmNetworkCloudModelFactory.SecretRotationStatus Method
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.
Initializes a new instance of SecretRotationStatus.
public static Azure.ResourceManager.NetworkCloud.Models.SecretRotationStatus SecretRotationStatus (long? expirePeriodDays = default, DateTimeOffset? lastRotationOn = default, long? rotationPeriodDays = default, Azure.ResourceManager.NetworkCloud.Models.SecretArchiveReference secretArchiveReference = default, string secretType = default);
static member SecretRotationStatus : Nullable<int64> * Nullable<DateTimeOffset> * Nullable<int64> * Azure.ResourceManager.NetworkCloud.Models.SecretArchiveReference * string -> Azure.ResourceManager.NetworkCloud.Models.SecretRotationStatus
Public Shared Function SecretRotationStatus (Optional expirePeriodDays As Nullable(Of Long) = Nothing, Optional lastRotationOn As Nullable(Of DateTimeOffset) = Nothing, Optional rotationPeriodDays As Nullable(Of Long) = Nothing, Optional secretArchiveReference As SecretArchiveReference = Nothing, Optional secretType As String = Nothing) As SecretRotationStatus
Parameters
The maximum number of days the secret may be used before it must be changed.
- lastRotationOn
- Nullable<DateTimeOffset>
The date and time when the secret was last changed.
The number of days a secret exists before rotations will be attempted.
- secretArchiveReference
- SecretArchiveReference
The reference to the secret in a key vault.
- secretType
- String
The type name used to identify the purpose of the secret.
Returns
A new SecretRotationStatus instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET