Documentation ¶
Index ¶
- 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
- type DeleteOperationResponse
- type FqdnListLocalRulestackClient
- 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
- type FqdnListLocalRulestackResourceOperationPredicate
- type FqdnObject
- type GetOperationResponse
- type ListByLocalRulestacksCompleteResult
- type ListByLocalRulestacksCustomPager
- type ListByLocalRulestacksOperationResponse
- type LocalRulestackFqdnListId
- func NewLocalRulestackFqdnListID(subscriptionId string, resourceGroupName string, localRulestackName string, ...) LocalRulestackFqdnListId
- func ParseLocalRulestackFqdnListID(input string) (*LocalRulestackFqdnListId, error)
- func ParseLocalRulestackFqdnListIDInsensitively(input string) (*LocalRulestackFqdnListId, error)
- type LocalRulestackId
- type ProvisioningState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateLocalRulestackFqdnListID ¶
func ValidateLocalRulestackFqdnListID(input interface{}, key string) (warnings []string, errors []error)
ValidateLocalRulestackFqdnListID checks that 'input' can be parsed as a Local Rulestack Fqdn List ID
func ValidateLocalRulestackID ¶
ValidateLocalRulestackID checks that 'input' can be parsed as a Local Rulestack ID
Types ¶
type DeleteOperationResponse ¶
type FqdnListLocalRulestackClient ¶
type FqdnListLocalRulestackClient struct {
Client *resourcemanager.Client
}
func NewFqdnListLocalRulestackClientWithBaseURI ¶
func NewFqdnListLocalRulestackClientWithBaseURI(sdkApi sdkEnv.Api) (*FqdnListLocalRulestackClient, error)
func (FqdnListLocalRulestackClient) CreateOrUpdate ¶
func (c FqdnListLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRulestackFqdnListId, input FqdnListLocalRulestackResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (FqdnListLocalRulestackClient) CreateOrUpdateThenPoll ¶
func (c FqdnListLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRulestackFqdnListId, input FqdnListLocalRulestackResource) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (FqdnListLocalRulestackClient) Delete ¶
func (c FqdnListLocalRulestackClient) Delete(ctx context.Context, id LocalRulestackFqdnListId) (result DeleteOperationResponse, err error)
Delete ...
func (FqdnListLocalRulestackClient) DeleteThenPoll ¶
func (c FqdnListLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRulestackFqdnListId) error
DeleteThenPoll performs Delete then polls until it's completed
func (FqdnListLocalRulestackClient) Get ¶
func (c FqdnListLocalRulestackClient) Get(ctx context.Context, id LocalRulestackFqdnListId) (result GetOperationResponse, err error)
Get ...
func (FqdnListLocalRulestackClient) ListByLocalRulestacks ¶
func (c FqdnListLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRulestackId) (result ListByLocalRulestacksOperationResponse, err error)
ListByLocalRulestacks ...
func (FqdnListLocalRulestackClient) ListByLocalRulestacksComplete ¶
func (c FqdnListLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRulestackId) (ListByLocalRulestacksCompleteResult, error)
ListByLocalRulestacksComplete retrieves all the results into a single object
func (FqdnListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate ¶
func (c FqdnListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRulestackId, predicate FqdnListLocalRulestackResourceOperationPredicate) (result ListByLocalRulestacksCompleteResult, err error)
ListByLocalRulestacksCompleteMatchingPredicate retrieves all the results and then applies the predicate
type FqdnListLocalRulestackResource ¶
type FqdnListLocalRulestackResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties FqdnObject `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type FqdnListLocalRulestackResourceOperationPredicate ¶
type FqdnListLocalRulestackResourceOperationPredicate struct { Id *string Name *string Type *string }
func (FqdnListLocalRulestackResourceOperationPredicate) Matches ¶
func (p FqdnListLocalRulestackResourceOperationPredicate) Matches(input FqdnListLocalRulestackResource) bool
type FqdnObject ¶
type FqdnObject struct { AuditComment *string `json:"auditComment,omitempty"` Description *string `json:"description,omitempty"` Etag *string `json:"etag,omitempty"` FqdnList []string `json:"fqdnList"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *FqdnListLocalRulestackResource }
type ListByLocalRulestacksCompleteResult ¶
type ListByLocalRulestacksCompleteResult struct { LatestHttpResponse *http.Response Items []FqdnListLocalRulestackResource }
type ListByLocalRulestacksCustomPager ¶ added in v0.20240628.1153531
func (*ListByLocalRulestacksCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByLocalRulestacksCustomPager) NextPageLink() *odata.Link
type ListByLocalRulestacksOperationResponse ¶
type ListByLocalRulestacksOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]FqdnListLocalRulestackResource }
type LocalRulestackFqdnListId ¶
type LocalRulestackFqdnListId struct { SubscriptionId string ResourceGroupName string LocalRulestackName string FqdnListName string }
LocalRulestackFqdnListId is a struct representing the Resource ID for a Local Rulestack Fqdn List
func NewLocalRulestackFqdnListID ¶
func NewLocalRulestackFqdnListID(subscriptionId string, resourceGroupName string, localRulestackName string, fqdnListName string) LocalRulestackFqdnListId
NewLocalRulestackFqdnListID returns a new LocalRulestackFqdnListId struct
func ParseLocalRulestackFqdnListID ¶
func ParseLocalRulestackFqdnListID(input string) (*LocalRulestackFqdnListId, error)
ParseLocalRulestackFqdnListID parses 'input' into a LocalRulestackFqdnListId
func ParseLocalRulestackFqdnListIDInsensitively ¶
func ParseLocalRulestackFqdnListIDInsensitively(input string) (*LocalRulestackFqdnListId, error)
ParseLocalRulestackFqdnListIDInsensitively parses 'input' case-insensitively into a LocalRulestackFqdnListId note: this method should only be used for API response data and not user input
func (*LocalRulestackFqdnListId) FromParseResult ¶
func (id *LocalRulestackFqdnListId) FromParseResult(input resourceids.ParseResult) error
func (LocalRulestackFqdnListId) ID ¶
func (id LocalRulestackFqdnListId) ID() string
ID returns the formatted Local Rulestack Fqdn List ID
func (LocalRulestackFqdnListId) Segments ¶
func (id LocalRulestackFqdnListId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rulestack Fqdn List ID
func (LocalRulestackFqdnListId) String ¶
func (id LocalRulestackFqdnListId) String() string
String returns a human-readable description of this Local Rulestack Fqdn List ID
type LocalRulestackId ¶
type LocalRulestackId struct { SubscriptionId string ResourceGroupName string LocalRulestackName string }
LocalRulestackId is a struct representing the Resource ID for a Local Rulestack
func NewLocalRulestackID ¶
func NewLocalRulestackID(subscriptionId string, resourceGroupName string, localRulestackName string) LocalRulestackId
NewLocalRulestackID returns a new LocalRulestackId struct
func ParseLocalRulestackID ¶
func ParseLocalRulestackID(input string) (*LocalRulestackId, error)
ParseLocalRulestackID parses 'input' into a LocalRulestackId
func ParseLocalRulestackIDInsensitively ¶
func ParseLocalRulestackIDInsensitively(input string) (*LocalRulestackId, error)
ParseLocalRulestackIDInsensitively parses 'input' case-insensitively into a LocalRulestackId note: this method should only be used for API response data and not user input
func (*LocalRulestackId) FromParseResult ¶
func (id *LocalRulestackId) FromParseResult(input resourceids.ParseResult) error
func (LocalRulestackId) ID ¶
func (id LocalRulestackId) ID() string
ID returns the formatted Local Rulestack ID
func (LocalRulestackId) Segments ¶
func (id LocalRulestackId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rulestack ID
func (LocalRulestackId) String ¶
func (id LocalRulestackId) String() string
String returns a human-readable description of this Local Rulestack ID
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateAccepted ProvisioningState = "Accepted" ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleted ProvisioningState = "Deleted" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateNotSpecified ProvisioningState = "NotSpecified" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error