gatewaylisttrace

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 10 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/resource-manager/apimanagement/2024-05-01/gatewaylisttrace Documentation

The gatewaylisttrace SDK allows for interaction with Azure Resource Manager apimanagement (API Version 2024-05-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/apimanagement/2024-05-01/gatewaylisttrace"

Client Initialization

client := gatewaylisttrace.NewGatewayListTraceClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: GatewayListTraceClient.GatewayListTrace

ctx := context.TODO()
id := gatewaylisttrace.NewServiceGatewayID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serviceName", "gatewayId")

payload := gatewaylisttrace.GatewayListTraceContract{
	// ...
}


read, err := client.GatewayListTrace(ctx, id, payload)
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 ValidateServiceGatewayID

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

ValidateServiceGatewayID checks that 'input' can be parsed as a Service Gateway ID

Types

type GatewayListTraceClient

type GatewayListTraceClient struct {
	Client *resourcemanager.Client
}

func NewGatewayListTraceClientWithBaseURI

func NewGatewayListTraceClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayListTraceClient, error)

func (GatewayListTraceClient) GatewayListTrace

GatewayListTrace ...

type GatewayListTraceContract

type GatewayListTraceContract struct {
	TraceId *string `json:"traceId,omitempty"`
}

type GatewayListTraceOperationResponse

type GatewayListTraceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *interface{}
}

type ServiceGatewayId

type ServiceGatewayId struct {
	SubscriptionId    string
	ResourceGroupName string
	ServiceName       string
	GatewayId         string
}

ServiceGatewayId is a struct representing the Resource ID for a Service Gateway

func NewServiceGatewayID

func NewServiceGatewayID(subscriptionId string, resourceGroupName string, serviceName string, gatewayId string) ServiceGatewayId

NewServiceGatewayID returns a new ServiceGatewayId struct

func ParseServiceGatewayID

func ParseServiceGatewayID(input string) (*ServiceGatewayId, error)

ParseServiceGatewayID parses 'input' into a ServiceGatewayId

func ParseServiceGatewayIDInsensitively

func ParseServiceGatewayIDInsensitively(input string) (*ServiceGatewayId, error)

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

func (*ServiceGatewayId) FromParseResult

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

func (ServiceGatewayId) ID

func (id ServiceGatewayId) ID() string

ID returns the formatted Service Gateway ID

func (ServiceGatewayId) Segments

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

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

func (ServiceGatewayId) String

func (id ServiceGatewayId) String() string

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

Jump to

Keyboard shortcuts

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