managedinstanceencryptionprotectors

package
v0.20231214.1160726 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: MPL-2.0 Imports: 11 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2021-11-01/managedinstanceencryptionprotectors Documentation

The managedinstanceencryptionprotectors SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2021-11-01).

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-sdk/resource-manager/sql/2021-11-01/managedinstanceencryptionprotectors"

Client Initialization

client := managedinstanceencryptionprotectors.NewManagedInstanceEncryptionProtectorsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedInstanceEncryptionProtectorsClient.CreateOrUpdate

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

payload := managedinstanceencryptionprotectors.ManagedInstanceEncryptionProtector{
	// ...
}


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

Example Usage: ManagedInstanceEncryptionProtectorsClient.Get

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

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: ManagedInstanceEncryptionProtectorsClient.ListByInstance

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

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

Example Usage: ManagedInstanceEncryptionProtectorsClient.Revalidate

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForServerKeyType

func PossibleValuesForServerKeyType() []string

Types

type CreateOrUpdateOperationResponse

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

type GetOperationResponse

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

type ListByInstanceCompleteResult

type ListByInstanceCompleteResult struct {
	Items []ManagedInstanceEncryptionProtector
}

type ListByInstanceOperationResponse

type ListByInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ManagedInstanceEncryptionProtector
}

type ManagedInstanceEncryptionProtector

type ManagedInstanceEncryptionProtector struct {
	Id         *string                                       `json:"id,omitempty"`
	Kind       *string                                       `json:"kind,omitempty"`
	Name       *string                                       `json:"name,omitempty"`
	Properties *ManagedInstanceEncryptionProtectorProperties `json:"properties,omitempty"`
	Type       *string                                       `json:"type,omitempty"`
}

type ManagedInstanceEncryptionProtectorOperationPredicate

type ManagedInstanceEncryptionProtectorOperationPredicate struct {
	Id   *string
	Kind *string
	Name *string
	Type *string
}

func (ManagedInstanceEncryptionProtectorOperationPredicate) Matches

type ManagedInstanceEncryptionProtectorProperties

type ManagedInstanceEncryptionProtectorProperties struct {
	AutoRotationEnabled *bool         `json:"autoRotationEnabled,omitempty"`
	ServerKeyName       *string       `json:"serverKeyName,omitempty"`
	ServerKeyType       ServerKeyType `json:"serverKeyType"`
	Thumbprint          *string       `json:"thumbprint,omitempty"`
	Uri                 *string       `json:"uri,omitempty"`
}

type ManagedInstanceEncryptionProtectorsClient

type ManagedInstanceEncryptionProtectorsClient struct {
	Client *resourcemanager.Client
}

func NewManagedInstanceEncryptionProtectorsClientWithBaseURI

func NewManagedInstanceEncryptionProtectorsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstanceEncryptionProtectorsClient, error)

func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdate

CreateOrUpdate ...

func (ManagedInstanceEncryptionProtectorsClient) CreateOrUpdateThenPoll

CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed

func (ManagedInstanceEncryptionProtectorsClient) Get

Get ...

func (ManagedInstanceEncryptionProtectorsClient) ListByInstance

ListByInstance ...

func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceComplete

ListByInstanceComplete retrieves all the results into a single object

func (ManagedInstanceEncryptionProtectorsClient) ListByInstanceCompleteMatchingPredicate

ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedInstanceEncryptionProtectorsClient) Revalidate

Revalidate ...

func (ManagedInstanceEncryptionProtectorsClient) RevalidateThenPoll

RevalidateThenPoll performs Revalidate then polls until it's completed

type RevalidateOperationResponse

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

type ServerKeyType

type ServerKeyType string
const (
	ServerKeyTypeAzureKeyVault  ServerKeyType = "AzureKeyVault"
	ServerKeyTypeServiceManaged ServerKeyType = "ServiceManaged"
)

func (*ServerKeyType) UnmarshalJSON

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

Jump to

Keyboard shortcuts

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