ArmMongoClusterModelFactory.MongoClusterConnectionString 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.
Initializes a new instance of MongoClusterConnectionString.
public static Azure.ResourceManager.MongoCluster.Models.MongoClusterConnectionString MongoClusterConnectionString (string uri = default, string description = default, string name = default);
static member MongoClusterConnectionString : string * string * string -> Azure.ResourceManager.MongoCluster.Models.MongoClusterConnectionString
Public Shared Function MongoClusterConnectionString (Optional uri As String = Nothing, Optional description As String = Nothing, Optional name As String = Nothing) As MongoClusterConnectionString
Parameters
- uri
- String
Value of the connection string.
- description
- String
Description of the connection string.
- name
- String
Name of the connection string.
Returns
A new MongoClusterConnectionString instance for mocking.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET