Documentation ¶
Index ¶
- type EligibleChildResource
- type EligibleChildResourceOperationPredicate
- type EligibleChildResourcesClient
- func (c EligibleChildResourcesClient) Get(ctx context.Context, id commonids.ScopeId, options GetOperationOptions) (resp GetOperationResponse, err error)
- func (c EligibleChildResourcesClient) GetComplete(ctx context.Context, id commonids.ScopeId, options GetOperationOptions) (GetCompleteResult, error)
- func (c EligibleChildResourcesClient) GetCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options GetOperationOptions, ...) (resp GetCompleteResult, err error)
- type GetCompleteResult
- type GetOperationOptions
- type GetOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EligibleChildResource ¶
type EligibleChildResourceOperationPredicate ¶
func (EligibleChildResourceOperationPredicate) Matches ¶
func (p EligibleChildResourceOperationPredicate) Matches(input EligibleChildResource) bool
type EligibleChildResourcesClient ¶
type EligibleChildResourcesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewEligibleChildResourcesClientWithBaseURI ¶
func NewEligibleChildResourcesClientWithBaseURI(endpoint string) EligibleChildResourcesClient
func (EligibleChildResourcesClient) Get ¶
func (c EligibleChildResourcesClient) Get(ctx context.Context, id commonids.ScopeId, options GetOperationOptions) (resp GetOperationResponse, err error)
Get ...
func (EligibleChildResourcesClient) GetComplete ¶
func (c EligibleChildResourcesClient) GetComplete(ctx context.Context, id commonids.ScopeId, options GetOperationOptions) (GetCompleteResult, error)
GetComplete retrieves all of the results into a single object
func (EligibleChildResourcesClient) GetCompleteMatchingPredicate ¶
func (c EligibleChildResourcesClient) GetCompleteMatchingPredicate(ctx context.Context, id commonids.ScopeId, options GetOperationOptions, predicate EligibleChildResourceOperationPredicate) (resp GetCompleteResult, err error)
GetCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type GetCompleteResult ¶
type GetCompleteResult struct {
Items []EligibleChildResource
}
type GetOperationOptions ¶
type GetOperationOptions struct {
Filter *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *[]EligibleChildResource // contains filtered or unexported fields }
func (GetOperationResponse) HasMore ¶
func (r GetOperationResponse) HasMore() bool
func (GetOperationResponse) LoadMore ¶
func (r GetOperationResponse) LoadMore(ctx context.Context) (resp GetOperationResponse, err error)
Click to show internal directories.
Click to hide internal directories.