tdecertificates

package
v0.20240315.1103122 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/tdecertificates Documentation

The tdecertificates SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-02-01-preview).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-02-01-preview/tdecertificates"

Client Initialization

client := tdecertificates.NewTdeCertificatesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: TdeCertificatesClient.Create

ctx := context.TODO()
id := commonids.NewSqlServerID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue")

payload := tdecertificates.TdeCertificate{
	// ...
}


if err := client.CreateThenPoll(ctx, id, payload); err != nil {
	// handle the error
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOperationResponse

type CreateOperationResponse struct {
	Poller       pollers.Poller
	HttpResponse *http.Response
	OData        *odata.OData
}

type TdeCertificate

type TdeCertificate struct {
	Id         *string                   `json:"id,omitempty"`
	Name       *string                   `json:"name,omitempty"`
	Properties *TdeCertificateProperties `json:"properties,omitempty"`
	Type       *string                   `json:"type,omitempty"`
}

type TdeCertificateProperties

type TdeCertificateProperties struct {
	CertPassword *string `json:"certPassword,omitempty"`
	PrivateBlob  string  `json:"privateBlob"`
}

type TdeCertificatesClient

type TdeCertificatesClient struct {
	Client *resourcemanager.Client
}

func NewTdeCertificatesClientWithBaseURI

func NewTdeCertificatesClientWithBaseURI(sdkApi sdkEnv.Api) (*TdeCertificatesClient, error)

func (TdeCertificatesClient) Create

Create ...

func (TdeCertificatesClient) CreateThenPoll

CreateThenPoll performs Create then polls until it's completed

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL