ArmRecoveryServicesSiteRecoveryModelFactory.HyperVHostDetails 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 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
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