Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + type OperationsClientAPI interface + List func(ctx context.Context, APIVersion string) (result managedservices.OperationList, err error) + type RegistrationAssignmentsClientAPI interface + CreateOrUpdate func(ctx context.Context, scope string, registrationAssignmentID string, ...) (result managedservices.RegistrationAssignment, err error) + Delete func(ctx context.Context, scope string, registrationAssignmentID string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, scope string, registrationAssignmentID string, ...) (result managedservices.RegistrationAssignment, err error) + List func(ctx context.Context, scope string, APIVersion string, ...) (result managedservices.RegistrationAssignmentListPage, err error) + ListComplete func(ctx context.Context, scope string, APIVersion string, ...) (result managedservices.RegistrationAssignmentListIterator, err error) + type RegistrationDefinitionsClientAPI interface + CreateOrUpdate func(ctx context.Context, registrationDefinitionID string, APIVersion string, ...) (result managedservices.RegistrationDefinition, err error) + Delete func(ctx context.Context, registrationDefinitionID string, APIVersion string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, scope string, registrationDefinitionID string, ...) (result managedservices.RegistrationDefinition, err error) + List func(ctx context.Context, scope string, APIVersion string) (result managedservices.RegistrationDefinitionListPage, err error) + ListComplete func(ctx context.Context, scope string, APIVersion string) (result managedservices.RegistrationDefinitionListIterator, err error) Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go