authorizations

package
v2.85.6 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2021 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationId

type AuthorizationId struct {
	SubscriptionId   string
	ResourceGroup    string
	PrivateCloudName string
	Name             string
}

func NewAuthorizationID

func NewAuthorizationID(subscriptionId, resourceGroup, privateCloudName, name string) AuthorizationId

func ParseAuthorizationID

func ParseAuthorizationID(input string) (*AuthorizationId, error)

ParseAuthorizationID parses a Authorization ID into an AuthorizationId struct

func ParseAuthorizationIDInsensitively

func ParseAuthorizationIDInsensitively(input string) (*AuthorizationId, error)

ParseAuthorizationIDInsensitively parses an Authorization ID into an AuthorizationId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseAuthorizationID method should be used instead for validation etc.

func (AuthorizationId) ID

func (id AuthorizationId) ID() string

func (AuthorizationId) String

func (id AuthorizationId) String() string

type AuthorizationsClient

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

func NewAuthorizationsClientWithBaseURI

func NewAuthorizationsClientWithBaseURI(endpoint string) AuthorizationsClient

func (AuthorizationsClient) CreateOrUpdate

CreateOrUpdate ...

func (AuthorizationsClient) CreateOrUpdateThenPoll

func (c AuthorizationsClient) CreateOrUpdateThenPoll(ctx context.Context, id AuthorizationId, input ExpressRouteAuthorization) error

CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed

func (AuthorizationsClient) Delete

func (c AuthorizationsClient) Delete(ctx context.Context, id AuthorizationId) (result DeleteResponse, err error)

Delete ...

func (AuthorizationsClient) DeleteThenPoll

func (c AuthorizationsClient) DeleteThenPoll(ctx context.Context, id AuthorizationId) error

DeleteThenPoll performs Delete then polls until it's completed

func (AuthorizationsClient) Get

Get ...

func (AuthorizationsClient) List

List ...

func (AuthorizationsClient) ListComplete

ListComplete retrieves all of the results into a single object

func (AuthorizationsClient) ListCompleteMatchingPredicate

func (c AuthorizationsClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateCloudId, predicate ExpressRouteAuthorizationPredicate) (resp ListCompleteResult, err error)

ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate

type CreateOrUpdateResponse

type CreateOrUpdateResponse struct {
	Poller       polling.LongRunningPoller
	HttpResponse *http.Response
}

type DeleteResponse

type DeleteResponse struct {
	Poller       polling.LongRunningPoller
	HttpResponse *http.Response
}

type ExpressRouteAuthorization

type ExpressRouteAuthorization struct {
	Id         *string                              `json:"id,omitempty"`
	Name       *string                              `json:"name,omitempty"`
	Properties *ExpressRouteAuthorizationProperties `json:"properties,omitempty"`
	Type       *string                              `json:"type,omitempty"`
}

type ExpressRouteAuthorizationPredicate

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

func (ExpressRouteAuthorizationPredicate) Matches

type ExpressRouteAuthorizationProperties

type ExpressRouteAuthorizationProperties struct {
	ExpressRouteAuthorizationId  *string                                     `json:"expressRouteAuthorizationId,omitempty"`
	ExpressRouteAuthorizationKey *string                                     `json:"expressRouteAuthorizationKey,omitempty"`
	ProvisioningState            *ExpressRouteAuthorizationProvisioningState `json:"provisioningState,omitempty"`
}

type ExpressRouteAuthorizationProvisioningState

type ExpressRouteAuthorizationProvisioningState string
const (
	ExpressRouteAuthorizationProvisioningStateFailed    ExpressRouteAuthorizationProvisioningState = "Failed"
	ExpressRouteAuthorizationProvisioningStateSucceeded ExpressRouteAuthorizationProvisioningState = "Succeeded"
	ExpressRouteAuthorizationProvisioningStateUpdating  ExpressRouteAuthorizationProvisioningState = "Updating"
)

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *ExpressRouteAuthorization
}

type ListCompleteResult

type ListCompleteResult struct {
	Items []ExpressRouteAuthorization
}

type ListResponse

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

func (ListResponse) HasMore

func (r ListResponse) HasMore() bool

func (ListResponse) LoadMore

func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error)

type PrivateCloudId

type PrivateCloudId struct {
	SubscriptionId string
	ResourceGroup  string
	Name           string
}

func NewPrivateCloudID

func NewPrivateCloudID(subscriptionId, resourceGroup, name string) PrivateCloudId

func ParsePrivateCloudID

func ParsePrivateCloudID(input string) (*PrivateCloudId, error)

ParsePrivateCloudID parses a PrivateCloud ID into an PrivateCloudId struct

func ParsePrivateCloudIDInsensitively

func ParsePrivateCloudIDInsensitively(input string) (*PrivateCloudId, error)

ParsePrivateCloudIDInsensitively parses an PrivateCloud ID into an PrivateCloudId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParsePrivateCloudID method should be used instead for validation etc.

func (PrivateCloudId) ID

func (id PrivateCloudId) ID() string

func (PrivateCloudId) String

func (id PrivateCloudId) String() string

Jump to

Keyboard shortcuts

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