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 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 Rule Stack Fqdn List ID
func ValidateLocalRuleStackID ¶
ValidateLocalRuleStackID checks that 'input' can be parsed as a Local Rule Stack ID
Types ¶
type DeleteOperationResponse ¶
type FqdnListLocalRulestackClient ¶
type FqdnListLocalRulestackClient struct {
Client *resourcemanager.Client
}
func NewFqdnListLocalRulestackClientWithBaseURI ¶
func NewFqdnListLocalRulestackClientWithBaseURI(api environments.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 {
Items []FqdnListLocalRulestackResource
}
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 Rule Stack 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) ID ¶
func (id LocalRuleStackFqdnListId) ID() string
ID returns the formatted Local Rule Stack Fqdn List ID
func (LocalRuleStackFqdnListId) Segments ¶
func (id LocalRuleStackFqdnListId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rule Stack Fqdn List ID
func (LocalRuleStackFqdnListId) String ¶
func (id LocalRuleStackFqdnListId) String() string
String returns a human-readable description of this Local Rule Stack 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 Rule Stack
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) ID ¶
func (id LocalRuleStackId) ID() string
ID returns the formatted Local Rule Stack ID
func (LocalRuleStackId) Segments ¶
func (id LocalRuleStackId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rule Stack ID
func (LocalRuleStackId) String ¶
func (id LocalRuleStackId) String() string
String returns a human-readable description of this Local Rule Stack 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