managedinstanceprivatelinkresources

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/managedinstanceprivatelinkresources Documentation

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

Client Initialization

client := managedinstanceprivatelinkresources.NewManagedInstancePrivateLinkResourcesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ManagedInstancePrivateLinkResourcesClient.Get

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

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: ManagedInstancePrivateLinkResourcesClient.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 ValidateManagedInstancePrivateLinkResourceID

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

ValidateManagedInstancePrivateLinkResourceID checks that 'input' can be parsed as a Managed Instance Private Link Resource ID

Types

type GetOperationResponse

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

type ListByManagedInstanceCompleteResult

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

type ListByManagedInstanceOperationResponse

type ListByManagedInstanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ManagedInstancePrivateLink
}
type ManagedInstancePrivateLink struct {
	Id         *string                               `json:"id,omitempty"`
	Name       *string                               `json:"name,omitempty"`
	Properties *ManagedInstancePrivateLinkProperties `json:"properties,omitempty"`
	Type       *string                               `json:"type,omitempty"`
}

type ManagedInstancePrivateLinkOperationPredicate

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

func (ManagedInstancePrivateLinkOperationPredicate) Matches

type ManagedInstancePrivateLinkProperties

type ManagedInstancePrivateLinkProperties struct {
	GroupId           *string   `json:"groupId,omitempty"`
	RequiredMembers   *[]string `json:"requiredMembers,omitempty"`
	RequiredZoneNames *[]string `json:"requiredZoneNames,omitempty"`
}

type ManagedInstancePrivateLinkResourceId

type ManagedInstancePrivateLinkResourceId struct {
	SubscriptionId          string
	ResourceGroupName       string
	ManagedInstanceName     string
	PrivateLinkResourceName string
}

ManagedInstancePrivateLinkResourceId is a struct representing the Resource ID for a Managed Instance Private Link Resource

func NewManagedInstancePrivateLinkResourceID

func NewManagedInstancePrivateLinkResourceID(subscriptionId string, resourceGroupName string, managedInstanceName string, privateLinkResourceName string) ManagedInstancePrivateLinkResourceId

NewManagedInstancePrivateLinkResourceID returns a new ManagedInstancePrivateLinkResourceId struct

func ParseManagedInstancePrivateLinkResourceID

func ParseManagedInstancePrivateLinkResourceID(input string) (*ManagedInstancePrivateLinkResourceId, error)

ParseManagedInstancePrivateLinkResourceID parses 'input' into a ManagedInstancePrivateLinkResourceId

func ParseManagedInstancePrivateLinkResourceIDInsensitively

func ParseManagedInstancePrivateLinkResourceIDInsensitively(input string) (*ManagedInstancePrivateLinkResourceId, error)

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

func (*ManagedInstancePrivateLinkResourceId) FromParseResult

func (ManagedInstancePrivateLinkResourceId) ID

ID returns the formatted Managed Instance Private Link Resource ID

func (ManagedInstancePrivateLinkResourceId) Segments

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

func (ManagedInstancePrivateLinkResourceId) String

String returns a human-readable description of this Managed Instance Private Link Resource ID

type ManagedInstancePrivateLinkResourcesClient

type ManagedInstancePrivateLinkResourcesClient struct {
	Client *resourcemanager.Client
}

func NewManagedInstancePrivateLinkResourcesClientWithBaseURI

func NewManagedInstancePrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstancePrivateLinkResourcesClient, error)

func (ManagedInstancePrivateLinkResourcesClient) Get

Get ...

func (ManagedInstancePrivateLinkResourcesClient) ListByManagedInstance

ListByManagedInstance ...

func (ManagedInstancePrivateLinkResourcesClient) ListByManagedInstanceComplete

ListByManagedInstanceComplete retrieves all the results into a single object

func (ManagedInstancePrivateLinkResourcesClient) ListByManagedInstanceCompleteMatchingPredicate

ListByManagedInstanceCompleteMatchingPredicate 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