Documentation ¶
Index ¶
- type ListCompleteResult
- type ListOperationResponse
- type ListTenantConfigurationViolationsClient
- func (c ListTenantConfigurationViolationsClient) List(ctx context.Context) (result ListOperationResponse, err error)
- func (c ListTenantConfigurationViolationsClient) ListComplete(ctx context.Context) (ListCompleteResult, error)
- func (c ListTenantConfigurationViolationsClient) ListCompleteMatchingPredicate(ctx context.Context, predicate ViolationsListOperationPredicate) (result ListCompleteResult, err error)
- type Violation
- type ViolationsList
- type ViolationsListOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ViolationsList }
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ViolationsList }
type ListTenantConfigurationViolationsClient ¶
type ListTenantConfigurationViolationsClient struct {
Client *resourcemanager.Client
}
func NewListTenantConfigurationViolationsClientWithBaseURI ¶
func NewListTenantConfigurationViolationsClientWithBaseURI(sdkApi sdkEnv.Api) (*ListTenantConfigurationViolationsClient, error)
func (ListTenantConfigurationViolationsClient) List ¶
func (c ListTenantConfigurationViolationsClient) List(ctx context.Context) (result ListOperationResponse, err error)
List ...
func (ListTenantConfigurationViolationsClient) ListComplete ¶
func (c ListTenantConfigurationViolationsClient) ListComplete(ctx context.Context) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ListTenantConfigurationViolationsClient) ListCompleteMatchingPredicate ¶
func (c ListTenantConfigurationViolationsClient) ListCompleteMatchingPredicate(ctx context.Context, predicate ViolationsListOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ViolationsList ¶ added in v0.20240226.1173038
type ViolationsListOperationPredicate ¶ added in v0.20240226.1173038
type ViolationsListOperationPredicate struct {
NextLink *string
}
func (ViolationsListOperationPredicate) Matches ¶ added in v0.20240226.1173038
func (p ViolationsListOperationPredicate) Matches(input ViolationsList) bool
Click to show internal directories.
Click to hide internal directories.