Udostępnij za pośrednictwem


ArmRecoveryServicesSiteRecoveryModelFactory.HyperVHostDetails Method

Definition

Initializes a new instance of HyperVHostDetails.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVHostDetails HyperVHostDetails(string id = default, string name = default, string marsAgentVersion = default);
static member HyperVHostDetails : string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVHostDetails
Public Shared Function HyperVHostDetails (Optional id As String = Nothing, Optional name As String = Nothing, Optional marsAgentVersion As String = Nothing) As HyperVHostDetails

Parameters

id
String

The Hyper-V host Id.

name
String

The Hyper-V host name.

marsAgentVersion
String

The Mars agent version.

Returns

A new HyperVHostDetails instance for mocking.

Applies to