Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BestPracticesClientAPI ¶
type BestPracticesClientAPI interface { Get(ctx context.Context, bestPracticeName string) (result automanage.BestPractice, err error) ListByTenant(ctx context.Context) (result automanage.BestPracticeList, err error) }
BestPracticesClientAPI contains the set of methods on the BestPracticesClient type.
type BestPracticesVersionsClientAPI ¶
type BestPracticesVersionsClientAPI interface { Get(ctx context.Context, bestPracticeName string, versionName string) (result automanage.BestPractice, err error) ListByTenant(ctx context.Context, bestPracticeName string) (result automanage.BestPracticeList, err error) }
BestPracticesVersionsClientAPI contains the set of methods on the BestPracticesVersionsClient type.
type ConfigurationProfileAssignmentsClientAPI ¶
type ConfigurationProfileAssignmentsClientAPI interface { CreateOrUpdate(ctx context.Context, configurationProfileAssignmentName string, parameters automanage.ConfigurationProfileAssignment, resourceGroupName string, VMName string) (result automanage.ConfigurationProfileAssignment, err error) Delete(ctx context.Context, resourceGroupName string, configurationProfileAssignmentName string, VMName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, configurationProfileAssignmentName string, VMName string) (result automanage.ConfigurationProfileAssignment, err error) List(ctx context.Context, resourceGroupName string) (result automanage.ConfigurationProfileAssignmentList, err error) ListBySubscription(ctx context.Context) (result automanage.ConfigurationProfileAssignmentList, err error) }
ConfigurationProfileAssignmentsClientAPI contains the set of methods on the ConfigurationProfileAssignmentsClient type.
type ConfigurationProfilesClientAPI ¶
type ConfigurationProfilesClientAPI interface { CreateOrUpdate(ctx context.Context, configurationProfileName string, resourceGroupName string, parameters automanage.ConfigurationProfile) (result automanage.ConfigurationProfile, err error) Delete(ctx context.Context, resourceGroupName string, configurationProfileName string) (result autorest.Response, err error) Get(ctx context.Context, configurationProfileName string, resourceGroupName string) (result automanage.ConfigurationProfile, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result automanage.ConfigurationProfileList, err error) ListBySubscription(ctx context.Context) (result automanage.ConfigurationProfileList, err error) Update(ctx context.Context, configurationProfileName string, resourceGroupName string, parameters automanage.ConfigurationProfileUpdate) (result automanage.ConfigurationProfile, err error) }
ConfigurationProfilesClientAPI contains the set of methods on the ConfigurationProfilesClient type.
type ConfigurationProfilesVersionsClientAPI ¶
type ConfigurationProfilesVersionsClientAPI interface { CreateOrUpdate(ctx context.Context, configurationProfileName string, versionName string, resourceGroupName string, parameters automanage.ConfigurationProfile) (result automanage.ConfigurationProfile, err error) Delete(ctx context.Context, resourceGroupName string, configurationProfileName string, versionName string) (result autorest.Response, err error) Get(ctx context.Context, configurationProfileName string, versionName string, resourceGroupName string) (result automanage.ConfigurationProfile, err error) ListChildResources(ctx context.Context, configurationProfileName string, resourceGroupName string) (result automanage.ConfigurationProfileList, err error) Update(ctx context.Context, configurationProfileName string, versionName string, resourceGroupName string, parameters automanage.ConfigurationProfileUpdate) (result automanage.ConfigurationProfile, err error) }
ConfigurationProfilesVersionsClientAPI contains the set of methods on the ConfigurationProfilesVersionsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result automanage.OperationListResult, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type ReportsClientAPI ¶
type ReportsClientAPI interface { Get(ctx context.Context, resourceGroupName string, configurationProfileAssignmentName string, reportName string, VMName string) (result automanage.Report, err error) ListByConfigurationProfileAssignments(ctx context.Context, resourceGroupName string, configurationProfileAssignmentName string, VMName string) (result automanage.ReportList, err error) }
ReportsClientAPI contains the set of methods on the ReportsClient type.