Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateDnsForwardingRulesetID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateVirtualNetworkID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type DnsForwardingRuleset
- type DnsForwardingRulesetId
- type DnsForwardingRulesetOperationPredicate
- type DnsForwardingRulesetPatch
- type DnsForwardingRulesetProperties
- type DnsForwardingRulesetsClient
- func (c DnsForwardingRulesetsClient) CreateOrUpdate(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRuleset, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) CreateOrUpdateThenPoll(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRuleset, ...) error
- func (c DnsForwardingRulesetsClient) Delete(ctx context.Context, id DnsForwardingRulesetId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) DeleteThenPoll(ctx context.Context, id DnsForwardingRulesetId, options DeleteOperationOptions) error
- func (c DnsForwardingRulesetsClient) Get(ctx context.Context, id DnsForwardingRulesetId) (result GetOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (resp ListOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error)
- func (c DnsForwardingRulesetsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListByResourceGroupCompleteResult, err error)
- func (c DnsForwardingRulesetsClient) ListByVirtualNetwork(ctx context.Context, id VirtualNetworkId, ...) (resp ListByVirtualNetworkOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) ListByVirtualNetworkComplete(ctx context.Context, id VirtualNetworkId, ...) (ListByVirtualNetworkCompleteResult, error)
- func (c DnsForwardingRulesetsClient) ListByVirtualNetworkCompleteMatchingPredicate(ctx context.Context, id VirtualNetworkId, ...) (resp ListByVirtualNetworkCompleteResult, err error)
- func (c DnsForwardingRulesetsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error)
- func (c DnsForwardingRulesetsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, ...) (resp ListCompleteResult, err error)
- func (c DnsForwardingRulesetsClient) Update(ctx context.Context, id DnsForwardingRulesetId, ...) (result UpdateOperationResponse, err error)
- func (c DnsForwardingRulesetsClient) UpdateThenPoll(ctx context.Context, id DnsForwardingRulesetId, ...) error
- type GetOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationOptions
- type ListByResourceGroupOperationResponse
- type ListByVirtualNetworkCompleteResult
- type ListByVirtualNetworkOperationOptions
- type ListByVirtualNetworkOperationResponse
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type ProvisioningState
- type SubResource
- type UpdateOperationOptions
- type UpdateOperationResponse
- type VirtualNetworkDnsForwardingRuleset
- type VirtualNetworkDnsForwardingRulesetOperationPredicate
- type VirtualNetworkId
- type VirtualNetworkLinkSubResourceProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateDnsForwardingRulesetID ¶
func ValidateDnsForwardingRulesetID(input interface{}, key string) (warnings []string, errors []error)
ValidateDnsForwardingRulesetID checks that 'input' can be parsed as a Dns Forwarding Ruleset ID
func ValidateVirtualNetworkID ¶
ValidateVirtualNetworkID checks that 'input' can be parsed as a Virtual Network 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 DnsForwardingRuleset ¶
type DnsForwardingRuleset struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties DnsForwardingRulesetProperties `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type DnsForwardingRulesetId ¶
type DnsForwardingRulesetId struct { SubscriptionId string ResourceGroupName string DnsForwardingRulesetName string }
DnsForwardingRulesetId is a struct representing the Resource ID for a Dns Forwarding Ruleset
func NewDnsForwardingRulesetID ¶
func NewDnsForwardingRulesetID(subscriptionId string, resourceGroupName string, dnsForwardingRulesetName string) DnsForwardingRulesetId
NewDnsForwardingRulesetID returns a new DnsForwardingRulesetId struct
func ParseDnsForwardingRulesetID ¶
func ParseDnsForwardingRulesetID(input string) (*DnsForwardingRulesetId, error)
ParseDnsForwardingRulesetID parses 'input' into a DnsForwardingRulesetId
func ParseDnsForwardingRulesetIDInsensitively ¶
func ParseDnsForwardingRulesetIDInsensitively(input string) (*DnsForwardingRulesetId, error)
ParseDnsForwardingRulesetIDInsensitively parses 'input' case-insensitively into a DnsForwardingRulesetId note: this method should only be used for API response data and not user input
func (DnsForwardingRulesetId) ID ¶
func (id DnsForwardingRulesetId) ID() string
ID returns the formatted Dns Forwarding Ruleset ID
func (DnsForwardingRulesetId) Segments ¶
func (id DnsForwardingRulesetId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Dns Forwarding Ruleset ID
func (DnsForwardingRulesetId) String ¶
func (id DnsForwardingRulesetId) String() string
String returns a human-readable description of this Dns Forwarding Ruleset ID
type DnsForwardingRulesetOperationPredicate ¶
type DnsForwardingRulesetOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (DnsForwardingRulesetOperationPredicate) Matches ¶
func (p DnsForwardingRulesetOperationPredicate) Matches(input DnsForwardingRuleset) bool
type DnsForwardingRulesetPatch ¶
type DnsForwardingRulesetPatch struct { DnsResolverOutboundEndpoints *[]SubResource `json:"dnsResolverOutboundEndpoints,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type DnsForwardingRulesetProperties ¶
type DnsForwardingRulesetProperties struct { DnsResolverOutboundEndpoints []SubResource `json:"dnsResolverOutboundEndpoints"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` ResourceGuid *string `json:"resourceGuid,omitempty"` }
type DnsForwardingRulesetsClient ¶
type DnsForwardingRulesetsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewDnsForwardingRulesetsClientWithBaseURI ¶
func NewDnsForwardingRulesetsClientWithBaseURI(endpoint string) DnsForwardingRulesetsClient
func (DnsForwardingRulesetsClient) CreateOrUpdate ¶
func (c DnsForwardingRulesetsClient) CreateOrUpdate(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRuleset, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (DnsForwardingRulesetsClient) CreateOrUpdateThenPoll ¶
func (c DnsForwardingRulesetsClient) CreateOrUpdateThenPoll(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRuleset, options CreateOrUpdateOperationOptions) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (DnsForwardingRulesetsClient) Delete ¶
func (c DnsForwardingRulesetsClient) Delete(ctx context.Context, id DnsForwardingRulesetId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (DnsForwardingRulesetsClient) DeleteThenPoll ¶
func (c DnsForwardingRulesetsClient) DeleteThenPoll(ctx context.Context, id DnsForwardingRulesetId, options DeleteOperationOptions) error
DeleteThenPoll performs Delete then polls until it's completed
func (DnsForwardingRulesetsClient) Get ¶
func (c DnsForwardingRulesetsClient) Get(ctx context.Context, id DnsForwardingRulesetId) (result GetOperationResponse, err error)
Get ...
func (DnsForwardingRulesetsClient) List ¶
func (c DnsForwardingRulesetsClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (resp ListOperationResponse, err error)
List ...
func (DnsForwardingRulesetsClient) ListByResourceGroup ¶
func (c DnsForwardingRulesetsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (resp ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (DnsForwardingRulesetsClient) ListByResourceGroupComplete ¶
func (c DnsForwardingRulesetsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all of the results into a single object
func (DnsForwardingRulesetsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c DnsForwardingRulesetsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions, predicate DnsForwardingRulesetOperationPredicate) (resp ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DnsForwardingRulesetsClient) ListByVirtualNetwork ¶
func (c DnsForwardingRulesetsClient) ListByVirtualNetwork(ctx context.Context, id VirtualNetworkId, options ListByVirtualNetworkOperationOptions) (resp ListByVirtualNetworkOperationResponse, err error)
ListByVirtualNetwork ...
func (DnsForwardingRulesetsClient) ListByVirtualNetworkComplete ¶
func (c DnsForwardingRulesetsClient) ListByVirtualNetworkComplete(ctx context.Context, id VirtualNetworkId, options ListByVirtualNetworkOperationOptions) (ListByVirtualNetworkCompleteResult, error)
ListByVirtualNetworkComplete retrieves all of the results into a single object
func (DnsForwardingRulesetsClient) ListByVirtualNetworkCompleteMatchingPredicate ¶
func (c DnsForwardingRulesetsClient) ListByVirtualNetworkCompleteMatchingPredicate(ctx context.Context, id VirtualNetworkId, options ListByVirtualNetworkOperationOptions, predicate VirtualNetworkDnsForwardingRulesetOperationPredicate) (resp ListByVirtualNetworkCompleteResult, err error)
ListByVirtualNetworkCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DnsForwardingRulesetsClient) ListComplete ¶
func (c DnsForwardingRulesetsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (DnsForwardingRulesetsClient) ListCompleteMatchingPredicate ¶
func (c DnsForwardingRulesetsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, predicate DnsForwardingRulesetOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (DnsForwardingRulesetsClient) Update ¶
func (c DnsForwardingRulesetsClient) Update(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRulesetPatch, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
func (DnsForwardingRulesetsClient) UpdateThenPoll ¶
func (c DnsForwardingRulesetsClient) UpdateThenPoll(ctx context.Context, id DnsForwardingRulesetId, input DnsForwardingRulesetPatch, options UpdateOperationOptions) error
UpdateThenPoll performs Update then polls until it's completed
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *DnsForwardingRuleset }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []DnsForwardingRuleset
}
type ListByResourceGroupOperationOptions ¶
type ListByResourceGroupOperationOptions struct {
Top *int64
}
func DefaultListByResourceGroupOperationOptions ¶
func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]DnsForwardingRuleset // contains filtered or unexported fields }
func (ListByResourceGroupOperationResponse) HasMore ¶
func (r ListByResourceGroupOperationResponse) HasMore() bool
func (ListByResourceGroupOperationResponse) LoadMore ¶
func (r ListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupOperationResponse, err error)
type ListByVirtualNetworkCompleteResult ¶
type ListByVirtualNetworkCompleteResult struct {
Items []VirtualNetworkDnsForwardingRuleset
}
type ListByVirtualNetworkOperationOptions ¶
type ListByVirtualNetworkOperationOptions struct {
Top *int64
}
func DefaultListByVirtualNetworkOperationOptions ¶
func DefaultListByVirtualNetworkOperationOptions() ListByVirtualNetworkOperationOptions
type ListByVirtualNetworkOperationResponse ¶
type ListByVirtualNetworkOperationResponse struct { HttpResponse *http.Response Model *[]VirtualNetworkDnsForwardingRuleset // contains filtered or unexported fields }
func (ListByVirtualNetworkOperationResponse) HasMore ¶
func (r ListByVirtualNetworkOperationResponse) HasMore() bool
func (ListByVirtualNetworkOperationResponse) LoadMore ¶
func (r ListByVirtualNetworkOperationResponse) LoadMore(ctx context.Context) (resp ListByVirtualNetworkOperationResponse, err error)
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []DnsForwardingRuleset
}
type ListOperationOptions ¶
type ListOperationOptions struct {
Top *int64
}
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]DnsForwardingRuleset // 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 }
type VirtualNetworkDnsForwardingRuleset ¶
type VirtualNetworkDnsForwardingRuleset struct { Id *string `json:"id,omitempty"` Properties *VirtualNetworkLinkSubResourceProperties `json:"properties,omitempty"` }
type VirtualNetworkDnsForwardingRulesetOperationPredicate ¶
type VirtualNetworkDnsForwardingRulesetOperationPredicate struct {
Id *string
}
func (VirtualNetworkDnsForwardingRulesetOperationPredicate) Matches ¶
func (p VirtualNetworkDnsForwardingRulesetOperationPredicate) Matches(input VirtualNetworkDnsForwardingRuleset) bool
type VirtualNetworkId ¶
type VirtualNetworkId struct { SubscriptionId string ResourceGroupName string VirtualNetworkName string }
VirtualNetworkId is a struct representing the Resource ID for a Virtual Network
func NewVirtualNetworkID ¶
func NewVirtualNetworkID(subscriptionId string, resourceGroupName string, virtualNetworkName string) VirtualNetworkId
NewVirtualNetworkID returns a new VirtualNetworkId struct
func ParseVirtualNetworkID ¶
func ParseVirtualNetworkID(input string) (*VirtualNetworkId, error)
ParseVirtualNetworkID parses 'input' into a VirtualNetworkId
func ParseVirtualNetworkIDInsensitively ¶
func ParseVirtualNetworkIDInsensitively(input string) (*VirtualNetworkId, error)
ParseVirtualNetworkIDInsensitively parses 'input' case-insensitively into a VirtualNetworkId note: this method should only be used for API response data and not user input
func (VirtualNetworkId) ID ¶
func (id VirtualNetworkId) ID() string
ID returns the formatted Virtual Network ID
func (VirtualNetworkId) Segments ¶
func (id VirtualNetworkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Virtual Network ID
func (VirtualNetworkId) String ¶
func (id VirtualNetworkId) String() string
String returns a human-readable description of this Virtual Network ID
type VirtualNetworkLinkSubResourceProperties ¶
type VirtualNetworkLinkSubResourceProperties struct {
VirtualNetworkLink *SubResource `json:"virtualNetworkLink,omitempty"`
}
Source Files ¶
- client.go
- constants.go
- id_dnsforwardingruleset.go
- id_virtualnetwork.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- method_listbyresourcegroup_autorest.go
- method_listbyvirtualnetwork_autorest.go
- method_update_autorest.go
- model_dnsforwardingruleset.go
- model_dnsforwardingrulesetpatch.go
- model_dnsforwardingrulesetproperties.go
- model_subresource.go
- model_virtualnetworkdnsforwardingruleset.go
- model_virtualnetworklinksubresourceproperties.go
- predicates.go
- version.go