Freigeben über


ArmSecretsStoreExtensionModelFactory.SecretSyncCondition Method

Definition

Initializes a new instance of SecretSyncCondition.

public static Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncCondition SecretSyncCondition(DateTimeOffset? lastTransitionOn = default, string message = default, long? observedGeneration = default, string reason = default, Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncConditionStatusType status = default, string type = default);
static member SecretSyncCondition : Nullable<DateTimeOffset> * string * Nullable<int64> * string * Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncConditionStatusType * string -> Azure.ResourceManager.SecretsStoreExtension.Models.SecretSyncCondition
Public Shared Function SecretSyncCondition (Optional lastTransitionOn As Nullable(Of DateTimeOffset) = Nothing, Optional message As String = Nothing, Optional observedGeneration As Nullable(Of Long) = Nothing, Optional reason As String = Nothing, Optional status As SecretSyncConditionStatusType = Nothing, Optional type As String = Nothing) As SecretSyncCondition

Parameters

lastTransitionOn
Nullable<DateTimeOffset>

LastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

message
String

Message is a human readable message indicating details about the transition. This may be an empty string.

observedGeneration
Nullable<Int64>

ObservedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

reason
String

Reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

status
SecretSyncConditionStatusType

Status of the condition, one of True, False, Unknown.

type
String

Type of condition in CamelCase or in foo.example.com/CamelCase. Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to de-conflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt).

Returns

A new SecretSyncCondition instance for mocking.

Applies to