ArmMongoClusterModelFactory.MongoClusterReplicaContent 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.MongoCluster.Models.MongoClusterReplicaContent MongoClusterReplicaContent(Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.AzureLocation sourceLocation = default);
static member MongoClusterReplicaContent : Azure.Core.ResourceIdentifier * Azure.Core.AzureLocation -> Azure.ResourceManager.MongoCluster.Models.MongoClusterReplicaContent
Public Shared Function MongoClusterReplicaContent (Optional sourceResourceId As ResourceIdentifier = Nothing, Optional sourceLocation As AzureLocation = Nothing) As MongoClusterReplicaContent
Parameters
- sourceResourceId
- ResourceIdentifier
The id of the replication source cluster.
- sourceLocation
- AzureLocation
The location of the source cluster.
Returns
A new MongoClusterReplicaContent instance for mocking.