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 PossibleValuesForProvisioningState() []string + func ValidateFqdnListID(input interface{}, key string) (warnings []string, errors []error) + func ValidateGlobalRulestackID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *FqdnListGlobalRulestackResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FqdnListGlobalRulestackClient struct + Client *resourcemanager.Client + func NewFqdnListGlobalRulestackClientWithBaseURI(sdkApi sdkEnv.Api) (*FqdnListGlobalRulestackClient, error) + func (c FqdnListGlobalRulestackClient) CreateOrUpdate(ctx context.Context, id FqdnListId, input FqdnListGlobalRulestackResource) (result CreateOrUpdateOperationResponse, err error) + func (c FqdnListGlobalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id FqdnListId, input FqdnListGlobalRulestackResource) error + func (c FqdnListGlobalRulestackClient) Delete(ctx context.Context, id FqdnListId) (result DeleteOperationResponse, err error) + func (c FqdnListGlobalRulestackClient) DeleteThenPoll(ctx context.Context, id FqdnListId) error + func (c FqdnListGlobalRulestackClient) Get(ctx context.Context, id FqdnListId) (result GetOperationResponse, err error) + func (c FqdnListGlobalRulestackClient) List(ctx context.Context, id GlobalRulestackId) (result ListOperationResponse, err error) + func (c FqdnListGlobalRulestackClient) ListComplete(ctx context.Context, id GlobalRulestackId) (ListCompleteResult, error) + func (c FqdnListGlobalRulestackClient) ListCompleteMatchingPredicate(ctx context.Context, id GlobalRulestackId, ...) (result ListCompleteResult, err error) + type FqdnListGlobalRulestackResource struct + Id *string + Name *string + Properties FqdnObject + SystemData *systemdata.SystemData + Type *string + type FqdnListGlobalRulestackResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p FqdnListGlobalRulestackResourceOperationPredicate) Matches(input FqdnListGlobalRulestackResource) bool + type FqdnListId struct + FqdnListName string + GlobalRulestackName string + func NewFqdnListID(globalRulestackName string, fqdnListName string) FqdnListId + func ParseFqdnListID(input string) (*FqdnListId, error) + func ParseFqdnListIDInsensitively(input string) (*FqdnListId, error) + func (id *FqdnListId) FromParseResult(input resourceids.ParseResult) error + func (id FqdnListId) ID() string + func (id FqdnListId) Segments() []resourceids.Segment + func (id FqdnListId) String() string + type FqdnObject struct + AuditComment *string + Description *string + Etag *string + FqdnList []string + ProvisioningState *ProvisioningState + type GetOperationResponse struct + HttpResponse *http.Response + Model *FqdnListGlobalRulestackResource + OData *odata.OData + type GlobalRulestackId struct + GlobalRulestackName string + func NewGlobalRulestackID(globalRulestackName string) GlobalRulestackId + func ParseGlobalRulestackID(input string) (*GlobalRulestackId, error) + func ParseGlobalRulestackIDInsensitively(input string) (*GlobalRulestackId, error) + func (id *GlobalRulestackId) FromParseResult(input resourceids.ParseResult) error + func (id GlobalRulestackId) ID() string + func (id GlobalRulestackId) Segments() []resourceids.Segment + func (id GlobalRulestackId) String() string + type ListCompleteResult struct + Items []FqdnListGlobalRulestackResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]FqdnListGlobalRulestackResource + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateNotSpecified + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error