Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateFirewallRuleID(input interface{}, key string) (warnings []string, errors []error) + func ValidateFlexibleServerID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *FirewallRule + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FirewallRule struct + Id *string + Name *string + Properties FirewallRuleProperties + SystemData *systemdata.SystemData + Type *string + type FirewallRuleId struct + FirewallRuleName string + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewFirewallRuleID(subscriptionId string, resourceGroupName string, flexibleServerName string, ...) FirewallRuleId + func ParseFirewallRuleID(input string) (*FirewallRuleId, error) + func ParseFirewallRuleIDInsensitively(input string) (*FirewallRuleId, error) + func (id *FirewallRuleId) FromParseResult(input resourceids.ParseResult) error + func (id FirewallRuleId) ID() string + func (id FirewallRuleId) Segments() []resourceids.Segment + func (id FirewallRuleId) String() string + type FirewallRuleOperationPredicate struct + Id *string + Name *string + Type *string + func (p FirewallRuleOperationPredicate) Matches(input FirewallRule) bool + type FirewallRuleProperties struct + EndIPAddress string + StartIPAddress string + type FirewallRulesClient struct + Client *resourcemanager.Client + func NewFirewallRulesClientWithBaseURI(sdkApi sdkEnv.Api) (*FirewallRulesClient, error) + func (c FirewallRulesClient) CreateOrUpdate(ctx context.Context, id FirewallRuleId, input FirewallRule) (result CreateOrUpdateOperationResponse, err error) + func (c FirewallRulesClient) CreateOrUpdateThenPoll(ctx context.Context, id FirewallRuleId, input FirewallRule) error + func (c FirewallRulesClient) Delete(ctx context.Context, id FirewallRuleId) (result DeleteOperationResponse, err error) + func (c FirewallRulesClient) DeleteThenPoll(ctx context.Context, id FirewallRuleId) error + func (c FirewallRulesClient) Get(ctx context.Context, id FirewallRuleId) (result GetOperationResponse, err error) + func (c FirewallRulesClient) ListByServer(ctx context.Context, id FlexibleServerId) (result ListByServerOperationResponse, err error) + func (c FirewallRulesClient) ListByServerComplete(ctx context.Context, id FlexibleServerId) (ListByServerCompleteResult, error) + func (c FirewallRulesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id FlexibleServerId, ...) (result ListByServerCompleteResult, err error) + type FlexibleServerId struct + FlexibleServerName string + ResourceGroupName string + SubscriptionId string + func NewFlexibleServerID(subscriptionId string, resourceGroupName string, flexibleServerName string) FlexibleServerId + func ParseFlexibleServerID(input string) (*FlexibleServerId, error) + func ParseFlexibleServerIDInsensitively(input string) (*FlexibleServerId, error) + func (id *FlexibleServerId) FromParseResult(input resourceids.ParseResult) error + func (id FlexibleServerId) ID() string + func (id FlexibleServerId) Segments() []resourceids.Segment + func (id FlexibleServerId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *FirewallRule + OData *odata.OData + type ListByServerCompleteResult struct + Items []FirewallRule + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]FirewallRule + OData *odata.OData