ArmMongoClusterModelFactory.MongoClusterAdministratorProperties 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.MongoClusterAdministratorProperties MongoClusterAdministratorProperties(string userName = default, string password = default);
static member MongoClusterAdministratorProperties : string * string -> Azure.ResourceManager.MongoCluster.Models.MongoClusterAdministratorProperties
Public Shared Function MongoClusterAdministratorProperties (Optional userName As String = Nothing, Optional password As String = Nothing) As MongoClusterAdministratorProperties
Parameters
- userName
- String
The administrator user name.
- password
- String
The administrator password.
Returns
A new MongoClusterAdministratorProperties instance for mocking.