manageddatabasetransparentdataencryption

package
v0.20240320.1000025 Latest Latest
Warning

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

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

README

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

The manageddatabasetransparentdataencryption 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/manageddatabasetransparentdataencryption"

Client Initialization

client := manageddatabasetransparentdataencryption.NewManagedDatabaseTransparentDataEncryptionClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedDatabaseTransparentDataEncryptionClient.CreateOrUpdate

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

payload := manageddatabasetransparentdataencryption.ManagedTransparentDataEncryption{
	// ...
}


read, err := client.CreateOrUpdate(ctx, id, payload)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: ManagedDatabaseTransparentDataEncryptionClient.Get

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

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: ManagedDatabaseTransparentDataEncryptionClient.ListByDatabase

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

// alternatively `client.ListByDatabase(ctx, id)` can be used to do batched pagination
items, err := client.ListByDatabaseComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForTransparentDataEncryptionState

func PossibleValuesForTransparentDataEncryptionState() []string

Types

type CreateOrUpdateOperationResponse

type CreateOrUpdateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *ManagedTransparentDataEncryption
}

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *ManagedTransparentDataEncryption
}

type ListByDatabaseCompleteResult

type ListByDatabaseCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []ManagedTransparentDataEncryption
}

type ListByDatabaseOperationResponse

type ListByDatabaseOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ManagedTransparentDataEncryption
}

type ManagedDatabaseTransparentDataEncryptionClient

type ManagedDatabaseTransparentDataEncryptionClient struct {
	Client *resourcemanager.Client
}

func NewManagedDatabaseTransparentDataEncryptionClientWithBaseURI

func NewManagedDatabaseTransparentDataEncryptionClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDatabaseTransparentDataEncryptionClient, error)

func (ManagedDatabaseTransparentDataEncryptionClient) CreateOrUpdate

CreateOrUpdate ...

func (ManagedDatabaseTransparentDataEncryptionClient) Get

Get ...

func (ManagedDatabaseTransparentDataEncryptionClient) ListByDatabase

ListByDatabase ...

func (ManagedDatabaseTransparentDataEncryptionClient) ListByDatabaseComplete

ListByDatabaseComplete retrieves all the results into a single object

func (ManagedDatabaseTransparentDataEncryptionClient) ListByDatabaseCompleteMatchingPredicate

ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ManagedTransparentDataEncryption

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

type ManagedTransparentDataEncryptionOperationPredicate

type ManagedTransparentDataEncryptionOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (ManagedTransparentDataEncryptionOperationPredicate) Matches

type ManagedTransparentDataEncryptionProperties

type ManagedTransparentDataEncryptionProperties struct {
	State TransparentDataEncryptionState `json:"state"`
}

type TransparentDataEncryptionState

type TransparentDataEncryptionState string
const (
	TransparentDataEncryptionStateDisabled TransparentDataEncryptionState = "Disabled"
	TransparentDataEncryptionStateEnabled  TransparentDataEncryptionState = "Enabled"
)

func (*TransparentDataEncryptionState) UnmarshalJSON

func (s *TransparentDataEncryptionState) UnmarshalJSON(bytes []byte) error

Jump to

Keyboard shortcuts

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