MetricsAdvisorModelFactory.SqlConnectionStringCredentialEntity 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 SqlConnectionStringCredentialEntity for mocking purposes.
public static Azure.AI.MetricsAdvisor.Administration.SqlConnectionStringCredentialEntity SqlConnectionStringCredentialEntity(string id = default, string name = default, string description = default, string connectionString = default);
static member SqlConnectionStringCredentialEntity : string * string * string * string -> Azure.AI.MetricsAdvisor.Administration.SqlConnectionStringCredentialEntity
Public Shared Function SqlConnectionStringCredentialEntity (Optional id As String = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional connectionString As String = Nothing) As SqlConnectionStringCredentialEntity
Parameters
- description
- String
Sets the Description property.
- connectionString
- String
Sets the connection string. This secret is not exposed in a property.
Returns
A new instance of SqlConnectionStringCredentialEntity for mocking purposes.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET