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 ValidateIPv6FirewallRuleID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IPv6FirewallRule + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *IPv6FirewallRule + OData *odata.OData + type IPv6FirewallRule struct + Id *string + Name *string + Properties *IPv6ServerFirewallRuleProperties + Type *string + type IPv6FirewallRuleId struct + Ipv6FirewallRuleName string + ResourceGroupName string + ServerName string + SubscriptionId string + func NewIPv6FirewallRuleID(subscriptionId string, resourceGroupName string, serverName string, ...) IPv6FirewallRuleId + func ParseIPv6FirewallRuleID(input string) (*IPv6FirewallRuleId, error) + func ParseIPv6FirewallRuleIDInsensitively(input string) (*IPv6FirewallRuleId, error) + func (id *IPv6FirewallRuleId) FromParseResult(input resourceids.ParseResult) error + func (id IPv6FirewallRuleId) ID() string + func (id IPv6FirewallRuleId) Segments() []resourceids.Segment + func (id IPv6FirewallRuleId) String() string + type IPv6FirewallRuleOperationPredicate struct + Id *string + Name *string + Type *string + func (p IPv6FirewallRuleOperationPredicate) Matches(input IPv6FirewallRule) bool + type IPv6FirewallRulesClient struct + Client *resourcemanager.Client + func NewIPv6FirewallRulesClientWithBaseURI(sdkApi sdkEnv.Api) (*IPv6FirewallRulesClient, error) + func (c IPv6FirewallRulesClient) CreateOrUpdate(ctx context.Context, id IPv6FirewallRuleId, input IPv6FirewallRule) (result CreateOrUpdateOperationResponse, err error) + func (c IPv6FirewallRulesClient) Delete(ctx context.Context, id IPv6FirewallRuleId) (result DeleteOperationResponse, err error) + func (c IPv6FirewallRulesClient) Get(ctx context.Context, id IPv6FirewallRuleId) (result GetOperationResponse, err error) + func (c IPv6FirewallRulesClient) ListByServer(ctx context.Context, id commonids.SqlServerId) (result ListByServerOperationResponse, err error) + func (c IPv6FirewallRulesClient) ListByServerComplete(ctx context.Context, id commonids.SqlServerId) (ListByServerCompleteResult, error) + func (c IPv6FirewallRulesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id commonids.SqlServerId, ...) (result ListByServerCompleteResult, err error) + type IPv6ServerFirewallRuleProperties struct + EndIPv6Address *string + StartIPv6Address *string + type ListByServerCompleteResult struct + Items []IPv6FirewallRule + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]IPv6FirewallRule + OData *odata.OData