ArmHybridNetworkModelFactory.PodEvent 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 PodEvent.
public static Azure.ResourceManager.HybridNetwork.Models.PodEvent PodEvent (Azure.ResourceManager.HybridNetwork.Models.PodEventType? eventType = default, string reason = default, string message = default, DateTimeOffset? lastSeenOn = default);
static member PodEvent : Nullable<Azure.ResourceManager.HybridNetwork.Models.PodEventType> * string * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.HybridNetwork.Models.PodEvent
Public Shared Function PodEvent (Optional eventType As Nullable(Of PodEventType) = Nothing, Optional reason As String = Nothing, Optional message As String = Nothing, Optional lastSeenOn As Nullable(Of DateTimeOffset) = Nothing) As PodEvent
Parameters
- eventType
- Nullable<PodEventType>
The type of pod event.
- reason
- String
Event reason.
- message
- String
Event message.
- lastSeenOn
- Nullable<DateTimeOffset>
Event Last seen.
Returns
A new PodEvent instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.