ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoveryProtectionContainerProperties 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 SiteRecoveryProtectionContainerProperties.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionContainerProperties SiteRecoveryProtectionContainerProperties(string fabricFriendlyName = default, string friendlyName = default, string fabricType = default, int? protectedItemCount = default, string pairingStatus = default, string role = default, string fabricSpecificDetailsInstanceType = default);
static member SiteRecoveryProtectionContainerProperties : string * string * string * Nullable<int> * string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryProtectionContainerProperties
Public Shared Function SiteRecoveryProtectionContainerProperties (Optional fabricFriendlyName As String = Nothing, Optional friendlyName As String = Nothing, Optional fabricType As String = Nothing, Optional protectedItemCount As Nullable(Of Integer) = Nothing, Optional pairingStatus As String = Nothing, Optional role As String = Nothing, Optional fabricSpecificDetailsInstanceType As String = Nothing) As SiteRecoveryProtectionContainerProperties
Parameters
- fabricFriendlyName
- String
Fabric friendly name.
- friendlyName
- String
The name.
- fabricType
- String
The fabric type.
- pairingStatus
- String
The pairing status of this cloud.
- role
- String
The role of this cloud.
- fabricSpecificDetailsInstanceType
- String
Fabric specific details.
Returns
A new SiteRecoveryProtectionContainerProperties 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