Share via


ManagedInstanceServerTrustCertificate(String, String) Constructor

Definition

Creates a new ManagedInstanceServerTrustCertificate.

public ManagedInstanceServerTrustCertificate (string bicepIdentifier, string? resourceVersion = default);
public ManagedInstanceServerTrustCertificate (string identifierName, string? resourceVersion = default);
new Azure.Provisioning.Sql.ManagedInstanceServerTrustCertificate : string * string -> Azure.Provisioning.Sql.ManagedInstanceServerTrustCertificate
new Azure.Provisioning.Sql.ManagedInstanceServerTrustCertificate : string * string -> Azure.Provisioning.Sql.ManagedInstanceServerTrustCertificate
Public Sub New (bicepIdentifier As String, Optional resourceVersion As String = Nothing)
Public Sub New (identifierName As String, Optional resourceVersion As String = Nothing)

Parameters

bicepIdentifieridentifierName
String

The the Bicep identifier name of the ManagedInstanceServerTrustCertificate resource. This can be used to refer to the resource in expressions, but is not the Azure name of the resource. This value can contain letters, numbers, and underscores.

resourceVersion
String

Version of the ManagedInstanceServerTrustCertificate.

Applies to