outboundnetworkdependenciesendpoints

package
v0.20230823.1052657 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/kusto/2023-05-02/outboundnetworkdependenciesendpoints Documentation

The outboundnetworkdependenciesendpoints SDK allows for interaction with the Azure Resource Manager Service kusto (API Version 2023-05-02).

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/kusto/2023-05-02/outboundnetworkdependenciesendpoints"

Client Initialization

client := outboundnetworkdependenciesendpoints.NewOutboundNetworkDependenciesEndpointsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: OutboundNetworkDependenciesEndpointsClient.ClustersListOutboundNetworkDependenciesEndpoints

ctx := context.TODO()
id := outboundnetworkdependenciesendpoints.NewClusterID("12345678-1234-9876-4563-123456789012", "example-resource-group", "clusterValue")

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

func PossibleValuesForProvisioningState() []string

func ValidateClusterID

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

ValidateClusterID checks that 'input' can be parsed as a Cluster ID

Types

type ClusterId

type ClusterId struct {
	SubscriptionId    string
	ResourceGroupName string
	ClusterName       string
}

ClusterId is a struct representing the Resource ID for a Cluster

func NewClusterID

func NewClusterID(subscriptionId string, resourceGroupName string, clusterName string) ClusterId

NewClusterID returns a new ClusterId struct

func ParseClusterID

func ParseClusterID(input string) (*ClusterId, error)

ParseClusterID parses 'input' into a ClusterId

func ParseClusterIDInsensitively

func ParseClusterIDInsensitively(input string) (*ClusterId, error)

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

func (ClusterId) ID

func (id ClusterId) ID() string

ID returns the formatted Cluster ID

func (ClusterId) Segments

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

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

func (ClusterId) String

func (id ClusterId) String() string

String returns a human-readable description of this Cluster ID

type ClustersListOutboundNetworkDependenciesEndpointsCompleteResult

type ClustersListOutboundNetworkDependenciesEndpointsCompleteResult struct {
	Items []OutboundNetworkDependenciesEndpoint
}

type ClustersListOutboundNetworkDependenciesEndpointsOperationResponse

type ClustersListOutboundNetworkDependenciesEndpointsOperationResponse struct {
	HttpResponse *http.Response
	Model        *[]OutboundNetworkDependenciesEndpoint
	// contains filtered or unexported fields
}

func (ClustersListOutboundNetworkDependenciesEndpointsOperationResponse) HasMore

func (ClustersListOutboundNetworkDependenciesEndpointsOperationResponse) LoadMore

type EndpointDependency

type EndpointDependency struct {
	DomainName      *string           `json:"domainName,omitempty"`
	EndpointDetails *[]EndpointDetail `json:"endpointDetails,omitempty"`
}

type EndpointDetail

type EndpointDetail struct {
	Port *int64 `json:"port,omitempty"`
}

type OutboundNetworkDependenciesEndpoint

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

type OutboundNetworkDependenciesEndpointOperationPredicate

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

func (OutboundNetworkDependenciesEndpointOperationPredicate) Matches

type OutboundNetworkDependenciesEndpointProperties

type OutboundNetworkDependenciesEndpointProperties struct {
	Category          *string               `json:"category,omitempty"`
	Endpoints         *[]EndpointDependency `json:"endpoints,omitempty"`
	ProvisioningState *ProvisioningState    `json:"provisioningState,omitempty"`
}

type OutboundNetworkDependenciesEndpointsClient

type OutboundNetworkDependenciesEndpointsClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewOutboundNetworkDependenciesEndpointsClientWithBaseURI

func NewOutboundNetworkDependenciesEndpointsClientWithBaseURI(endpoint string) OutboundNetworkDependenciesEndpointsClient

func (OutboundNetworkDependenciesEndpointsClient) ClustersListOutboundNetworkDependenciesEndpoints

ClustersListOutboundNetworkDependenciesEndpoints ...

func (OutboundNetworkDependenciesEndpointsClient) ClustersListOutboundNetworkDependenciesEndpointsComplete

ClustersListOutboundNetworkDependenciesEndpointsComplete retrieves all of the results into a single object

func (OutboundNetworkDependenciesEndpointsClient) ClustersListOutboundNetworkDependenciesEndpointsCompleteMatchingPredicate

ClustersListOutboundNetworkDependenciesEndpointsCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type ProvisioningState

type ProvisioningState string
const (
	ProvisioningStateCanceled  ProvisioningState = "Canceled"
	ProvisioningStateCreating  ProvisioningState = "Creating"
	ProvisioningStateDeleting  ProvisioningState = "Deleting"
	ProvisioningStateFailed    ProvisioningState = "Failed"
	ProvisioningStateMoving    ProvisioningState = "Moving"
	ProvisioningStateRunning   ProvisioningState = "Running"
	ProvisioningStateSucceeded ProvisioningState = "Succeeded"
)

Jump to

Keyboard shortcuts

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