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 ValidateLocalRulestackFqdnListID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocalRulestackID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *FqdnListLocalRulestackResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FqdnListLocalRulestackClient struct + Client *resourcemanager.Client + func NewFqdnListLocalRulestackClientWithBaseURI(sdkApi sdkEnv.Api) (*FqdnListLocalRulestackClient, error) + func (c FqdnListLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRulestackFqdnListId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c FqdnListLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRulestackFqdnListId, ...) error + func (c FqdnListLocalRulestackClient) Delete(ctx context.Context, id LocalRulestackFqdnListId) (result DeleteOperationResponse, err error) + func (c FqdnListLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRulestackFqdnListId) error + func (c FqdnListLocalRulestackClient) Get(ctx context.Context, id LocalRulestackFqdnListId) (result GetOperationResponse, err error) + func (c FqdnListLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRulestackId) (result ListByLocalRulestacksOperationResponse, err error) + func (c FqdnListLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRulestackId) (ListByLocalRulestacksCompleteResult, error) + func (c FqdnListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRulestackId, ...) (result ListByLocalRulestacksCompleteResult, err error) + type FqdnListLocalRulestackResource struct + Id *string + Name *string + Properties FqdnObject + SystemData *systemdata.SystemData + Type *string + type FqdnListLocalRulestackResourceOperationPredicate struct + Id *string + Name *string + Type *string + func (p FqdnListLocalRulestackResourceOperationPredicate) Matches(input FqdnListLocalRulestackResource) bool + type FqdnObject struct + AuditComment *string + Description *string + Etag *string + FqdnList []string + ProvisioningState *ProvisioningState + type GetOperationResponse struct + HttpResponse *http.Response + Model *FqdnListLocalRulestackResource + OData *odata.OData + type ListByLocalRulestacksCompleteResult struct + Items []FqdnListLocalRulestackResource + LatestHttpResponse *http.Response + type ListByLocalRulestacksCustomPager struct + NextLink *odata.Link + func (p *ListByLocalRulestacksCustomPager) NextPageLink() *odata.Link + type ListByLocalRulestacksOperationResponse struct + HttpResponse *http.Response + Model *[]FqdnListLocalRulestackResource + OData *odata.OData + type LocalRulestackFqdnListId struct + FqdnListName string + LocalRulestackName string + ResourceGroupName string + SubscriptionId string + func NewLocalRulestackFqdnListID(subscriptionId string, resourceGroupName string, localRulestackName string, ...) LocalRulestackFqdnListId + func ParseLocalRulestackFqdnListID(input string) (*LocalRulestackFqdnListId, error) + func ParseLocalRulestackFqdnListIDInsensitively(input string) (*LocalRulestackFqdnListId, error) + func (id *LocalRulestackFqdnListId) FromParseResult(input resourceids.ParseResult) error + func (id LocalRulestackFqdnListId) ID() string + func (id LocalRulestackFqdnListId) Segments() []resourceids.Segment + func (id LocalRulestackFqdnListId) String() string + type LocalRulestackId struct + LocalRulestackName string + ResourceGroupName string + SubscriptionId string + func NewLocalRulestackID(subscriptionId string, resourceGroupName string, localRulestackName string) LocalRulestackId + func ParseLocalRulestackID(input string) (*LocalRulestackId, error) + func ParseLocalRulestackIDInsensitively(input string) (*LocalRulestackId, error) + func (id *LocalRulestackId) FromParseResult(input resourceids.ParseResult) error + func (id LocalRulestackId) ID() string + func (id LocalRulestackId) Segments() []resourceids.Segment + func (id LocalRulestackId) String() string + 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