applicationgatewayprivatelinkresources

package
v0.20240320.1144505 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: 9 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-06-01/applicationgatewayprivatelinkresources Documentation

The applicationgatewayprivatelinkresources SDK allows for interaction with the Azure Resource Manager Service network (API Version 2023-06-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/network/2023-06-01/applicationgatewayprivatelinkresources"

Client Initialization

client := applicationgatewayprivatelinkresources.NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ApplicationGatewayPrivateLinkResourcesClient.List

ctx := context.TODO()
id := applicationgatewayprivatelinkresources.NewApplicationGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "applicationGatewayValue")

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

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

ValidateApplicationGatewayID checks that 'input' can be parsed as a Application Gateway ID

Types

type ApplicationGatewayId

type ApplicationGatewayId struct {
	SubscriptionId         string
	ResourceGroupName      string
	ApplicationGatewayName string
}

ApplicationGatewayId is a struct representing the Resource ID for a Application Gateway

func NewApplicationGatewayID

func NewApplicationGatewayID(subscriptionId string, resourceGroupName string, applicationGatewayName string) ApplicationGatewayId

NewApplicationGatewayID returns a new ApplicationGatewayId struct

func ParseApplicationGatewayID

func ParseApplicationGatewayID(input string) (*ApplicationGatewayId, error)

ParseApplicationGatewayID parses 'input' into a ApplicationGatewayId

func ParseApplicationGatewayIDInsensitively

func ParseApplicationGatewayIDInsensitively(input string) (*ApplicationGatewayId, error)

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

func (*ApplicationGatewayId) FromParseResult

func (id *ApplicationGatewayId) FromParseResult(input resourceids.ParseResult) error

func (ApplicationGatewayId) ID

func (id ApplicationGatewayId) ID() string

ID returns the formatted Application Gateway ID

func (ApplicationGatewayId) Segments

func (id ApplicationGatewayId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Application Gateway ID

func (ApplicationGatewayId) String

func (id ApplicationGatewayId) String() string

String returns a human-readable description of this Application Gateway ID

type ApplicationGatewayPrivateLinkResource

type ApplicationGatewayPrivateLinkResource struct {
	Etag       *string                                          `json:"etag,omitempty"`
	Id         *string                                          `json:"id,omitempty"`
	Name       *string                                          `json:"name,omitempty"`
	Properties *ApplicationGatewayPrivateLinkResourceProperties `json:"properties,omitempty"`
	Type       *string                                          `json:"type,omitempty"`
}

type ApplicationGatewayPrivateLinkResourceOperationPredicate

type ApplicationGatewayPrivateLinkResourceOperationPredicate struct {
	Etag *string
	Id   *string
	Name *string
	Type *string
}

func (ApplicationGatewayPrivateLinkResourceOperationPredicate) Matches

type ApplicationGatewayPrivateLinkResourceProperties

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

type ApplicationGatewayPrivateLinkResourcesClient

type ApplicationGatewayPrivateLinkResourcesClient struct {
	Client *resourcemanager.Client
}

func NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI

func NewApplicationGatewayPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationGatewayPrivateLinkResourcesClient, error)

func (ApplicationGatewayPrivateLinkResourcesClient) List

List ...

func (ApplicationGatewayPrivateLinkResourcesClient) ListComplete

ListComplete retrieves all the results into a single object

func (ApplicationGatewayPrivateLinkResourcesClient) ListCompleteMatchingPredicate

ListCompleteMatchingPredicate retrieves all the results and then applies the predicate

type ListCompleteResult

type ListCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []ApplicationGatewayPrivateLinkResource
}

type ListOperationResponse

type ListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ApplicationGatewayPrivateLinkResource
}

Jump to

Keyboard shortcuts

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