managedinstanceprivateendpointconnections

package
v0.20240304.1112406 Latest Latest
Warning

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

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

README

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

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

Client Initialization

client := managedinstanceprivateendpointconnections.NewManagedInstancePrivateEndpointConnectionsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedInstancePrivateEndpointConnectionsClient.CreateOrUpdate

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

payload := managedinstanceprivateendpointconnections.ManagedInstancePrivateEndpointConnection{
	// ...
}


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

Example Usage: ManagedInstancePrivateEndpointConnectionsClient.Delete

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

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

Example Usage: ManagedInstancePrivateEndpointConnectionsClient.Get

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

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: ManagedInstancePrivateEndpointConnectionsClient.ListByManagedInstance

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

// alternatively `client.ListByManagedInstance(ctx, id)` can be used to do batched pagination
items, err := client.ListByManagedInstanceComplete(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 ValidateManagedInstancePrivateEndpointConnectionID

func ValidateManagedInstancePrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error)

ValidateManagedInstancePrivateEndpointConnectionID checks that 'input' can be parsed as a Managed Instance Private Endpoint Connection ID

Types

type CreateOrUpdateOperationResponse

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

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        *ManagedInstancePrivateEndpointConnection
}

type ListByManagedInstanceCompleteResult

type ListByManagedInstanceCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []ManagedInstancePrivateEndpointConnection
}

type ListByManagedInstanceOperationResponse

type ListByManagedInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ManagedInstancePrivateEndpointConnection
}

type ManagedInstancePrivateEndpointConnection

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

type ManagedInstancePrivateEndpointConnectionId

type ManagedInstancePrivateEndpointConnectionId struct {
	SubscriptionId                string
	ResourceGroupName             string
	ManagedInstanceName           string
	PrivateEndpointConnectionName string
}

ManagedInstancePrivateEndpointConnectionId is a struct representing the Resource ID for a Managed Instance Private Endpoint Connection

func NewManagedInstancePrivateEndpointConnectionID

func NewManagedInstancePrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, managedInstanceName string, privateEndpointConnectionName string) ManagedInstancePrivateEndpointConnectionId

NewManagedInstancePrivateEndpointConnectionID returns a new ManagedInstancePrivateEndpointConnectionId struct

func ParseManagedInstancePrivateEndpointConnectionID

func ParseManagedInstancePrivateEndpointConnectionID(input string) (*ManagedInstancePrivateEndpointConnectionId, error)

ParseManagedInstancePrivateEndpointConnectionID parses 'input' into a ManagedInstancePrivateEndpointConnectionId

func ParseManagedInstancePrivateEndpointConnectionIDInsensitively

func ParseManagedInstancePrivateEndpointConnectionIDInsensitively(input string) (*ManagedInstancePrivateEndpointConnectionId, error)

ParseManagedInstancePrivateEndpointConnectionIDInsensitively parses 'input' case-insensitively into a ManagedInstancePrivateEndpointConnectionId note: this method should only be used for API response data and not user input

func (*ManagedInstancePrivateEndpointConnectionId) FromParseResult

func (ManagedInstancePrivateEndpointConnectionId) ID

ID returns the formatted Managed Instance Private Endpoint Connection ID

func (ManagedInstancePrivateEndpointConnectionId) Segments

Segments returns a slice of Resource ID Segments which comprise this Managed Instance Private Endpoint Connection ID

func (ManagedInstancePrivateEndpointConnectionId) String

String returns a human-readable description of this Managed Instance Private Endpoint Connection ID

type ManagedInstancePrivateEndpointConnectionOperationPredicate

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

func (ManagedInstancePrivateEndpointConnectionOperationPredicate) Matches

type ManagedInstancePrivateEndpointConnectionProperties

type ManagedInstancePrivateEndpointConnectionProperties struct {
	PrivateEndpoint                   *ManagedInstancePrivateEndpointProperty                   `json:"privateEndpoint,omitempty"`
	PrivateLinkServiceConnectionState *ManagedInstancePrivateLinkServiceConnectionStateProperty `json:"privateLinkServiceConnectionState,omitempty"`
	ProvisioningState                 *string                                                   `json:"provisioningState,omitempty"`
}

type ManagedInstancePrivateEndpointConnectionsClient

type ManagedInstancePrivateEndpointConnectionsClient struct {
	Client *resourcemanager.Client
}

func NewManagedInstancePrivateEndpointConnectionsClientWithBaseURI

func NewManagedInstancePrivateEndpointConnectionsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstancePrivateEndpointConnectionsClient, error)

func (ManagedInstancePrivateEndpointConnectionsClient) CreateOrUpdate

CreateOrUpdate ...

func (ManagedInstancePrivateEndpointConnectionsClient) CreateOrUpdateThenPoll

CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed

func (ManagedInstancePrivateEndpointConnectionsClient) Delete

Delete ...

func (ManagedInstancePrivateEndpointConnectionsClient) DeleteThenPoll

DeleteThenPoll performs Delete then polls until it's completed

func (ManagedInstancePrivateEndpointConnectionsClient) Get

Get ...

func (ManagedInstancePrivateEndpointConnectionsClient) ListByManagedInstance

ListByManagedInstance ...

func (ManagedInstancePrivateEndpointConnectionsClient) ListByManagedInstanceComplete

ListByManagedInstanceComplete retrieves all the results into a single object

func (ManagedInstancePrivateEndpointConnectionsClient) ListByManagedInstanceCompleteMatchingPredicate

ListByManagedInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ManagedInstancePrivateEndpointProperty

type ManagedInstancePrivateEndpointProperty struct {
	Id *string `json:"id,omitempty"`
}

type ManagedInstancePrivateLinkServiceConnectionStateProperty

type ManagedInstancePrivateLinkServiceConnectionStateProperty struct {
	ActionsRequired *string `json:"actionsRequired,omitempty"`
	Description     string  `json:"description"`
	Status          string  `json:"status"`
}

Jump to

Keyboard shortcuts

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