Documentation ¶
Index ¶
- type AccountId
- type CreateOrUpdateResponse
- type CreateOrUpdateVirtualNetworkRuleParameters
- type CreateOrUpdateVirtualNetworkRuleProperties
- type DeleteResponse
- type GetResponse
- type ListByAccountCompleteResult
- type ListByAccountResponse
- type UpdateResponse
- type UpdateVirtualNetworkRuleParameters
- type UpdateVirtualNetworkRuleProperties
- type VirtualNetworkRule
- type VirtualNetworkRuleId
- type VirtualNetworkRulePredicate
- type VirtualNetworkRuleProperties
- type VirtualNetworkRulesClient
- func (c VirtualNetworkRulesClient) CreateOrUpdate(ctx context.Context, id VirtualNetworkRuleId, ...) (result CreateOrUpdateResponse, err error)
- func (c VirtualNetworkRulesClient) Delete(ctx context.Context, id VirtualNetworkRuleId) (result DeleteResponse, err error)
- func (c VirtualNetworkRulesClient) Get(ctx context.Context, id VirtualNetworkRuleId) (result GetResponse, err error)
- func (c VirtualNetworkRulesClient) ListByAccount(ctx context.Context, id AccountId) (resp ListByAccountResponse, err error)
- func (c VirtualNetworkRulesClient) ListByAccountComplete(ctx context.Context, id AccountId) (ListByAccountCompleteResult, error)
- func (c VirtualNetworkRulesClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate VirtualNetworkRulePredicate) (resp ListByAccountCompleteResult, err error)
- func (c VirtualNetworkRulesClient) Update(ctx context.Context, id VirtualNetworkRuleId, ...) (result UpdateResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountId ¶
func NewAccountID ¶
func ParseAccountID ¶
ParseAccountID parses a Account ID into an AccountId struct
func ParseAccountIDInsensitively ¶
ParseAccountIDInsensitively parses an Account ID into an AccountId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseAccountID method should be used instead for validation etc.
type CreateOrUpdateResponse ¶
type CreateOrUpdateResponse struct { HttpResponse *http.Response Model *VirtualNetworkRule }
type CreateOrUpdateVirtualNetworkRuleParameters ¶
type CreateOrUpdateVirtualNetworkRuleParameters struct {
Properties CreateOrUpdateVirtualNetworkRuleProperties `json:"properties"`
}
type CreateOrUpdateVirtualNetworkRuleProperties ¶
type CreateOrUpdateVirtualNetworkRuleProperties struct {
SubnetId string `json:"subnetId"`
}
type DeleteResponse ¶
type GetResponse ¶
type GetResponse struct { HttpResponse *http.Response Model *VirtualNetworkRule }
type ListByAccountCompleteResult ¶
type ListByAccountCompleteResult struct {
Items []VirtualNetworkRule
}
type ListByAccountResponse ¶
type ListByAccountResponse struct { HttpResponse *http.Response Model *[]VirtualNetworkRule // contains filtered or unexported fields }
func (ListByAccountResponse) HasMore ¶
func (r ListByAccountResponse) HasMore() bool
func (ListByAccountResponse) LoadMore ¶
func (r ListByAccountResponse) LoadMore(ctx context.Context) (resp ListByAccountResponse, err error)
type UpdateResponse ¶
type UpdateResponse struct { HttpResponse *http.Response Model *VirtualNetworkRule }
type UpdateVirtualNetworkRuleParameters ¶
type UpdateVirtualNetworkRuleParameters struct {
Properties *UpdateVirtualNetworkRuleProperties `json:"properties,omitempty"`
}
type UpdateVirtualNetworkRuleProperties ¶
type UpdateVirtualNetworkRuleProperties struct {
SubnetId *string `json:"subnetId,omitempty"`
}
type VirtualNetworkRule ¶
type VirtualNetworkRule struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *VirtualNetworkRuleProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type VirtualNetworkRuleId ¶
type VirtualNetworkRuleId struct { SubscriptionId string ResourceGroup string AccountName string Name string }
func NewVirtualNetworkRuleID ¶
func NewVirtualNetworkRuleID(subscriptionId, resourceGroup, accountName, name string) VirtualNetworkRuleId
func ParseVirtualNetworkRuleID ¶
func ParseVirtualNetworkRuleID(input string) (*VirtualNetworkRuleId, error)
ParseVirtualNetworkRuleID parses a VirtualNetworkRule ID into an VirtualNetworkRuleId struct
func ParseVirtualNetworkRuleIDInsensitively ¶
func ParseVirtualNetworkRuleIDInsensitively(input string) (*VirtualNetworkRuleId, error)
ParseVirtualNetworkRuleIDInsensitively parses an VirtualNetworkRule ID into an VirtualNetworkRuleId struct, insensitively This should only be used to parse an ID for rewriting to a consistent casing, the ParseVirtualNetworkRuleID method should be used instead for validation etc.
func (VirtualNetworkRuleId) ID ¶
func (id VirtualNetworkRuleId) ID() string
func (VirtualNetworkRuleId) String ¶
func (id VirtualNetworkRuleId) String() string
type VirtualNetworkRulePredicate ¶
func (VirtualNetworkRulePredicate) Matches ¶
func (p VirtualNetworkRulePredicate) Matches(input VirtualNetworkRule) bool
type VirtualNetworkRuleProperties ¶
type VirtualNetworkRuleProperties struct {
SubnetId *string `json:"subnetId,omitempty"`
}
type VirtualNetworkRulesClient ¶
type VirtualNetworkRulesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewVirtualNetworkRulesClientWithBaseURI ¶
func NewVirtualNetworkRulesClientWithBaseURI(endpoint string) VirtualNetworkRulesClient
func (VirtualNetworkRulesClient) CreateOrUpdate ¶
func (c VirtualNetworkRulesClient) CreateOrUpdate(ctx context.Context, id VirtualNetworkRuleId, input CreateOrUpdateVirtualNetworkRuleParameters) (result CreateOrUpdateResponse, err error)
CreateOrUpdate ...
func (VirtualNetworkRulesClient) Delete ¶
func (c VirtualNetworkRulesClient) Delete(ctx context.Context, id VirtualNetworkRuleId) (result DeleteResponse, err error)
Delete ...
func (VirtualNetworkRulesClient) Get ¶
func (c VirtualNetworkRulesClient) Get(ctx context.Context, id VirtualNetworkRuleId) (result GetResponse, err error)
Get ...
func (VirtualNetworkRulesClient) ListByAccount ¶
func (c VirtualNetworkRulesClient) ListByAccount(ctx context.Context, id AccountId) (resp ListByAccountResponse, err error)
ListByAccount ...
func (VirtualNetworkRulesClient) ListByAccountComplete ¶
func (c VirtualNetworkRulesClient) ListByAccountComplete(ctx context.Context, id AccountId) (ListByAccountCompleteResult, error)
ListByAccountComplete retrieves all of the results into a single object
func (VirtualNetworkRulesClient) ListByAccountCompleteMatchingPredicate ¶
func (c VirtualNetworkRulesClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate VirtualNetworkRulePredicate) (resp ListByAccountCompleteResult, err error)
ListByAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (VirtualNetworkRulesClient) Update ¶
func (c VirtualNetworkRulesClient) Update(ctx context.Context, id VirtualNetworkRuleId, input UpdateVirtualNetworkRuleParameters) (result UpdateResponse, err error)
Update ...
Source Files ¶
- client.go
- id_account.go
- id_virtualnetworkrule.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyaccount_autorest.go
- method_update_autorest.go
- model_createorupdatevirtualnetworkruleparameters.go
- model_createorupdatevirtualnetworkruleproperties.go
- model_updatevirtualnetworkruleparameters.go
- model_updatevirtualnetworkruleproperties.go
- model_virtualnetworkrule.go
- model_virtualnetworkruleproperties.go
- predicates.go
- version.go