servicetags

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: 9 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/network/2023-04-01/servicetags Documentation

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

Client Initialization

client := servicetags.NewServiceTagsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ServiceTagsClient.ServiceTagInformationList

ctx := context.TODO()
id := servicetags.NewLocationID("12345678-1234-9876-4563-123456789012", "locationValue")

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

Example Usage: ServiceTagsClient.ServiceTagsList

ctx := context.TODO()
id := servicetags.NewLocationID("12345678-1234-9876-4563-123456789012", "locationValue")

read, err := client.ServiceTagsList(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateLocationID

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

ValidateLocationID checks that 'input' can be parsed as a Location ID

Types

type LocationId

type LocationId struct {
	SubscriptionId string
	LocationName   string
}

LocationId is a struct representing the Resource ID for a Location

func NewLocationID

func NewLocationID(subscriptionId string, locationName string) LocationId

NewLocationID returns a new LocationId struct

func ParseLocationID

func ParseLocationID(input string) (*LocationId, error)

ParseLocationID parses 'input' into a LocationId

func ParseLocationIDInsensitively

func ParseLocationIDInsensitively(input string) (*LocationId, error)

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

func (*LocationId) FromParseResult

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

func (LocationId) ID

func (id LocationId) ID() string

ID returns the formatted Location ID

func (LocationId) Segments

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

Segments returns a slice of Resource ID Segments which comprise this Location ID

func (LocationId) String

func (id LocationId) String() string

String returns a human-readable description of this Location ID

type ServiceTagInformation

type ServiceTagInformation struct {
	Id                     *string                                `json:"id,omitempty"`
	Name                   *string                                `json:"name,omitempty"`
	Properties             *ServiceTagInformationPropertiesFormat `json:"properties,omitempty"`
	ServiceTagChangeNumber *string                                `json:"serviceTagChangeNumber,omitempty"`
}

type ServiceTagInformationListCompleteResult

type ServiceTagInformationListCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []ServiceTagInformation
}

type ServiceTagInformationListOperationOptions

type ServiceTagInformationListOperationOptions struct {
	NoAddressPrefixes *bool
	TagName           *string
}

func DefaultServiceTagInformationListOperationOptions

func DefaultServiceTagInformationListOperationOptions() ServiceTagInformationListOperationOptions

func (ServiceTagInformationListOperationOptions) ToHeaders

func (ServiceTagInformationListOperationOptions) ToOData

func (ServiceTagInformationListOperationOptions) ToQuery

type ServiceTagInformationListOperationResponse

type ServiceTagInformationListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]ServiceTagInformation
}

type ServiceTagInformationOperationPredicate

type ServiceTagInformationOperationPredicate struct {
	Id                     *string
	Name                   *string
	ServiceTagChangeNumber *string
}

func (ServiceTagInformationOperationPredicate) Matches

type ServiceTagInformationPropertiesFormat

type ServiceTagInformationPropertiesFormat struct {
	AddressPrefixes *[]string `json:"addressPrefixes,omitempty"`
	ChangeNumber    *string   `json:"changeNumber,omitempty"`
	Region          *string   `json:"region,omitempty"`
	State           *string   `json:"state,omitempty"`
	SystemService   *string   `json:"systemService,omitempty"`
}

type ServiceTagsClient

type ServiceTagsClient struct {
	Client *resourcemanager.Client
}

func NewServiceTagsClientWithBaseURI

func NewServiceTagsClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceTagsClient, error)

func (ServiceTagsClient) ServiceTagInformationList

ServiceTagInformationList ...

func (ServiceTagsClient) ServiceTagInformationListComplete

ServiceTagInformationListComplete retrieves all the results into a single object

func (ServiceTagsClient) ServiceTagInformationListCompleteMatchingPredicate

func (c ServiceTagsClient) ServiceTagInformationListCompleteMatchingPredicate(ctx context.Context, id LocationId, options ServiceTagInformationListOperationOptions, predicate ServiceTagInformationOperationPredicate) (result ServiceTagInformationListCompleteResult, err error)

ServiceTagInformationListCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ServiceTagsClient) ServiceTagsList

func (c ServiceTagsClient) ServiceTagsList(ctx context.Context, id LocationId) (result ServiceTagsListOperationResponse, err error)

ServiceTagsList ...

type ServiceTagsListOperationResponse

type ServiceTagsListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *ServiceTagsListResult
}

type ServiceTagsListResult

type ServiceTagsListResult struct {
	ChangeNumber *string                  `json:"changeNumber,omitempty"`
	Cloud        *string                  `json:"cloud,omitempty"`
	Id           *string                  `json:"id,omitempty"`
	Name         *string                  `json:"name,omitempty"`
	NextLink     *string                  `json:"nextLink,omitempty"`
	Type         *string                  `json:"type,omitempty"`
	Values       *[]ServiceTagInformation `json:"values,omitempty"`
}

Jump to

Keyboard shortcuts

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