ArmStorageCacheModelFactory.OutstandingCondition 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 OutstandingCondition.
public static Azure.ResourceManager.StorageCache.Models.OutstandingCondition OutstandingCondition (DateTimeOffset? timestamp = default, string message = default);
static member OutstandingCondition : Nullable<DateTimeOffset> * string -> Azure.ResourceManager.StorageCache.Models.OutstandingCondition
Public Shared Function OutstandingCondition (Optional timestamp As Nullable(Of DateTimeOffset) = Nothing, Optional message As String = Nothing) As OutstandingCondition
Parameters
- timestamp
- Nullable<DateTimeOffset>
The time when the condition was raised.
- message
- String
The issue requiring attention.
Returns
A new OutstandingCondition instance for mocking.
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 .NET