Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type TdeCertificate struct + Id *string + Name *string + Properties *TdeCertificateProperties + Type *string + type TdeCertificateProperties struct + CertPassword *string + PrivateBlob string + type TdeCertificatesClient struct + Client *resourcemanager.Client + func NewTdeCertificatesClientWithBaseURI(sdkApi sdkEnv.Api) (*TdeCertificatesClient, error) + func (c TdeCertificatesClient) Create(ctx context.Context, id commonids.SqlServerId, input TdeCertificate) (result CreateOperationResponse, err error) + func (c TdeCertificatesClient) CreateThenPoll(ctx context.Context, id commonids.SqlServerId, input TdeCertificate) error