Documentation ¶
Index ¶
- type Display
- type ListCompleteResult
- type ListOperationResponse
- type OperationsClient
- func (c OperationsClient) List(ctx context.Context, id commonids.ResourceGroupId) (resp ListOperationResponse, err error)
- func (c OperationsClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error)
- func (c OperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp ListCompleteResult, err error)
- type OperationsDiscovery
- type OperationsDiscoveryOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []OperationsDiscovery
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]OperationsDiscovery // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type OperationsClient ¶
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(endpoint string) OperationsClient
func (OperationsClient) List ¶
func (c OperationsClient) List(ctx context.Context, id commonids.ResourceGroupId) (resp ListOperationResponse, err error)
List ...
func (OperationsClient) ListComplete ¶
func (c OperationsClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (OperationsClient) ListCompleteMatchingPredicate ¶
func (c OperationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate OperationsDiscoveryOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type OperationsDiscovery ¶
type OperationsDiscoveryOperationPredicate ¶
type OperationsDiscoveryOperationPredicate struct { Name *string Origin *string Properties *interface{} }
func (OperationsDiscoveryOperationPredicate) Matches ¶
func (p OperationsDiscoveryOperationPredicate) Matches(input OperationsDiscovery) bool
Click to show internal directories.
Click to hide internal directories.