ArmManagedNetworkFabricModelFactory.NetworkFabricSecretRotationStatus 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 NetworkFabricSecretRotationStatus.
public static Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSecretRotationStatus NetworkFabricSecretRotationStatus(DateTimeOffset? lastRotationOn = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSynchronizationStatus? synchronizationStatus = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSecretArchiveReference secretArchiveReference = default, string secretType = default);
static member NetworkFabricSecretRotationStatus : Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSynchronizationStatus> * Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSecretArchiveReference * string -> Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricSecretRotationStatus
Public Shared Function NetworkFabricSecretRotationStatus (Optional lastRotationOn As Nullable(Of DateTimeOffset) = Nothing, Optional synchronizationStatus As Nullable(Of NetworkFabricSynchronizationStatus) = Nothing, Optional secretArchiveReference As NetworkFabricSecretArchiveReference = Nothing, Optional secretType As String = Nothing) As NetworkFabricSecretRotationStatus
Parameters
- lastRotationOn
- Nullable<DateTimeOffset>
The date and time when the secret was last changed.
- synchronizationStatus
- Nullable<NetworkFabricSynchronizationStatus>
Whether the device has been configured with the latest version of the secret.
- secretArchiveReference
- NetworkFabricSecretArchiveReference
Reference to the currently configured version of the secret in a key vault.
- secretType
- String
Identifies the secret according to its purpose.
Returns
A new NetworkFabricSecretRotationStatus instance for mocking.