Documentation ¶
Index ¶
- func PossibleValuesForIPAllocationMethod() []string
- func PossibleValuesForProvisioningState() []string
- func ValidateDnsResolverID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateInboundEndpointID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type DnsResolverId
- type GetOperationResponse
- type IPAllocationMethod
- type IPConfiguration
- type InboundEndpoint
- type InboundEndpointId
- type InboundEndpointOperationPredicate
- type InboundEndpointPatch
- type InboundEndpointProperties
- type InboundEndpointsClient
- func (c InboundEndpointsClient) CreateOrUpdate(ctx context.Context, id InboundEndpointId, input InboundEndpoint, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c InboundEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id InboundEndpointId, input InboundEndpoint, ...) error
- func (c InboundEndpointsClient) Delete(ctx context.Context, id InboundEndpointId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c InboundEndpointsClient) DeleteThenPoll(ctx context.Context, id InboundEndpointId, options DeleteOperationOptions) error
- func (c InboundEndpointsClient) Get(ctx context.Context, id InboundEndpointId) (result GetOperationResponse, err error)
- func (c InboundEndpointsClient) List(ctx context.Context, id DnsResolverId, options ListOperationOptions) (resp ListOperationResponse, err error)
- func (c InboundEndpointsClient) ListComplete(ctx context.Context, id DnsResolverId, options ListOperationOptions) (ListCompleteResult, error)
- func (c InboundEndpointsClient) ListCompleteMatchingPredicate(ctx context.Context, id DnsResolverId, options ListOperationOptions, ...) (resp ListCompleteResult, err error)
- func (c InboundEndpointsClient) Update(ctx context.Context, id InboundEndpointId, input InboundEndpointPatch, ...) (result UpdateOperationResponse, err error)
- func (c InboundEndpointsClient) UpdateThenPoll(ctx context.Context, id InboundEndpointId, input InboundEndpointPatch, ...) error
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type ProvisioningState
- type SubResource
- type UpdateOperationOptions
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForIPAllocationMethod ¶
func PossibleValuesForIPAllocationMethod() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateDnsResolverID ¶
ValidateDnsResolverID checks that 'input' can be parsed as a Dns Resolver ID
func ValidateInboundEndpointID ¶
ValidateInboundEndpointID checks that 'input' can be parsed as a Inbound 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 *InboundEndpoint }
type IPAllocationMethod ¶
type IPAllocationMethod string
const ( IPAllocationMethodDynamic IPAllocationMethod = "Dynamic" IPAllocationMethodStatic IPAllocationMethod = "Static" )
type IPConfiguration ¶
type IPConfiguration struct { PrivateIPAddress *string `json:"privateIpAddress,omitempty"` PrivateIPAllocationMethod *IPAllocationMethod `json:"privateIpAllocationMethod,omitempty"` Subnet SubResource `json:"subnet"` }
type InboundEndpoint ¶
type InboundEndpoint struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties InboundEndpointProperties `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type InboundEndpointId ¶
type InboundEndpointId struct { SubscriptionId string ResourceGroupName string DnsResolverName string InboundEndpointName string }
InboundEndpointId is a struct representing the Resource ID for a Inbound Endpoint
func NewInboundEndpointID ¶
func NewInboundEndpointID(subscriptionId string, resourceGroupName string, dnsResolverName string, inboundEndpointName string) InboundEndpointId
NewInboundEndpointID returns a new InboundEndpointId struct
func ParseInboundEndpointID ¶
func ParseInboundEndpointID(input string) (*InboundEndpointId, error)
ParseInboundEndpointID parses 'input' into a InboundEndpointId
func ParseInboundEndpointIDInsensitively ¶
func ParseInboundEndpointIDInsensitively(input string) (*InboundEndpointId, error)
ParseInboundEndpointIDInsensitively parses 'input' case-insensitively into a InboundEndpointId note: this method should only be used for API response data and not user input
func (InboundEndpointId) ID ¶
func (id InboundEndpointId) ID() string
ID returns the formatted Inbound Endpoint ID
func (InboundEndpointId) Segments ¶
func (id InboundEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Inbound Endpoint ID
func (InboundEndpointId) String ¶
func (id InboundEndpointId) String() string
String returns a human-readable description of this Inbound Endpoint ID
type InboundEndpointOperationPredicate ¶
type InboundEndpointOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (InboundEndpointOperationPredicate) Matches ¶
func (p InboundEndpointOperationPredicate) Matches(input InboundEndpoint) bool
type InboundEndpointPatch ¶
type InboundEndpointProperties ¶
type InboundEndpointProperties struct { IPConfigurations []IPConfiguration `json:"ipConfigurations"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ResourceGuid *string `json:"resourceGuid,omitempty"` }
type InboundEndpointsClient ¶
type InboundEndpointsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewInboundEndpointsClientWithBaseURI ¶
func NewInboundEndpointsClientWithBaseURI(endpoint string) InboundEndpointsClient
func (InboundEndpointsClient) CreateOrUpdate ¶
func (c InboundEndpointsClient) CreateOrUpdate(ctx context.Context, id InboundEndpointId, input InboundEndpoint, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (InboundEndpointsClient) CreateOrUpdateThenPoll ¶
func (c InboundEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id InboundEndpointId, input InboundEndpoint, options CreateOrUpdateOperationOptions) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (InboundEndpointsClient) Delete ¶
func (c InboundEndpointsClient) Delete(ctx context.Context, id InboundEndpointId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (InboundEndpointsClient) DeleteThenPoll ¶
func (c InboundEndpointsClient) DeleteThenPoll(ctx context.Context, id InboundEndpointId, options DeleteOperationOptions) error
DeleteThenPoll performs Delete then polls until it's completed
func (InboundEndpointsClient) Get ¶
func (c InboundEndpointsClient) Get(ctx context.Context, id InboundEndpointId) (result GetOperationResponse, err error)
Get ...
func (InboundEndpointsClient) List ¶
func (c InboundEndpointsClient) List(ctx context.Context, id DnsResolverId, options ListOperationOptions) (resp ListOperationResponse, err error)
List ...
func (InboundEndpointsClient) ListComplete ¶
func (c InboundEndpointsClient) ListComplete(ctx context.Context, id DnsResolverId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (InboundEndpointsClient) ListCompleteMatchingPredicate ¶
func (c InboundEndpointsClient) ListCompleteMatchingPredicate(ctx context.Context, id DnsResolverId, options ListOperationOptions, predicate InboundEndpointOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (InboundEndpointsClient) Update ¶
func (c InboundEndpointsClient) Update(ctx context.Context, id InboundEndpointId, input InboundEndpointPatch, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
func (InboundEndpointsClient) UpdateThenPoll ¶
func (c InboundEndpointsClient) UpdateThenPoll(ctx context.Context, id InboundEndpointId, input InboundEndpointPatch, options UpdateOperationOptions) error
UpdateThenPoll performs Update then polls until it's completed
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []InboundEndpoint
}
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]InboundEndpoint // 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 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_inboundendpoint.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- method_update_autorest.go
- model_inboundendpoint.go
- model_inboundendpointpatch.go
- model_inboundendpointproperties.go
- model_ipconfiguration.go
- model_subresource.go
- predicates.go
- version.go