RemoveDisksContent.RemoveDisksContentProviderSpecificDetails Property

Definition

The ReplicationProviderInput. For HyperVReplicaAzure provider, it will be AzureEnableProtectionInput object. For San provider, it will be SanEnableProtectionInput object. For HyperVReplicaAzure provider, it can be null. Please note RemoveDisksProviderSpecificContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include A2ARemoveDisksContent.

public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RemoveDisksProviderSpecificContent RemoveDisksContentProviderSpecificDetails { get; set; }
member this.RemoveDisksContentProviderSpecificDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RemoveDisksProviderSpecificContent with get, set
Public Property RemoveDisksContentProviderSpecificDetails As RemoveDisksProviderSpecificContent

Property Value

Applies to