managedinstanceazureadonlyauthentications

package
v0.20240627.1143641 Latest Latest
Warning

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

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

README

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

The managedinstanceazureadonlyauthentications SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-05-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-05-01-preview/managedinstanceazureadonlyauthentications"

Client Initialization

client := managedinstanceazureadonlyauthentications.NewManagedInstanceAzureADOnlyAuthenticationsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedInstanceAzureADOnlyAuthenticationsClient.CreateOrUpdate

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

payload := managedinstanceazureadonlyauthentications.ManagedInstanceAzureADOnlyAuthentication{
	// ...
}


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

Example Usage: ManagedInstanceAzureADOnlyAuthenticationsClient.Delete

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

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

Example Usage: ManagedInstanceAzureADOnlyAuthenticationsClient.Get

ctx := context.TODO()
id := commonids.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: ManagedInstanceAzureADOnlyAuthenticationsClient.ListByInstance

ctx := context.TODO()
id := commonids.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
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOrUpdateOperationResponse

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

type DeleteOperationResponse

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

type GetOperationResponse

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

type ListByInstanceCompleteResult

type ListByInstanceCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []ManagedInstanceAzureADOnlyAuthentication
}

type ListByInstanceOperationResponse

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

type ManagedInstanceAzureADOnlyAuthProperties

type ManagedInstanceAzureADOnlyAuthProperties struct {
	AzureADOnlyAuthentication bool `json:"azureADOnlyAuthentication"`
}

type ManagedInstanceAzureADOnlyAuthentication

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

type ManagedInstanceAzureADOnlyAuthenticationOperationPredicate

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

func (ManagedInstanceAzureADOnlyAuthenticationOperationPredicate) Matches

type ManagedInstanceAzureADOnlyAuthenticationsClient

type ManagedInstanceAzureADOnlyAuthenticationsClient struct {
	Client *resourcemanager.Client
}

func NewManagedInstanceAzureADOnlyAuthenticationsClientWithBaseURI

func NewManagedInstanceAzureADOnlyAuthenticationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstanceAzureADOnlyAuthenticationsClient, error)

func (ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdate

CreateOrUpdate ...

func (ManagedInstanceAzureADOnlyAuthenticationsClient) CreateOrUpdateThenPoll

CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed

func (ManagedInstanceAzureADOnlyAuthenticationsClient) Delete

Delete ...

func (ManagedInstanceAzureADOnlyAuthenticationsClient) DeleteThenPoll

DeleteThenPoll performs Delete then polls until it's completed

func (ManagedInstanceAzureADOnlyAuthenticationsClient) Get

Get ...

func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstance

ListByInstance ...

func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceComplete

ListByInstanceComplete retrieves all the results into a single object

func (ManagedInstanceAzureADOnlyAuthenticationsClient) ListByInstanceCompleteMatchingPredicate

ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

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