ArmRecoveryServicesSiteRecoveryModelFactory.PushInstallerDetails 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 PushInstallerDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PushInstallerDetails PushInstallerDetails (string id = default, string name = default, string biosId = default, Azure.Core.ResourceIdentifier fabricObjectId = default, string fqdn = default, string version = default, DateTimeOffset? lastHeartbeatReceivedOn = default, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth? health = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> healthErrors = default);
static member PushInstallerDetails : string * string * string * Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionHealth> * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryHealthError> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PushInstallerDetails
Public Shared Function PushInstallerDetails (Optional id As String = Nothing, Optional name As String = Nothing, Optional biosId As String = Nothing, Optional fabricObjectId As ResourceIdentifier = Nothing, Optional fqdn As String = Nothing, Optional version As String = Nothing, Optional lastHeartbeatReceivedOn As Nullable(Of DateTimeOffset) = Nothing, Optional health As Nullable(Of SiteRecoveryProtectionHealth) = Nothing, Optional healthErrors As IEnumerable(Of SiteRecoveryHealthError) = Nothing) As PushInstallerDetails
Parameters
- id
- String
The push installer Id.
- name
- String
The push installer name.
- biosId
- String
The push installer Bios Id.
- fabricObjectId
- ResourceIdentifier
The fabric object Id.
- fqdn
- String
The push installer Fqdn.
- version
- String
The version.
- lastHeartbeatReceivedOn
- Nullable<DateTimeOffset>
The last heartbeat received from the push installer.
- health
- Nullable<SiteRecoveryProtectionHealth>
The health of the push installer.
- healthErrors
- IEnumerable<SiteRecoveryHealthError>
The health errors.
Returns
A new PushInstallerDetails instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET