MongoClusterExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.MongoCluster.
public static class MongoClusterExtensions
type MongoClusterExtensions = class
Public Module MongoClusterExtensions
- Inheritance
-
MongoClusterExtensions
Methods
CheckMongoClusterNameAvailability(SubscriptionResource, AzureLocation, MongoClusterNameAvailabilityContent, CancellationToken) |
Check if mongo cluster name is available for use.
|
CheckMongoClusterNameAvailabilityAsync(SubscriptionResource, AzureLocation, MongoClusterNameAvailabilityContent, CancellationToken) |
Check if mongo cluster name is available for use.
|
GetMongoCluster(ResourceGroupResource, String, CancellationToken) |
Gets information about a mongo cluster.
|
GetMongoClusterAsync(ResourceGroupResource, String, CancellationToken) |
Gets information about a mongo cluster.
|
GetMongoClusterFirewallRuleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MongoClusterFirewallRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MongoClusterFirewallRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMongoClusterFirewallRuleResource(ResourceIdentifier) instead. |
GetMongoClusterPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MongoClusterPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a MongoClusterPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMongoClusterPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetMongoClusterResource(ArmClient, ResourceIdentifier) |
Gets an object representing a MongoClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a MongoClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetMongoClusterResource(ResourceIdentifier) instead. |
GetMongoClusters(ResourceGroupResource) |
Gets a collection of MongoClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetMongoClusters() instead. |
GetMongoClusters(SubscriptionResource, CancellationToken) |
List all the mongo clusters in a given subscription.
|
GetMongoClustersAsync(SubscriptionResource, CancellationToken) |
List all the mongo clusters in a given subscription.
|
Applies to
Azure SDK for .NET