ArmNetAppModelFactory.ListReplicationsContent 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.
public static Azure.ResourceManager.NetApp.Models.ListReplicationsContent ListReplicationsContent(Azure.ResourceManager.NetApp.Models.ExcludeReplicationsFilter? excludeReplicationsFilter = default);
static member ListReplicationsContent : Nullable<Azure.ResourceManager.NetApp.Models.ExcludeReplicationsFilter> -> Azure.ResourceManager.NetApp.Models.ListReplicationsContent
Public Shared Function ListReplicationsContent (Optional excludeReplicationsFilter As Nullable(Of ExcludeReplicationsFilter) = Nothing) As ListReplicationsContent
Parameters
- excludeReplicationsFilter
- Nullable<ExcludeReplicationsFilter>
Exclude Replications filter. 'None' returns all replications, 'Deleted' excludes deleted replications. Default is 'None'.
Returns
A new ListReplicationsContent instance for mocking.