Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateLocalRuleStackID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLocalRuleStackPrefixListID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByLocalRulestacksCompleteResult
- type ListByLocalRulestacksOperationResponse
- type LocalRuleStackId
- type LocalRuleStackPrefixListId
- func NewLocalRuleStackPrefixListID(subscriptionId string, resourceGroupName string, localRuleStackName string, ...) LocalRuleStackPrefixListId
- func ParseLocalRuleStackPrefixListID(input string) (*LocalRuleStackPrefixListId, error)
- func ParseLocalRuleStackPrefixListIDInsensitively(input string) (*LocalRuleStackPrefixListId, error)
- type PrefixListLocalRulestackClient
- func (c PrefixListLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRuleStackPrefixListId, input PrefixListResource) (result CreateOrUpdateOperationResponse, err error)
- func (c PrefixListLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRuleStackPrefixListId, input PrefixListResource) error
- func (c PrefixListLocalRulestackClient) Delete(ctx context.Context, id LocalRuleStackPrefixListId) (result DeleteOperationResponse, err error)
- func (c PrefixListLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRuleStackPrefixListId) error
- func (c PrefixListLocalRulestackClient) Get(ctx context.Context, id LocalRuleStackPrefixListId) (result GetOperationResponse, err error)
- func (c PrefixListLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRuleStackId) (result ListByLocalRulestacksOperationResponse, err error)
- func (c PrefixListLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRuleStackId) (ListByLocalRulestacksCompleteResult, error)
- func (c PrefixListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRuleStackId, ...) (result ListByLocalRulestacksCompleteResult, err error)
- type PrefixListResource
- type PrefixListResourceOperationPredicate
- type PrefixObject
- type ProvisioningState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateLocalRuleStackID ¶
ValidateLocalRuleStackID checks that 'input' can be parsed as a Local Rule Stack ID
func ValidateLocalRuleStackPrefixListID ¶
func ValidateLocalRuleStackPrefixListID(input interface{}, key string) (warnings []string, errors []error)
ValidateLocalRuleStackPrefixListID checks that 'input' can be parsed as a Local Rule Stack Prefix List ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrefixListResource }
type ListByLocalRulestacksCompleteResult ¶
type ListByLocalRulestacksCompleteResult struct {
Items []PrefixListResource
}
type ListByLocalRulestacksOperationResponse ¶
type ListByLocalRulestacksOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrefixListResource }
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 LocalRuleStackPrefixListId ¶
type LocalRuleStackPrefixListId struct { SubscriptionId string ResourceGroupName string LocalRuleStackName string PrefixListName string }
LocalRuleStackPrefixListId is a struct representing the Resource ID for a Local Rule Stack Prefix List
func NewLocalRuleStackPrefixListID ¶
func NewLocalRuleStackPrefixListID(subscriptionId string, resourceGroupName string, localRuleStackName string, prefixListName string) LocalRuleStackPrefixListId
NewLocalRuleStackPrefixListID returns a new LocalRuleStackPrefixListId struct
func ParseLocalRuleStackPrefixListID ¶
func ParseLocalRuleStackPrefixListID(input string) (*LocalRuleStackPrefixListId, error)
ParseLocalRuleStackPrefixListID parses 'input' into a LocalRuleStackPrefixListId
func ParseLocalRuleStackPrefixListIDInsensitively ¶
func ParseLocalRuleStackPrefixListIDInsensitively(input string) (*LocalRuleStackPrefixListId, error)
ParseLocalRuleStackPrefixListIDInsensitively parses 'input' case-insensitively into a LocalRuleStackPrefixListId note: this method should only be used for API response data and not user input
func (LocalRuleStackPrefixListId) ID ¶
func (id LocalRuleStackPrefixListId) ID() string
ID returns the formatted Local Rule Stack Prefix List ID
func (LocalRuleStackPrefixListId) Segments ¶
func (id LocalRuleStackPrefixListId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Local Rule Stack Prefix List ID
func (LocalRuleStackPrefixListId) String ¶
func (id LocalRuleStackPrefixListId) String() string
String returns a human-readable description of this Local Rule Stack Prefix List ID
type PrefixListLocalRulestackClient ¶
type PrefixListLocalRulestackClient struct {
Client *resourcemanager.Client
}
func NewPrefixListLocalRulestackClientWithBaseURI ¶
func NewPrefixListLocalRulestackClientWithBaseURI(api environments.Api) (*PrefixListLocalRulestackClient, error)
func (PrefixListLocalRulestackClient) CreateOrUpdate ¶
func (c PrefixListLocalRulestackClient) CreateOrUpdate(ctx context.Context, id LocalRuleStackPrefixListId, input PrefixListResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (PrefixListLocalRulestackClient) CreateOrUpdateThenPoll ¶
func (c PrefixListLocalRulestackClient) CreateOrUpdateThenPoll(ctx context.Context, id LocalRuleStackPrefixListId, input PrefixListResource) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (PrefixListLocalRulestackClient) Delete ¶
func (c PrefixListLocalRulestackClient) Delete(ctx context.Context, id LocalRuleStackPrefixListId) (result DeleteOperationResponse, err error)
Delete ...
func (PrefixListLocalRulestackClient) DeleteThenPoll ¶
func (c PrefixListLocalRulestackClient) DeleteThenPoll(ctx context.Context, id LocalRuleStackPrefixListId) error
DeleteThenPoll performs Delete then polls until it's completed
func (PrefixListLocalRulestackClient) Get ¶
func (c PrefixListLocalRulestackClient) Get(ctx context.Context, id LocalRuleStackPrefixListId) (result GetOperationResponse, err error)
Get ...
func (PrefixListLocalRulestackClient) ListByLocalRulestacks ¶
func (c PrefixListLocalRulestackClient) ListByLocalRulestacks(ctx context.Context, id LocalRuleStackId) (result ListByLocalRulestacksOperationResponse, err error)
ListByLocalRulestacks ...
func (PrefixListLocalRulestackClient) ListByLocalRulestacksComplete ¶
func (c PrefixListLocalRulestackClient) ListByLocalRulestacksComplete(ctx context.Context, id LocalRuleStackId) (ListByLocalRulestacksCompleteResult, error)
ListByLocalRulestacksComplete retrieves all the results into a single object
func (PrefixListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate ¶
func (c PrefixListLocalRulestackClient) ListByLocalRulestacksCompleteMatchingPredicate(ctx context.Context, id LocalRuleStackId, predicate PrefixListResourceOperationPredicate) (result ListByLocalRulestacksCompleteResult, err error)
ListByLocalRulestacksCompleteMatchingPredicate retrieves all the results and then applies the predicate
type PrefixListResource ¶
type PrefixListResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties PrefixObject `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type PrefixListResourceOperationPredicate ¶
func (PrefixListResourceOperationPredicate) Matches ¶
func (p PrefixListResourceOperationPredicate) Matches(input PrefixListResource) bool
type PrefixObject ¶
type PrefixObject struct { AuditComment *string `json:"auditComment,omitempty"` Description *string `json:"description,omitempty"` Etag *string `json:"etag,omitempty"` PrefixList []string `json:"prefixList"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
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