Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentReportsClientAPI ¶
type AssignmentReportsClientAPI interface { Get(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, reportID string, VMName string) (result guestconfiguration.AssignmentReportType, err error) List(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, VMName string) (result guestconfiguration.AssignmentReportList, err error) }
AssignmentReportsClientAPI contains the set of methods on the AssignmentReportsClient type.
type AssignmentReportsVMSSClientAPI ¶
type AssignmentReportsVMSSClientAPI interface { Get(ctx context.Context, resourceGroupName string, name string, ID string, vmssName string) (result guestconfiguration.AssignmentReportType, err error) List(ctx context.Context, resourceGroupName string, name string, vmssName string) (result guestconfiguration.AssignmentReportList, err error) }
AssignmentReportsVMSSClientAPI contains the set of methods on the AssignmentReportsVMSSClient type.
type AssignmentsClientAPI ¶
type AssignmentsClientAPI interface { CreateOrUpdate(ctx context.Context, guestConfigurationAssignmentName string, parameters guestconfiguration.Assignment, resourceGroupName string, VMName string) (result guestconfiguration.Assignment, err error) Delete(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, VMName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, VMName string) (result guestconfiguration.Assignment, err error) List(ctx context.Context, resourceGroupName string, VMName string) (result guestconfiguration.AssignmentList, err error) }
AssignmentsClientAPI contains the set of methods on the AssignmentsClient type.
type AssignmentsVMSSClientAPI ¶
type AssignmentsVMSSClientAPI interface { Delete(ctx context.Context, resourceGroupName string, name string, vmssName string) (result guestconfiguration.Assignment, err error) Get(ctx context.Context, resourceGroupName string, name string, vmssName string) (result guestconfiguration.Assignment, err error) List(ctx context.Context, resourceGroupName string, vmssName string) (result guestconfiguration.AssignmentList, err error) }
AssignmentsVMSSClientAPI contains the set of methods on the AssignmentsVMSSClient type.
type HCRPAssignmentReportsClientAPI ¶
type HCRPAssignmentReportsClientAPI interface { Get(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, reportID string, machineName string) (result guestconfiguration.AssignmentReportType, err error) List(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, machineName string) (result guestconfiguration.AssignmentReportList, err error) }
HCRPAssignmentReportsClientAPI contains the set of methods on the HCRPAssignmentReportsClient type.
type HCRPAssignmentsClientAPI ¶
type HCRPAssignmentsClientAPI interface { CreateOrUpdate(ctx context.Context, guestConfigurationAssignmentName string, parameters guestconfiguration.Assignment, resourceGroupName string, machineName string) (result guestconfiguration.Assignment, err error) Delete(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, machineName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, guestConfigurationAssignmentName string, machineName string) (result guestconfiguration.Assignment, err error) List(ctx context.Context, resourceGroupName string, machineName string) (result guestconfiguration.AssignmentList, err error) }
HCRPAssignmentsClientAPI contains the set of methods on the HCRPAssignmentsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result guestconfiguration.OperationList, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
Click to show internal directories.
Click to hide internal directories.