AzureSqlInstanceServerTrustCertificateCommunicator.CreateOrUpdate 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.
Creates or updates a server trust certificate
public Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate CreateOrUpdate (string resourceGroupName, string instanceName, string certificateName, Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate parameters);
member this.CreateOrUpdate : string * string * string * Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate -> Microsoft.Azure.Management.Sql.Models.ServerTrustCertificate
Public Function CreateOrUpdate (resourceGroupName As String, instanceName As String, certificateName As String, parameters As ServerTrustCertificate) As ServerTrustCertificate
Parameters
- resourceGroupName
- String
- instanceName
- String
- certificateName
- String
- parameters
- ServerTrustCertificate