Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateDnsResolverID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateOutboundEndpointID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type DnsResolverId
- type GetOperationResponse
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type OutboundEndpoint
- type OutboundEndpointId
- type OutboundEndpointOperationPredicate
- type OutboundEndpointPatch
- type OutboundEndpointProperties
- type OutboundEndpointsClient
- func (c OutboundEndpointsClient) CreateOrUpdate(ctx context.Context, id OutboundEndpointId, input OutboundEndpoint, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c OutboundEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id OutboundEndpointId, input OutboundEndpoint, ...) error
- func (c OutboundEndpointsClient) Delete(ctx context.Context, id OutboundEndpointId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c OutboundEndpointsClient) DeleteThenPoll(ctx context.Context, id OutboundEndpointId, options DeleteOperationOptions) error
- func (c OutboundEndpointsClient) Get(ctx context.Context, id OutboundEndpointId) (result GetOperationResponse, err error)
- func (c OutboundEndpointsClient) List(ctx context.Context, id DnsResolverId, options ListOperationOptions) (resp ListOperationResponse, err error)
- func (c OutboundEndpointsClient) ListComplete(ctx context.Context, id DnsResolverId, options ListOperationOptions) (ListCompleteResult, error)
- func (c OutboundEndpointsClient) ListCompleteMatchingPredicate(ctx context.Context, id DnsResolverId, options ListOperationOptions, ...) (resp ListCompleteResult, err error)
- func (c OutboundEndpointsClient) Update(ctx context.Context, id OutboundEndpointId, input OutboundEndpointPatch, ...) (result UpdateOperationResponse, err error)
- func (c OutboundEndpointsClient) UpdateThenPoll(ctx context.Context, id OutboundEndpointId, input OutboundEndpointPatch, ...) error
- type ProvisioningState
- type SubResource
- type UpdateOperationOptions
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateDnsResolverID ¶
ValidateDnsResolverID checks that 'input' can be parsed as a Dns Resolver ID
func ValidateOutboundEndpointID ¶
ValidateOutboundEndpointID checks that 'input' can be parsed as a Outbound Endpoint ID
Types ¶
type CreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
IfMatch *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DnsResolverId ¶
DnsResolverId is a struct representing the Resource ID for a Dns Resolver
func NewDnsResolverID ¶
func NewDnsResolverID(subscriptionId string, resourceGroupName string, dnsResolverName string) DnsResolverId
NewDnsResolverID returns a new DnsResolverId struct
func ParseDnsResolverID ¶
func ParseDnsResolverID(input string) (*DnsResolverId, error)
ParseDnsResolverID parses 'input' into a DnsResolverId
func ParseDnsResolverIDInsensitively ¶
func ParseDnsResolverIDInsensitively(input string) (*DnsResolverId, error)
ParseDnsResolverIDInsensitively parses 'input' case-insensitively into a DnsResolverId note: this method should only be used for API response data and not user input
func (DnsResolverId) ID ¶
func (id DnsResolverId) ID() string
ID returns the formatted Dns Resolver ID
func (DnsResolverId) Segments ¶
func (id DnsResolverId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Dns Resolver ID
func (DnsResolverId) String ¶
func (id DnsResolverId) String() string
String returns a human-readable description of this Dns Resolver ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *OutboundEndpoint }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []OutboundEndpoint
}
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]OutboundEndpoint // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type OutboundEndpoint ¶
type OutboundEndpoint struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties OutboundEndpointProperties `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type OutboundEndpointId ¶
type OutboundEndpointId struct { SubscriptionId string ResourceGroupName string DnsResolverName string OutboundEndpointName string }
OutboundEndpointId is a struct representing the Resource ID for a Outbound Endpoint
func NewOutboundEndpointID ¶
func NewOutboundEndpointID(subscriptionId string, resourceGroupName string, dnsResolverName string, outboundEndpointName string) OutboundEndpointId
NewOutboundEndpointID returns a new OutboundEndpointId struct
func ParseOutboundEndpointID ¶
func ParseOutboundEndpointID(input string) (*OutboundEndpointId, error)
ParseOutboundEndpointID parses 'input' into a OutboundEndpointId
func ParseOutboundEndpointIDInsensitively ¶
func ParseOutboundEndpointIDInsensitively(input string) (*OutboundEndpointId, error)
ParseOutboundEndpointIDInsensitively parses 'input' case-insensitively into a OutboundEndpointId note: this method should only be used for API response data and not user input
func (OutboundEndpointId) ID ¶
func (id OutboundEndpointId) ID() string
ID returns the formatted Outbound Endpoint ID
func (OutboundEndpointId) Segments ¶
func (id OutboundEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Outbound Endpoint ID
func (OutboundEndpointId) String ¶
func (id OutboundEndpointId) String() string
String returns a human-readable description of this Outbound Endpoint ID
type OutboundEndpointOperationPredicate ¶
type OutboundEndpointOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (OutboundEndpointOperationPredicate) Matches ¶
func (p OutboundEndpointOperationPredicate) Matches(input OutboundEndpoint) bool
type OutboundEndpointPatch ¶
type OutboundEndpointProperties ¶
type OutboundEndpointProperties struct { ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ResourceGuid *string `json:"resourceGuid,omitempty"` Subnet SubResource `json:"subnet"` }
type OutboundEndpointsClient ¶
type OutboundEndpointsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewOutboundEndpointsClientWithBaseURI ¶
func NewOutboundEndpointsClientWithBaseURI(endpoint string) OutboundEndpointsClient
func (OutboundEndpointsClient) CreateOrUpdate ¶
func (c OutboundEndpointsClient) CreateOrUpdate(ctx context.Context, id OutboundEndpointId, input OutboundEndpoint, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (OutboundEndpointsClient) CreateOrUpdateThenPoll ¶
func (c OutboundEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id OutboundEndpointId, input OutboundEndpoint, options CreateOrUpdateOperationOptions) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (OutboundEndpointsClient) Delete ¶
func (c OutboundEndpointsClient) Delete(ctx context.Context, id OutboundEndpointId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (OutboundEndpointsClient) DeleteThenPoll ¶
func (c OutboundEndpointsClient) DeleteThenPoll(ctx context.Context, id OutboundEndpointId, options DeleteOperationOptions) error
DeleteThenPoll performs Delete then polls until it's completed
func (OutboundEndpointsClient) Get ¶
func (c OutboundEndpointsClient) Get(ctx context.Context, id OutboundEndpointId) (result GetOperationResponse, err error)
Get ...
func (OutboundEndpointsClient) List ¶
func (c OutboundEndpointsClient) List(ctx context.Context, id DnsResolverId, options ListOperationOptions) (resp ListOperationResponse, err error)
List ...
func (OutboundEndpointsClient) ListComplete ¶
func (c OutboundEndpointsClient) ListComplete(ctx context.Context, id DnsResolverId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (OutboundEndpointsClient) ListCompleteMatchingPredicate ¶
func (c OutboundEndpointsClient) ListCompleteMatchingPredicate(ctx context.Context, id DnsResolverId, options ListOperationOptions, predicate OutboundEndpointOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (OutboundEndpointsClient) Update ¶
func (c OutboundEndpointsClient) Update(ctx context.Context, id OutboundEndpointId, input OutboundEndpointPatch, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
func (OutboundEndpointsClient) UpdateThenPoll ¶
func (c OutboundEndpointsClient) UpdateThenPoll(ctx context.Context, id OutboundEndpointId, input OutboundEndpointPatch, options UpdateOperationOptions) error
UpdateThenPoll performs Update then polls until it's completed
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
type SubResource ¶
type SubResource struct {
Id string `json:"id"`
}
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
IfMatch *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
Source Files ¶
- client.go
- constants.go
- id_dnsresolver.go
- id_outboundendpoint.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- method_update_autorest.go
- model_outboundendpoint.go
- model_outboundendpointpatch.go
- model_outboundendpointproperties.go
- model_subresource.go
- predicates.go
- version.go