Documentation ¶
Index ¶
- type AvailabilitySetsServer
- type AvailabilitySetsServerTransport
- type CapacityReservationGroupsServer
- type CapacityReservationGroupsServerTransport
- type CapacityReservationsServer
- type CapacityReservationsServerTransport
- type CloudServiceOperatingSystemsServer
- type CloudServiceOperatingSystemsServerTransport
- type CloudServiceRoleInstancesServer
- type CloudServiceRoleInstancesServerTransport
- type CloudServiceRolesServer
- type CloudServiceRolesServerTransport
- type CloudServicesServer
- type CloudServicesServerTransport
- type CloudServicesUpdateDomainServer
- type CloudServicesUpdateDomainServerTransport
- type CommunityGalleriesServer
- type CommunityGalleriesServerTransport
- type CommunityGalleryImageVersionsServer
- type CommunityGalleryImageVersionsServerTransport
- type CommunityGalleryImagesServer
- type CommunityGalleryImagesServerTransport
- type DedicatedHostGroupsServer
- type DedicatedHostGroupsServerTransport
- type DedicatedHostsServer
- type DedicatedHostsServerTransport
- type DiskAccessesServer
- type DiskAccessesServerTransport
- type DiskEncryptionSetsServer
- type DiskEncryptionSetsServerTransport
- type DiskRestorePointServer
- type DiskRestorePointServerTransport
- type DisksServer
- type DisksServerTransport
- type GalleriesServer
- type GalleriesServerTransport
- type GalleryApplicationVersionsServer
- type GalleryApplicationVersionsServerTransport
- type GalleryApplicationsServer
- type GalleryApplicationsServerTransport
- type GalleryImageVersionsServer
- type GalleryImageVersionsServerTransport
- type GalleryImagesServer
- type GalleryImagesServerTransport
- type GalleryInVMAccessControlProfileVersionsServer
- type GalleryInVMAccessControlProfileVersionsServerTransport
- type GalleryInVMAccessControlProfilesServer
- type GalleryInVMAccessControlProfilesServerTransport
- type GallerySharingProfileServer
- type GallerySharingProfileServerTransport
- type ImagesServer
- type ImagesServerTransport
- type LogAnalyticsServer
- type LogAnalyticsServerTransport
- type OperationsServer
- type OperationsServerTransport
- type ProximityPlacementGroupsServer
- type ProximityPlacementGroupsServerTransport
- type ResourceSKUsServer
- type ResourceSKUsServerTransport
- type RestorePointCollectionsServer
- type RestorePointCollectionsServerTransport
- type RestorePointsServer
- type RestorePointsServerTransport
- type SSHPublicKeysServer
- type SSHPublicKeysServerTransport
- type ServerFactory
- type ServerFactoryTransport
- type SharedGalleriesServer
- type SharedGalleriesServerTransport
- type SharedGalleryImageVersionsServer
- type SharedGalleryImageVersionsServerTransport
- type SharedGalleryImagesServer
- type SharedGalleryImagesServerTransport
- type SnapshotsServer
- type SnapshotsServerTransport
- type SoftDeletedResourceServer
- type SoftDeletedResourceServerTransport
- type UsageServer
- type UsageServerTransport
- type VirtualMachineExtensionImagesServer
- type VirtualMachineExtensionImagesServerTransport
- type VirtualMachineExtensionsServer
- type VirtualMachineExtensionsServerTransport
- type VirtualMachineImagesEdgeZoneServer
- type VirtualMachineImagesEdgeZoneServerTransport
- type VirtualMachineImagesServer
- type VirtualMachineImagesServerTransport
- type VirtualMachineRunCommandsServer
- type VirtualMachineRunCommandsServerTransport
- type VirtualMachineScaleSetExtensionsServer
- type VirtualMachineScaleSetExtensionsServerTransport
- type VirtualMachineScaleSetRollingUpgradesServer
- type VirtualMachineScaleSetRollingUpgradesServerTransport
- type VirtualMachineScaleSetVMExtensionsServer
- type VirtualMachineScaleSetVMExtensionsServerTransport
- type VirtualMachineScaleSetVMRunCommandsServer
- type VirtualMachineScaleSetVMRunCommandsServerTransport
- type VirtualMachineScaleSetVMsServer
- type VirtualMachineScaleSetVMsServerTransport
- type VirtualMachineScaleSetsServer
- type VirtualMachineScaleSetsServerTransport
- type VirtualMachineSizesServer
- type VirtualMachineSizesServerTransport
- type VirtualMachinesServer
- type VirtualMachinesServerTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailabilitySetsServer ¶
type AvailabilitySetsServer struct { // CreateOrUpdate is the fake for method AvailabilitySetsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK CreateOrUpdate func(ctx context.Context, resourceGroupName string, availabilitySetName string, parameters armcompute.AvailabilitySet, options *armcompute.AvailabilitySetsClientCreateOrUpdateOptions) (resp azfake.Responder[armcompute.AvailabilitySetsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // Delete is the fake for method AvailabilitySetsClient.Delete // HTTP status codes to indicate success: http.StatusOK, http.StatusNoContent Delete func(ctx context.Context, resourceGroupName string, availabilitySetName string, options *armcompute.AvailabilitySetsClientDeleteOptions) (resp azfake.Responder[armcompute.AvailabilitySetsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method AvailabilitySetsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, availabilitySetName string, options *armcompute.AvailabilitySetsClientGetOptions) (resp azfake.Responder[armcompute.AvailabilitySetsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method AvailabilitySetsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, options *armcompute.AvailabilitySetsClientListOptions) (resp azfake.PagerResponder[armcompute.AvailabilitySetsClientListResponse]) // NewListAvailableSizesPager is the fake for method AvailabilitySetsClient.NewListAvailableSizesPager // HTTP status codes to indicate success: http.StatusOK NewListAvailableSizesPager func(resourceGroupName string, availabilitySetName string, options *armcompute.AvailabilitySetsClientListAvailableSizesOptions) (resp azfake.PagerResponder[armcompute.AvailabilitySetsClientListAvailableSizesResponse]) // NewListBySubscriptionPager is the fake for method AvailabilitySetsClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armcompute.AvailabilitySetsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armcompute.AvailabilitySetsClientListBySubscriptionResponse]) // Update is the fake for method AvailabilitySetsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, availabilitySetName string, parameters armcompute.AvailabilitySetUpdate, options *armcompute.AvailabilitySetsClientUpdateOptions) (resp azfake.Responder[armcompute.AvailabilitySetsClientUpdateResponse], errResp azfake.ErrorResponder) }
AvailabilitySetsServer is a fake server for instances of the armcompute.AvailabilitySetsClient type.
type AvailabilitySetsServerTransport ¶
type AvailabilitySetsServerTransport struct {
// contains filtered or unexported fields
}
AvailabilitySetsServerTransport connects instances of armcompute.AvailabilitySetsClient to instances of AvailabilitySetsServer. Don't use this type directly, use NewAvailabilitySetsServerTransport instead.
func NewAvailabilitySetsServerTransport ¶
func NewAvailabilitySetsServerTransport(srv *AvailabilitySetsServer) *AvailabilitySetsServerTransport
NewAvailabilitySetsServerTransport creates a new instance of AvailabilitySetsServerTransport with the provided implementation. The returned AvailabilitySetsServerTransport instance is connected to an instance of armcompute.AvailabilitySetsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CapacityReservationGroupsServer ¶
type CapacityReservationGroupsServer struct { // CreateOrUpdate is the fake for method CapacityReservationGroupsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated CreateOrUpdate func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, parameters armcompute.CapacityReservationGroup, options *armcompute.CapacityReservationGroupsClientCreateOrUpdateOptions) (resp azfake.Responder[armcompute.CapacityReservationGroupsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // Delete is the fake for method CapacityReservationGroupsClient.Delete // HTTP status codes to indicate success: http.StatusOK, http.StatusNoContent Delete func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, options *armcompute.CapacityReservationGroupsClientDeleteOptions) (resp azfake.Responder[armcompute.CapacityReservationGroupsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method CapacityReservationGroupsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, options *armcompute.CapacityReservationGroupsClientGetOptions) (resp azfake.Responder[armcompute.CapacityReservationGroupsClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method CapacityReservationGroupsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.CapacityReservationGroupsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.CapacityReservationGroupsClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method CapacityReservationGroupsClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armcompute.CapacityReservationGroupsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armcompute.CapacityReservationGroupsClientListBySubscriptionResponse]) // Update is the fake for method CapacityReservationGroupsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, parameters armcompute.CapacityReservationGroupUpdate, options *armcompute.CapacityReservationGroupsClientUpdateOptions) (resp azfake.Responder[armcompute.CapacityReservationGroupsClientUpdateResponse], errResp azfake.ErrorResponder) }
CapacityReservationGroupsServer is a fake server for instances of the armcompute.CapacityReservationGroupsClient type.
type CapacityReservationGroupsServerTransport ¶
type CapacityReservationGroupsServerTransport struct {
// contains filtered or unexported fields
}
CapacityReservationGroupsServerTransport connects instances of armcompute.CapacityReservationGroupsClient to instances of CapacityReservationGroupsServer. Don't use this type directly, use NewCapacityReservationGroupsServerTransport instead.
func NewCapacityReservationGroupsServerTransport ¶
func NewCapacityReservationGroupsServerTransport(srv *CapacityReservationGroupsServer) *CapacityReservationGroupsServerTransport
NewCapacityReservationGroupsServerTransport creates a new instance of CapacityReservationGroupsServerTransport with the provided implementation. The returned CapacityReservationGroupsServerTransport instance is connected to an instance of armcompute.CapacityReservationGroupsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CapacityReservationsServer ¶
type CapacityReservationsServer struct { // BeginCreateOrUpdate is the fake for method CapacityReservationsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, capacityReservationName string, parameters armcompute.CapacityReservation, options *armcompute.CapacityReservationsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.CapacityReservationsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method CapacityReservationsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, capacityReservationName string, options *armcompute.CapacityReservationsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.CapacityReservationsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method CapacityReservationsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, capacityReservationName string, options *armcompute.CapacityReservationsClientGetOptions) (resp azfake.Responder[armcompute.CapacityReservationsClientGetResponse], errResp azfake.ErrorResponder) // NewListByCapacityReservationGroupPager is the fake for method CapacityReservationsClient.NewListByCapacityReservationGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByCapacityReservationGroupPager func(resourceGroupName string, capacityReservationGroupName string, options *armcompute.CapacityReservationsClientListByCapacityReservationGroupOptions) (resp azfake.PagerResponder[armcompute.CapacityReservationsClientListByCapacityReservationGroupResponse]) // BeginUpdate is the fake for method CapacityReservationsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, capacityReservationGroupName string, capacityReservationName string, parameters armcompute.CapacityReservationUpdate, options *armcompute.CapacityReservationsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.CapacityReservationsClientUpdateResponse], errResp azfake.ErrorResponder) }
CapacityReservationsServer is a fake server for instances of the armcompute.CapacityReservationsClient type.
type CapacityReservationsServerTransport ¶
type CapacityReservationsServerTransport struct {
// contains filtered or unexported fields
}
CapacityReservationsServerTransport connects instances of armcompute.CapacityReservationsClient to instances of CapacityReservationsServer. Don't use this type directly, use NewCapacityReservationsServerTransport instead.
func NewCapacityReservationsServerTransport ¶
func NewCapacityReservationsServerTransport(srv *CapacityReservationsServer) *CapacityReservationsServerTransport
NewCapacityReservationsServerTransport creates a new instance of CapacityReservationsServerTransport with the provided implementation. The returned CapacityReservationsServerTransport instance is connected to an instance of armcompute.CapacityReservationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CloudServiceOperatingSystemsServer ¶
type CloudServiceOperatingSystemsServer struct { // GetOSFamily is the fake for method CloudServiceOperatingSystemsClient.GetOSFamily // HTTP status codes to indicate success: http.StatusOK GetOSFamily func(ctx context.Context, location string, osFamilyName string, options *armcompute.CloudServiceOperatingSystemsClientGetOSFamilyOptions) (resp azfake.Responder[armcompute.CloudServiceOperatingSystemsClientGetOSFamilyResponse], errResp azfake.ErrorResponder) // GetOSVersion is the fake for method CloudServiceOperatingSystemsClient.GetOSVersion // HTTP status codes to indicate success: http.StatusOK GetOSVersion func(ctx context.Context, location string, osVersionName string, options *armcompute.CloudServiceOperatingSystemsClientGetOSVersionOptions) (resp azfake.Responder[armcompute.CloudServiceOperatingSystemsClientGetOSVersionResponse], errResp azfake.ErrorResponder) // NewListOSFamiliesPager is the fake for method CloudServiceOperatingSystemsClient.NewListOSFamiliesPager // HTTP status codes to indicate success: http.StatusOK NewListOSFamiliesPager func(location string, options *armcompute.CloudServiceOperatingSystemsClientListOSFamiliesOptions) (resp azfake.PagerResponder[armcompute.CloudServiceOperatingSystemsClientListOSFamiliesResponse]) // NewListOSVersionsPager is the fake for method CloudServiceOperatingSystemsClient.NewListOSVersionsPager // HTTP status codes to indicate success: http.StatusOK NewListOSVersionsPager func(location string, options *armcompute.CloudServiceOperatingSystemsClientListOSVersionsOptions) (resp azfake.PagerResponder[armcompute.CloudServiceOperatingSystemsClientListOSVersionsResponse]) }
CloudServiceOperatingSystemsServer is a fake server for instances of the armcompute.CloudServiceOperatingSystemsClient type.
type CloudServiceOperatingSystemsServerTransport ¶
type CloudServiceOperatingSystemsServerTransport struct {
// contains filtered or unexported fields
}
CloudServiceOperatingSystemsServerTransport connects instances of armcompute.CloudServiceOperatingSystemsClient to instances of CloudServiceOperatingSystemsServer. Don't use this type directly, use NewCloudServiceOperatingSystemsServerTransport instead.
func NewCloudServiceOperatingSystemsServerTransport ¶
func NewCloudServiceOperatingSystemsServerTransport(srv *CloudServiceOperatingSystemsServer) *CloudServiceOperatingSystemsServerTransport
NewCloudServiceOperatingSystemsServerTransport creates a new instance of CloudServiceOperatingSystemsServerTransport with the provided implementation. The returned CloudServiceOperatingSystemsServerTransport instance is connected to an instance of armcompute.CloudServiceOperatingSystemsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CloudServiceRoleInstancesServer ¶
type CloudServiceRoleInstancesServer struct { // BeginDelete is the fake for method CloudServiceRoleInstancesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.CloudServiceRoleInstancesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method CloudServiceRoleInstancesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientGetOptions) (resp azfake.Responder[armcompute.CloudServiceRoleInstancesClientGetResponse], errResp azfake.ErrorResponder) // GetInstanceView is the fake for method CloudServiceRoleInstancesClient.GetInstanceView // HTTP status codes to indicate success: http.StatusOK GetInstanceView func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientGetInstanceViewOptions) (resp azfake.Responder[armcompute.CloudServiceRoleInstancesClientGetInstanceViewResponse], errResp azfake.ErrorResponder) // GetRemoteDesktopFile is the fake for method CloudServiceRoleInstancesClient.GetRemoteDesktopFile // HTTP status codes to indicate success: http.StatusOK GetRemoteDesktopFile func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientGetRemoteDesktopFileOptions) (resp azfake.Responder[armcompute.CloudServiceRoleInstancesClientGetRemoteDesktopFileResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CloudServiceRoleInstancesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientListOptions) (resp azfake.PagerResponder[armcompute.CloudServiceRoleInstancesClientListResponse]) // BeginRebuild is the fake for method CloudServiceRoleInstancesClient.BeginRebuild // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRebuild func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientBeginRebuildOptions) (resp azfake.PollerResponder[armcompute.CloudServiceRoleInstancesClientRebuildResponse], errResp azfake.ErrorResponder) // BeginReimage is the fake for method CloudServiceRoleInstancesClient.BeginReimage // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimage func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientBeginReimageOptions) (resp azfake.PollerResponder[armcompute.CloudServiceRoleInstancesClientReimageResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method CloudServiceRoleInstancesClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRestart func(ctx context.Context, roleInstanceName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRoleInstancesClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.CloudServiceRoleInstancesClientRestartResponse], errResp azfake.ErrorResponder) }
CloudServiceRoleInstancesServer is a fake server for instances of the armcompute.CloudServiceRoleInstancesClient type.
type CloudServiceRoleInstancesServerTransport ¶
type CloudServiceRoleInstancesServerTransport struct {
// contains filtered or unexported fields
}
CloudServiceRoleInstancesServerTransport connects instances of armcompute.CloudServiceRoleInstancesClient to instances of CloudServiceRoleInstancesServer. Don't use this type directly, use NewCloudServiceRoleInstancesServerTransport instead.
func NewCloudServiceRoleInstancesServerTransport ¶
func NewCloudServiceRoleInstancesServerTransport(srv *CloudServiceRoleInstancesServer) *CloudServiceRoleInstancesServerTransport
NewCloudServiceRoleInstancesServerTransport creates a new instance of CloudServiceRoleInstancesServerTransport with the provided implementation. The returned CloudServiceRoleInstancesServerTransport instance is connected to an instance of armcompute.CloudServiceRoleInstancesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CloudServiceRolesServer ¶
type CloudServiceRolesServer struct { // Get is the fake for method CloudServiceRolesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, roleName string, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRolesClientGetOptions) (resp azfake.Responder[armcompute.CloudServiceRolesClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CloudServiceRolesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, cloudServiceName string, options *armcompute.CloudServiceRolesClientListOptions) (resp azfake.PagerResponder[armcompute.CloudServiceRolesClientListResponse]) }
CloudServiceRolesServer is a fake server for instances of the armcompute.CloudServiceRolesClient type.
type CloudServiceRolesServerTransport ¶
type CloudServiceRolesServerTransport struct {
// contains filtered or unexported fields
}
CloudServiceRolesServerTransport connects instances of armcompute.CloudServiceRolesClient to instances of CloudServiceRolesServer. Don't use this type directly, use NewCloudServiceRolesServerTransport instead.
func NewCloudServiceRolesServerTransport ¶
func NewCloudServiceRolesServerTransport(srv *CloudServiceRolesServer) *CloudServiceRolesServerTransport
NewCloudServiceRolesServerTransport creates a new instance of CloudServiceRolesServerTransport with the provided implementation. The returned CloudServiceRolesServerTransport instance is connected to an instance of armcompute.CloudServiceRolesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CloudServicesServer ¶
type CloudServicesServer struct { // BeginCreateOrUpdate is the fake for method CloudServicesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, cloudServiceName string, parameters armcompute.CloudService, options *armcompute.CloudServicesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method CloudServicesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientDeleteResponse], errResp azfake.ErrorResponder) // BeginDeleteInstances is the fake for method CloudServicesClient.BeginDeleteInstances // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginDeleteInstances func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginDeleteInstancesOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientDeleteInstancesResponse], errResp azfake.ErrorResponder) // Get is the fake for method CloudServicesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientGetOptions) (resp azfake.Responder[armcompute.CloudServicesClientGetResponse], errResp azfake.ErrorResponder) // GetInstanceView is the fake for method CloudServicesClient.GetInstanceView // HTTP status codes to indicate success: http.StatusOK GetInstanceView func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientGetInstanceViewOptions) (resp azfake.Responder[armcompute.CloudServicesClientGetInstanceViewResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CloudServicesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, options *armcompute.CloudServicesClientListOptions) (resp azfake.PagerResponder[armcompute.CloudServicesClientListResponse]) // NewListAllPager is the fake for method CloudServicesClient.NewListAllPager // HTTP status codes to indicate success: http.StatusOK NewListAllPager func(options *armcompute.CloudServicesClientListAllOptions) (resp azfake.PagerResponder[armcompute.CloudServicesClientListAllResponse]) // BeginPowerOff is the fake for method CloudServicesClient.BeginPowerOff // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPowerOff func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginPowerOffOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientPowerOffResponse], errResp azfake.ErrorResponder) // BeginRebuild is the fake for method CloudServicesClient.BeginRebuild // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRebuild func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginRebuildOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientRebuildResponse], errResp azfake.ErrorResponder) // BeginReimage is the fake for method CloudServicesClient.BeginReimage // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimage func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginReimageOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientReimageResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method CloudServicesClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRestart func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientRestartResponse], errResp azfake.ErrorResponder) // BeginStart is the fake for method CloudServicesClient.BeginStart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStart func(ctx context.Context, resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesClientBeginStartOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientStartResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method CloudServicesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, cloudServiceName string, parameters armcompute.CloudServiceUpdate, options *armcompute.CloudServicesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.CloudServicesClientUpdateResponse], errResp azfake.ErrorResponder) }
CloudServicesServer is a fake server for instances of the armcompute.CloudServicesClient type.
type CloudServicesServerTransport ¶
type CloudServicesServerTransport struct {
// contains filtered or unexported fields
}
CloudServicesServerTransport connects instances of armcompute.CloudServicesClient to instances of CloudServicesServer. Don't use this type directly, use NewCloudServicesServerTransport instead.
func NewCloudServicesServerTransport ¶
func NewCloudServicesServerTransport(srv *CloudServicesServer) *CloudServicesServerTransport
NewCloudServicesServerTransport creates a new instance of CloudServicesServerTransport with the provided implementation. The returned CloudServicesServerTransport instance is connected to an instance of armcompute.CloudServicesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CloudServicesUpdateDomainServer ¶
type CloudServicesUpdateDomainServer struct { // GetUpdateDomain is the fake for method CloudServicesUpdateDomainClient.GetUpdateDomain // HTTP status codes to indicate success: http.StatusOK GetUpdateDomain func(ctx context.Context, resourceGroupName string, cloudServiceName string, updateDomain int32, options *armcompute.CloudServicesUpdateDomainClientGetUpdateDomainOptions) (resp azfake.Responder[armcompute.CloudServicesUpdateDomainClientGetUpdateDomainResponse], errResp azfake.ErrorResponder) // NewListUpdateDomainsPager is the fake for method CloudServicesUpdateDomainClient.NewListUpdateDomainsPager // HTTP status codes to indicate success: http.StatusOK NewListUpdateDomainsPager func(resourceGroupName string, cloudServiceName string, options *armcompute.CloudServicesUpdateDomainClientListUpdateDomainsOptions) (resp azfake.PagerResponder[armcompute.CloudServicesUpdateDomainClientListUpdateDomainsResponse]) // BeginWalkUpdateDomain is the fake for method CloudServicesUpdateDomainClient.BeginWalkUpdateDomain // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginWalkUpdateDomain func(ctx context.Context, resourceGroupName string, cloudServiceName string, updateDomain int32, parameters armcompute.UpdateDomain, options *armcompute.CloudServicesUpdateDomainClientBeginWalkUpdateDomainOptions) (resp azfake.PollerResponder[armcompute.CloudServicesUpdateDomainClientWalkUpdateDomainResponse], errResp azfake.ErrorResponder) }
CloudServicesUpdateDomainServer is a fake server for instances of the armcompute.CloudServicesUpdateDomainClient type.
type CloudServicesUpdateDomainServerTransport ¶
type CloudServicesUpdateDomainServerTransport struct {
// contains filtered or unexported fields
}
CloudServicesUpdateDomainServerTransport connects instances of armcompute.CloudServicesUpdateDomainClient to instances of CloudServicesUpdateDomainServer. Don't use this type directly, use NewCloudServicesUpdateDomainServerTransport instead.
func NewCloudServicesUpdateDomainServerTransport ¶
func NewCloudServicesUpdateDomainServerTransport(srv *CloudServicesUpdateDomainServer) *CloudServicesUpdateDomainServerTransport
NewCloudServicesUpdateDomainServerTransport creates a new instance of CloudServicesUpdateDomainServerTransport with the provided implementation. The returned CloudServicesUpdateDomainServerTransport instance is connected to an instance of armcompute.CloudServicesUpdateDomainClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CommunityGalleriesServer ¶
type CommunityGalleriesServer struct { // Get is the fake for method CommunityGalleriesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, publicGalleryName string, options *armcompute.CommunityGalleriesClientGetOptions) (resp azfake.Responder[armcompute.CommunityGalleriesClientGetResponse], errResp azfake.ErrorResponder) }
CommunityGalleriesServer is a fake server for instances of the armcompute.CommunityGalleriesClient type.
type CommunityGalleriesServerTransport ¶
type CommunityGalleriesServerTransport struct {
// contains filtered or unexported fields
}
CommunityGalleriesServerTransport connects instances of armcompute.CommunityGalleriesClient to instances of CommunityGalleriesServer. Don't use this type directly, use NewCommunityGalleriesServerTransport instead.
func NewCommunityGalleriesServerTransport ¶
func NewCommunityGalleriesServerTransport(srv *CommunityGalleriesServer) *CommunityGalleriesServerTransport
NewCommunityGalleriesServerTransport creates a new instance of CommunityGalleriesServerTransport with the provided implementation. The returned CommunityGalleriesServerTransport instance is connected to an instance of armcompute.CommunityGalleriesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CommunityGalleryImageVersionsServer ¶
type CommunityGalleryImageVersionsServer struct { // Get is the fake for method CommunityGalleryImageVersionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, publicGalleryName string, galleryImageName string, galleryImageVersionName string, options *armcompute.CommunityGalleryImageVersionsClientGetOptions) (resp azfake.Responder[armcompute.CommunityGalleryImageVersionsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CommunityGalleryImageVersionsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, publicGalleryName string, galleryImageName string, options *armcompute.CommunityGalleryImageVersionsClientListOptions) (resp azfake.PagerResponder[armcompute.CommunityGalleryImageVersionsClientListResponse]) }
CommunityGalleryImageVersionsServer is a fake server for instances of the armcompute.CommunityGalleryImageVersionsClient type.
type CommunityGalleryImageVersionsServerTransport ¶
type CommunityGalleryImageVersionsServerTransport struct {
// contains filtered or unexported fields
}
CommunityGalleryImageVersionsServerTransport connects instances of armcompute.CommunityGalleryImageVersionsClient to instances of CommunityGalleryImageVersionsServer. Don't use this type directly, use NewCommunityGalleryImageVersionsServerTransport instead.
func NewCommunityGalleryImageVersionsServerTransport ¶
func NewCommunityGalleryImageVersionsServerTransport(srv *CommunityGalleryImageVersionsServer) *CommunityGalleryImageVersionsServerTransport
NewCommunityGalleryImageVersionsServerTransport creates a new instance of CommunityGalleryImageVersionsServerTransport with the provided implementation. The returned CommunityGalleryImageVersionsServerTransport instance is connected to an instance of armcompute.CommunityGalleryImageVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type CommunityGalleryImagesServer ¶
type CommunityGalleryImagesServer struct { // Get is the fake for method CommunityGalleryImagesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, publicGalleryName string, galleryImageName string, options *armcompute.CommunityGalleryImagesClientGetOptions) (resp azfake.Responder[armcompute.CommunityGalleryImagesClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method CommunityGalleryImagesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, publicGalleryName string, options *armcompute.CommunityGalleryImagesClientListOptions) (resp azfake.PagerResponder[armcompute.CommunityGalleryImagesClientListResponse]) }
CommunityGalleryImagesServer is a fake server for instances of the armcompute.CommunityGalleryImagesClient type.
type CommunityGalleryImagesServerTransport ¶
type CommunityGalleryImagesServerTransport struct {
// contains filtered or unexported fields
}
CommunityGalleryImagesServerTransport connects instances of armcompute.CommunityGalleryImagesClient to instances of CommunityGalleryImagesServer. Don't use this type directly, use NewCommunityGalleryImagesServerTransport instead.
func NewCommunityGalleryImagesServerTransport ¶
func NewCommunityGalleryImagesServerTransport(srv *CommunityGalleryImagesServer) *CommunityGalleryImagesServerTransport
NewCommunityGalleryImagesServerTransport creates a new instance of CommunityGalleryImagesServerTransport with the provided implementation. The returned CommunityGalleryImagesServerTransport instance is connected to an instance of armcompute.CommunityGalleryImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DedicatedHostGroupsServer ¶
type DedicatedHostGroupsServer struct { // CreateOrUpdate is the fake for method DedicatedHostGroupsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated CreateOrUpdate func(ctx context.Context, resourceGroupName string, hostGroupName string, parameters armcompute.DedicatedHostGroup, options *armcompute.DedicatedHostGroupsClientCreateOrUpdateOptions) (resp azfake.Responder[armcompute.DedicatedHostGroupsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // Delete is the fake for method DedicatedHostGroupsClient.Delete // HTTP status codes to indicate success: http.StatusOK, http.StatusNoContent Delete func(ctx context.Context, resourceGroupName string, hostGroupName string, options *armcompute.DedicatedHostGroupsClientDeleteOptions) (resp azfake.Responder[armcompute.DedicatedHostGroupsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DedicatedHostGroupsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, hostGroupName string, options *armcompute.DedicatedHostGroupsClientGetOptions) (resp azfake.Responder[armcompute.DedicatedHostGroupsClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method DedicatedHostGroupsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.DedicatedHostGroupsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.DedicatedHostGroupsClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method DedicatedHostGroupsClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armcompute.DedicatedHostGroupsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armcompute.DedicatedHostGroupsClientListBySubscriptionResponse]) // Update is the fake for method DedicatedHostGroupsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, hostGroupName string, parameters armcompute.DedicatedHostGroupUpdate, options *armcompute.DedicatedHostGroupsClientUpdateOptions) (resp azfake.Responder[armcompute.DedicatedHostGroupsClientUpdateResponse], errResp azfake.ErrorResponder) }
DedicatedHostGroupsServer is a fake server for instances of the armcompute.DedicatedHostGroupsClient type.
type DedicatedHostGroupsServerTransport ¶
type DedicatedHostGroupsServerTransport struct {
// contains filtered or unexported fields
}
DedicatedHostGroupsServerTransport connects instances of armcompute.DedicatedHostGroupsClient to instances of DedicatedHostGroupsServer. Don't use this type directly, use NewDedicatedHostGroupsServerTransport instead.
func NewDedicatedHostGroupsServerTransport ¶
func NewDedicatedHostGroupsServerTransport(srv *DedicatedHostGroupsServer) *DedicatedHostGroupsServerTransport
NewDedicatedHostGroupsServerTransport creates a new instance of DedicatedHostGroupsServerTransport with the provided implementation. The returned DedicatedHostGroupsServerTransport instance is connected to an instance of armcompute.DedicatedHostGroupsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DedicatedHostsServer ¶
type DedicatedHostsServer struct { // BeginCreateOrUpdate is the fake for method DedicatedHostsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, parameters armcompute.DedicatedHost, options *armcompute.DedicatedHostsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.DedicatedHostsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DedicatedHostsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, options *armcompute.DedicatedHostsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.DedicatedHostsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DedicatedHostsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, options *armcompute.DedicatedHostsClientGetOptions) (resp azfake.Responder[armcompute.DedicatedHostsClientGetResponse], errResp azfake.ErrorResponder) // NewListAvailableSizesPager is the fake for method DedicatedHostsClient.NewListAvailableSizesPager // HTTP status codes to indicate success: http.StatusOK NewListAvailableSizesPager func(resourceGroupName string, hostGroupName string, hostName string, options *armcompute.DedicatedHostsClientListAvailableSizesOptions) (resp azfake.PagerResponder[armcompute.DedicatedHostsClientListAvailableSizesResponse]) // NewListByHostGroupPager is the fake for method DedicatedHostsClient.NewListByHostGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByHostGroupPager func(resourceGroupName string, hostGroupName string, options *armcompute.DedicatedHostsClientListByHostGroupOptions) (resp azfake.PagerResponder[armcompute.DedicatedHostsClientListByHostGroupResponse]) // BeginRedeploy is the fake for method DedicatedHostsClient.BeginRedeploy // HTTP status codes to indicate success: http.StatusAccepted BeginRedeploy func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, options *armcompute.DedicatedHostsClientBeginRedeployOptions) (resp azfake.PollerResponder[armcompute.DedicatedHostsClientRedeployResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method DedicatedHostsClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK BeginRestart func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, options *armcompute.DedicatedHostsClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.DedicatedHostsClientRestartResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method DedicatedHostsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, hostGroupName string, hostName string, parameters armcompute.DedicatedHostUpdate, options *armcompute.DedicatedHostsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.DedicatedHostsClientUpdateResponse], errResp azfake.ErrorResponder) }
DedicatedHostsServer is a fake server for instances of the armcompute.DedicatedHostsClient type.
type DedicatedHostsServerTransport ¶
type DedicatedHostsServerTransport struct {
// contains filtered or unexported fields
}
DedicatedHostsServerTransport connects instances of armcompute.DedicatedHostsClient to instances of DedicatedHostsServer. Don't use this type directly, use NewDedicatedHostsServerTransport instead.
func NewDedicatedHostsServerTransport ¶
func NewDedicatedHostsServerTransport(srv *DedicatedHostsServer) *DedicatedHostsServerTransport
NewDedicatedHostsServerTransport creates a new instance of DedicatedHostsServerTransport with the provided implementation. The returned DedicatedHostsServerTransport instance is connected to an instance of armcompute.DedicatedHostsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DiskAccessesServer ¶
type DiskAccessesServer struct { // BeginCreateOrUpdate is the fake for method DiskAccessesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, diskAccessName string, diskAccess armcompute.DiskAccess, options *armcompute.DiskAccessesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.DiskAccessesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DiskAccessesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, diskAccessName string, options *armcompute.DiskAccessesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.DiskAccessesClientDeleteResponse], errResp azfake.ErrorResponder) // BeginDeleteAPrivateEndpointConnection is the fake for method DiskAccessesClient.BeginDeleteAPrivateEndpointConnection // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDeleteAPrivateEndpointConnection func(ctx context.Context, resourceGroupName string, diskAccessName string, privateEndpointConnectionName string, options *armcompute.DiskAccessesClientBeginDeleteAPrivateEndpointConnectionOptions) (resp azfake.PollerResponder[armcompute.DiskAccessesClientDeleteAPrivateEndpointConnectionResponse], errResp azfake.ErrorResponder) // Get is the fake for method DiskAccessesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, diskAccessName string, options *armcompute.DiskAccessesClientGetOptions) (resp azfake.Responder[armcompute.DiskAccessesClientGetResponse], errResp azfake.ErrorResponder) // GetAPrivateEndpointConnection is the fake for method DiskAccessesClient.GetAPrivateEndpointConnection // HTTP status codes to indicate success: http.StatusOK GetAPrivateEndpointConnection func(ctx context.Context, resourceGroupName string, diskAccessName string, privateEndpointConnectionName string, options *armcompute.DiskAccessesClientGetAPrivateEndpointConnectionOptions) (resp azfake.Responder[armcompute.DiskAccessesClientGetAPrivateEndpointConnectionResponse], errResp azfake.ErrorResponder) // GetPrivateLinkResources is the fake for method DiskAccessesClient.GetPrivateLinkResources // HTTP status codes to indicate success: http.StatusOK GetPrivateLinkResources func(ctx context.Context, resourceGroupName string, diskAccessName string, options *armcompute.DiskAccessesClientGetPrivateLinkResourcesOptions) (resp azfake.Responder[armcompute.DiskAccessesClientGetPrivateLinkResourcesResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method DiskAccessesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.DiskAccessesClientListOptions) (resp azfake.PagerResponder[armcompute.DiskAccessesClientListResponse]) // NewListByResourceGroupPager is the fake for method DiskAccessesClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.DiskAccessesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.DiskAccessesClientListByResourceGroupResponse]) // NewListPrivateEndpointConnectionsPager is the fake for method DiskAccessesClient.NewListPrivateEndpointConnectionsPager // HTTP status codes to indicate success: http.StatusOK NewListPrivateEndpointConnectionsPager func(resourceGroupName string, diskAccessName string, options *armcompute.DiskAccessesClientListPrivateEndpointConnectionsOptions) (resp azfake.PagerResponder[armcompute.DiskAccessesClientListPrivateEndpointConnectionsResponse]) // BeginUpdate is the fake for method DiskAccessesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, diskAccessName string, diskAccess armcompute.DiskAccessUpdate, options *armcompute.DiskAccessesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.DiskAccessesClientUpdateResponse], errResp azfake.ErrorResponder) // BeginUpdateAPrivateEndpointConnection is the fake for method DiskAccessesClient.BeginUpdateAPrivateEndpointConnection // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdateAPrivateEndpointConnection func(ctx context.Context, resourceGroupName string, diskAccessName string, privateEndpointConnectionName string, privateEndpointConnection armcompute.PrivateEndpointConnection, options *armcompute.DiskAccessesClientBeginUpdateAPrivateEndpointConnectionOptions) (resp azfake.PollerResponder[armcompute.DiskAccessesClientUpdateAPrivateEndpointConnectionResponse], errResp azfake.ErrorResponder) }
DiskAccessesServer is a fake server for instances of the armcompute.DiskAccessesClient type.
type DiskAccessesServerTransport ¶
type DiskAccessesServerTransport struct {
// contains filtered or unexported fields
}
DiskAccessesServerTransport connects instances of armcompute.DiskAccessesClient to instances of DiskAccessesServer. Don't use this type directly, use NewDiskAccessesServerTransport instead.
func NewDiskAccessesServerTransport ¶
func NewDiskAccessesServerTransport(srv *DiskAccessesServer) *DiskAccessesServerTransport
NewDiskAccessesServerTransport creates a new instance of DiskAccessesServerTransport with the provided implementation. The returned DiskAccessesServerTransport instance is connected to an instance of armcompute.DiskAccessesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DiskEncryptionSetsServer ¶
type DiskEncryptionSetsServer struct { // BeginCreateOrUpdate is the fake for method DiskEncryptionSetsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, diskEncryptionSet armcompute.DiskEncryptionSet, options *armcompute.DiskEncryptionSetsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.DiskEncryptionSetsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DiskEncryptionSetsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, options *armcompute.DiskEncryptionSetsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.DiskEncryptionSetsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DiskEncryptionSetsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, options *armcompute.DiskEncryptionSetsClientGetOptions) (resp azfake.Responder[armcompute.DiskEncryptionSetsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method DiskEncryptionSetsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.DiskEncryptionSetsClientListOptions) (resp azfake.PagerResponder[armcompute.DiskEncryptionSetsClientListResponse]) // NewListAssociatedResourcesPager is the fake for method DiskEncryptionSetsClient.NewListAssociatedResourcesPager // HTTP status codes to indicate success: http.StatusOK NewListAssociatedResourcesPager func(resourceGroupName string, diskEncryptionSetName string, options *armcompute.DiskEncryptionSetsClientListAssociatedResourcesOptions) (resp azfake.PagerResponder[armcompute.DiskEncryptionSetsClientListAssociatedResourcesResponse]) // NewListByResourceGroupPager is the fake for method DiskEncryptionSetsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.DiskEncryptionSetsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.DiskEncryptionSetsClientListByResourceGroupResponse]) // BeginUpdate is the fake for method DiskEncryptionSetsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, diskEncryptionSetName string, diskEncryptionSet armcompute.DiskEncryptionSetUpdate, options *armcompute.DiskEncryptionSetsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.DiskEncryptionSetsClientUpdateResponse], errResp azfake.ErrorResponder) }
DiskEncryptionSetsServer is a fake server for instances of the armcompute.DiskEncryptionSetsClient type.
type DiskEncryptionSetsServerTransport ¶
type DiskEncryptionSetsServerTransport struct {
// contains filtered or unexported fields
}
DiskEncryptionSetsServerTransport connects instances of armcompute.DiskEncryptionSetsClient to instances of DiskEncryptionSetsServer. Don't use this type directly, use NewDiskEncryptionSetsServerTransport instead.
func NewDiskEncryptionSetsServerTransport ¶
func NewDiskEncryptionSetsServerTransport(srv *DiskEncryptionSetsServer) *DiskEncryptionSetsServerTransport
NewDiskEncryptionSetsServerTransport creates a new instance of DiskEncryptionSetsServerTransport with the provided implementation. The returned DiskEncryptionSetsServerTransport instance is connected to an instance of armcompute.DiskEncryptionSetsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DiskRestorePointServer ¶
type DiskRestorePointServer struct { // Get is the fake for method DiskRestorePointClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, vmRestorePointName string, diskRestorePointName string, options *armcompute.DiskRestorePointClientGetOptions) (resp azfake.Responder[armcompute.DiskRestorePointClientGetResponse], errResp azfake.ErrorResponder) // BeginGrantAccess is the fake for method DiskRestorePointClient.BeginGrantAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginGrantAccess func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, vmRestorePointName string, diskRestorePointName string, grantAccessData armcompute.GrantAccessData, options *armcompute.DiskRestorePointClientBeginGrantAccessOptions) (resp azfake.PollerResponder[armcompute.DiskRestorePointClientGrantAccessResponse], errResp azfake.ErrorResponder) // NewListByRestorePointPager is the fake for method DiskRestorePointClient.NewListByRestorePointPager // HTTP status codes to indicate success: http.StatusOK NewListByRestorePointPager func(resourceGroupName string, restorePointCollectionName string, vmRestorePointName string, options *armcompute.DiskRestorePointClientListByRestorePointOptions) (resp azfake.PagerResponder[armcompute.DiskRestorePointClientListByRestorePointResponse]) // BeginRevokeAccess is the fake for method DiskRestorePointClient.BeginRevokeAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRevokeAccess func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, vmRestorePointName string, diskRestorePointName string, options *armcompute.DiskRestorePointClientBeginRevokeAccessOptions) (resp azfake.PollerResponder[armcompute.DiskRestorePointClientRevokeAccessResponse], errResp azfake.ErrorResponder) }
DiskRestorePointServer is a fake server for instances of the armcompute.DiskRestorePointClient type.
type DiskRestorePointServerTransport ¶
type DiskRestorePointServerTransport struct {
// contains filtered or unexported fields
}
DiskRestorePointServerTransport connects instances of armcompute.DiskRestorePointClient to instances of DiskRestorePointServer. Don't use this type directly, use NewDiskRestorePointServerTransport instead.
func NewDiskRestorePointServerTransport ¶
func NewDiskRestorePointServerTransport(srv *DiskRestorePointServer) *DiskRestorePointServerTransport
NewDiskRestorePointServerTransport creates a new instance of DiskRestorePointServerTransport with the provided implementation. The returned DiskRestorePointServerTransport instance is connected to an instance of armcompute.DiskRestorePointClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type DisksServer ¶
type DisksServer struct { // BeginCreateOrUpdate is the fake for method DisksClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, diskName string, disk armcompute.Disk, options *armcompute.DisksClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.DisksClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method DisksClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, diskName string, options *armcompute.DisksClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.DisksClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method DisksClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, diskName string, options *armcompute.DisksClientGetOptions) (resp azfake.Responder[armcompute.DisksClientGetResponse], errResp azfake.ErrorResponder) // BeginGrantAccess is the fake for method DisksClient.BeginGrantAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginGrantAccess func(ctx context.Context, resourceGroupName string, diskName string, grantAccessData armcompute.GrantAccessData, options *armcompute.DisksClientBeginGrantAccessOptions) (resp azfake.PollerResponder[armcompute.DisksClientGrantAccessResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method DisksClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.DisksClientListOptions) (resp azfake.PagerResponder[armcompute.DisksClientListResponse]) // NewListByResourceGroupPager is the fake for method DisksClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.DisksClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.DisksClientListByResourceGroupResponse]) // BeginRevokeAccess is the fake for method DisksClient.BeginRevokeAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRevokeAccess func(ctx context.Context, resourceGroupName string, diskName string, options *armcompute.DisksClientBeginRevokeAccessOptions) (resp azfake.PollerResponder[armcompute.DisksClientRevokeAccessResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method DisksClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, diskName string, disk armcompute.DiskUpdate, options *armcompute.DisksClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.DisksClientUpdateResponse], errResp azfake.ErrorResponder) }
DisksServer is a fake server for instances of the armcompute.DisksClient type.
type DisksServerTransport ¶
type DisksServerTransport struct {
// contains filtered or unexported fields
}
DisksServerTransport connects instances of armcompute.DisksClient to instances of DisksServer. Don't use this type directly, use NewDisksServerTransport instead.
func NewDisksServerTransport ¶
func NewDisksServerTransport(srv *DisksServer) *DisksServerTransport
NewDisksServerTransport creates a new instance of DisksServerTransport with the provided implementation. The returned DisksServerTransport instance is connected to an instance of armcompute.DisksClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleriesServer ¶
type GalleriesServer struct { // BeginCreateOrUpdate is the fake for method GalleriesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, gallery armcompute.Gallery, options *armcompute.GalleriesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleriesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleriesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, options *armcompute.GalleriesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleriesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleriesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, options *armcompute.GalleriesClientGetOptions) (resp azfake.Responder[armcompute.GalleriesClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method GalleriesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.GalleriesClientListOptions) (resp azfake.PagerResponder[armcompute.GalleriesClientListResponse]) // NewListByResourceGroupPager is the fake for method GalleriesClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.GalleriesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.GalleriesClientListByResourceGroupResponse]) // BeginUpdate is the fake for method GalleriesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, gallery armcompute.GalleryUpdate, options *armcompute.GalleriesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleriesClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleriesServer is a fake server for instances of the armcompute.GalleriesClient type.
type GalleriesServerTransport ¶
type GalleriesServerTransport struct {
// contains filtered or unexported fields
}
GalleriesServerTransport connects instances of armcompute.GalleriesClient to instances of GalleriesServer. Don't use this type directly, use NewGalleriesServerTransport instead.
func NewGalleriesServerTransport ¶
func NewGalleriesServerTransport(srv *GalleriesServer) *GalleriesServerTransport
NewGalleriesServerTransport creates a new instance of GalleriesServerTransport with the provided implementation. The returned GalleriesServerTransport instance is connected to an instance of armcompute.GalleriesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleryApplicationVersionsServer ¶
type GalleryApplicationVersionsServer struct { // BeginCreateOrUpdate is the fake for method GalleryApplicationVersionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplicationVersionName string, galleryApplicationVersion armcompute.GalleryApplicationVersion, options *armcompute.GalleryApplicationVersionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationVersionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryApplicationVersionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplicationVersionName string, options *armcompute.GalleryApplicationVersionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationVersionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryApplicationVersionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplicationVersionName string, options *armcompute.GalleryApplicationVersionsClientGetOptions) (resp azfake.Responder[armcompute.GalleryApplicationVersionsClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryApplicationPager is the fake for method GalleryApplicationVersionsClient.NewListByGalleryApplicationPager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryApplicationPager func(resourceGroupName string, galleryName string, galleryApplicationName string, options *armcompute.GalleryApplicationVersionsClientListByGalleryApplicationOptions) (resp azfake.PagerResponder[armcompute.GalleryApplicationVersionsClientListByGalleryApplicationResponse]) // BeginUpdate is the fake for method GalleryApplicationVersionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplicationVersionName string, galleryApplicationVersion armcompute.GalleryApplicationVersionUpdate, options *armcompute.GalleryApplicationVersionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationVersionsClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryApplicationVersionsServer is a fake server for instances of the armcompute.GalleryApplicationVersionsClient type.
type GalleryApplicationVersionsServerTransport ¶
type GalleryApplicationVersionsServerTransport struct {
// contains filtered or unexported fields
}
GalleryApplicationVersionsServerTransport connects instances of armcompute.GalleryApplicationVersionsClient to instances of GalleryApplicationVersionsServer. Don't use this type directly, use NewGalleryApplicationVersionsServerTransport instead.
func NewGalleryApplicationVersionsServerTransport ¶
func NewGalleryApplicationVersionsServerTransport(srv *GalleryApplicationVersionsServer) *GalleryApplicationVersionsServerTransport
NewGalleryApplicationVersionsServerTransport creates a new instance of GalleryApplicationVersionsServerTransport with the provided implementation. The returned GalleryApplicationVersionsServerTransport instance is connected to an instance of armcompute.GalleryApplicationVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleryApplicationsServer ¶
type GalleryApplicationsServer struct { // BeginCreateOrUpdate is the fake for method GalleryApplicationsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplication armcompute.GalleryApplication, options *armcompute.GalleryApplicationsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryApplicationsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, options *armcompute.GalleryApplicationsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryApplicationsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, options *armcompute.GalleryApplicationsClientGetOptions) (resp azfake.Responder[armcompute.GalleryApplicationsClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryPager is the fake for method GalleryApplicationsClient.NewListByGalleryPager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryPager func(resourceGroupName string, galleryName string, options *armcompute.GalleryApplicationsClientListByGalleryOptions) (resp azfake.PagerResponder[armcompute.GalleryApplicationsClientListByGalleryResponse]) // BeginUpdate is the fake for method GalleryApplicationsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryApplicationName string, galleryApplication armcompute.GalleryApplicationUpdate, options *armcompute.GalleryApplicationsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryApplicationsClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryApplicationsServer is a fake server for instances of the armcompute.GalleryApplicationsClient type.
type GalleryApplicationsServerTransport ¶
type GalleryApplicationsServerTransport struct {
// contains filtered or unexported fields
}
GalleryApplicationsServerTransport connects instances of armcompute.GalleryApplicationsClient to instances of GalleryApplicationsServer. Don't use this type directly, use NewGalleryApplicationsServerTransport instead.
func NewGalleryApplicationsServerTransport ¶
func NewGalleryApplicationsServerTransport(srv *GalleryApplicationsServer) *GalleryApplicationsServerTransport
NewGalleryApplicationsServerTransport creates a new instance of GalleryApplicationsServerTransport with the provided implementation. The returned GalleryApplicationsServerTransport instance is connected to an instance of armcompute.GalleryApplicationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleryImageVersionsServer ¶
type GalleryImageVersionsServer struct { // BeginCreateOrUpdate is the fake for method GalleryImageVersionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImageVersionName string, galleryImageVersion armcompute.GalleryImageVersion, options *armcompute.GalleryImageVersionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryImageVersionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryImageVersionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImageVersionName string, options *armcompute.GalleryImageVersionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryImageVersionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryImageVersionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImageVersionName string, options *armcompute.GalleryImageVersionsClientGetOptions) (resp azfake.Responder[armcompute.GalleryImageVersionsClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryImagePager is the fake for method GalleryImageVersionsClient.NewListByGalleryImagePager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryImagePager func(resourceGroupName string, galleryName string, galleryImageName string, options *armcompute.GalleryImageVersionsClientListByGalleryImageOptions) (resp azfake.PagerResponder[armcompute.GalleryImageVersionsClientListByGalleryImageResponse]) // BeginUpdate is the fake for method GalleryImageVersionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImageVersionName string, galleryImageVersion armcompute.GalleryImageVersionUpdate, options *armcompute.GalleryImageVersionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryImageVersionsClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryImageVersionsServer is a fake server for instances of the armcompute.GalleryImageVersionsClient type.
type GalleryImageVersionsServerTransport ¶
type GalleryImageVersionsServerTransport struct {
// contains filtered or unexported fields
}
GalleryImageVersionsServerTransport connects instances of armcompute.GalleryImageVersionsClient to instances of GalleryImageVersionsServer. Don't use this type directly, use NewGalleryImageVersionsServerTransport instead.
func NewGalleryImageVersionsServerTransport ¶
func NewGalleryImageVersionsServerTransport(srv *GalleryImageVersionsServer) *GalleryImageVersionsServerTransport
NewGalleryImageVersionsServerTransport creates a new instance of GalleryImageVersionsServerTransport with the provided implementation. The returned GalleryImageVersionsServerTransport instance is connected to an instance of armcompute.GalleryImageVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleryImagesServer ¶
type GalleryImagesServer struct { // BeginCreateOrUpdate is the fake for method GalleryImagesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImage armcompute.GalleryImage, options *armcompute.GalleryImagesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryImagesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryImagesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, options *armcompute.GalleryImagesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryImagesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryImagesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, options *armcompute.GalleryImagesClientGetOptions) (resp azfake.Responder[armcompute.GalleryImagesClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryPager is the fake for method GalleryImagesClient.NewListByGalleryPager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryPager func(resourceGroupName string, galleryName string, options *armcompute.GalleryImagesClientListByGalleryOptions) (resp azfake.PagerResponder[armcompute.GalleryImagesClientListByGalleryResponse]) // BeginUpdate is the fake for method GalleryImagesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, galleryImageName string, galleryImage armcompute.GalleryImageUpdate, options *armcompute.GalleryImagesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryImagesClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryImagesServer is a fake server for instances of the armcompute.GalleryImagesClient type.
type GalleryImagesServerTransport ¶
type GalleryImagesServerTransport struct {
// contains filtered or unexported fields
}
GalleryImagesServerTransport connects instances of armcompute.GalleryImagesClient to instances of GalleryImagesServer. Don't use this type directly, use NewGalleryImagesServerTransport instead.
func NewGalleryImagesServerTransport ¶
func NewGalleryImagesServerTransport(srv *GalleryImagesServer) *GalleryImagesServerTransport
NewGalleryImagesServerTransport creates a new instance of GalleryImagesServerTransport with the provided implementation. The returned GalleryImagesServerTransport instance is connected to an instance of armcompute.GalleryImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GalleryInVMAccessControlProfileVersionsServer ¶ added in v6.2.0
type GalleryInVMAccessControlProfileVersionsServer struct { // BeginCreateOrUpdate is the fake for method GalleryInVMAccessControlProfileVersionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, inVMAccessControlProfileVersionName string, galleryInVMAccessControlProfileVersion armcompute.GalleryInVMAccessControlProfileVersion, options *armcompute.GalleryInVMAccessControlProfileVersionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfileVersionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryInVMAccessControlProfileVersionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, inVMAccessControlProfileVersionName string, options *armcompute.GalleryInVMAccessControlProfileVersionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfileVersionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryInVMAccessControlProfileVersionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, inVMAccessControlProfileVersionName string, options *armcompute.GalleryInVMAccessControlProfileVersionsClientGetOptions) (resp azfake.Responder[armcompute.GalleryInVMAccessControlProfileVersionsClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryInVMAccessControlProfilePager is the fake for method GalleryInVMAccessControlProfileVersionsClient.NewListByGalleryInVMAccessControlProfilePager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryInVMAccessControlProfilePager func(resourceGroupName string, galleryName string, inVMAccessControlProfileName string, options *armcompute.GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileOptions) (resp azfake.PagerResponder[armcompute.GalleryInVMAccessControlProfileVersionsClientListByGalleryInVMAccessControlProfileResponse]) // BeginUpdate is the fake for method GalleryInVMAccessControlProfileVersionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, inVMAccessControlProfileVersionName string, galleryInVMAccessControlProfileVersion armcompute.GalleryInVMAccessControlProfileVersionUpdate, options *armcompute.GalleryInVMAccessControlProfileVersionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfileVersionsClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryInVMAccessControlProfileVersionsServer is a fake server for instances of the armcompute.GalleryInVMAccessControlProfileVersionsClient type.
type GalleryInVMAccessControlProfileVersionsServerTransport ¶ added in v6.2.0
type GalleryInVMAccessControlProfileVersionsServerTransport struct {
// contains filtered or unexported fields
}
GalleryInVMAccessControlProfileVersionsServerTransport connects instances of armcompute.GalleryInVMAccessControlProfileVersionsClient to instances of GalleryInVMAccessControlProfileVersionsServer. Don't use this type directly, use NewGalleryInVMAccessControlProfileVersionsServerTransport instead.
func NewGalleryInVMAccessControlProfileVersionsServerTransport ¶ added in v6.2.0
func NewGalleryInVMAccessControlProfileVersionsServerTransport(srv *GalleryInVMAccessControlProfileVersionsServer) *GalleryInVMAccessControlProfileVersionsServerTransport
NewGalleryInVMAccessControlProfileVersionsServerTransport creates a new instance of GalleryInVMAccessControlProfileVersionsServerTransport with the provided implementation. The returned GalleryInVMAccessControlProfileVersionsServerTransport instance is connected to an instance of armcompute.GalleryInVMAccessControlProfileVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
func (*GalleryInVMAccessControlProfileVersionsServerTransport) Do ¶ added in v6.2.0
func (g *GalleryInVMAccessControlProfileVersionsServerTransport) Do(req *http.Request) (*http.Response, error)
Do implements the policy.Transporter interface for GalleryInVMAccessControlProfileVersionsServerTransport.
type GalleryInVMAccessControlProfilesServer ¶ added in v6.2.0
type GalleryInVMAccessControlProfilesServer struct { // BeginCreateOrUpdate is the fake for method GalleryInVMAccessControlProfilesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, galleryInVMAccessControlProfile armcompute.GalleryInVMAccessControlProfile, options *armcompute.GalleryInVMAccessControlProfilesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfilesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method GalleryInVMAccessControlProfilesClient.BeginDelete // HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, options *armcompute.GalleryInVMAccessControlProfilesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfilesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method GalleryInVMAccessControlProfilesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, options *armcompute.GalleryInVMAccessControlProfilesClientGetOptions) (resp azfake.Responder[armcompute.GalleryInVMAccessControlProfilesClientGetResponse], errResp azfake.ErrorResponder) // NewListByGalleryPager is the fake for method GalleryInVMAccessControlProfilesClient.NewListByGalleryPager // HTTP status codes to indicate success: http.StatusOK NewListByGalleryPager func(resourceGroupName string, galleryName string, options *armcompute.GalleryInVMAccessControlProfilesClientListByGalleryOptions) (resp azfake.PagerResponder[armcompute.GalleryInVMAccessControlProfilesClientListByGalleryResponse]) // BeginUpdate is the fake for method GalleryInVMAccessControlProfilesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, inVMAccessControlProfileName string, galleryInVMAccessControlProfile armcompute.GalleryInVMAccessControlProfileUpdate, options *armcompute.GalleryInVMAccessControlProfilesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GalleryInVMAccessControlProfilesClientUpdateResponse], errResp azfake.ErrorResponder) }
GalleryInVMAccessControlProfilesServer is a fake server for instances of the armcompute.GalleryInVMAccessControlProfilesClient type.
type GalleryInVMAccessControlProfilesServerTransport ¶ added in v6.2.0
type GalleryInVMAccessControlProfilesServerTransport struct {
// contains filtered or unexported fields
}
GalleryInVMAccessControlProfilesServerTransport connects instances of armcompute.GalleryInVMAccessControlProfilesClient to instances of GalleryInVMAccessControlProfilesServer. Don't use this type directly, use NewGalleryInVMAccessControlProfilesServerTransport instead.
func NewGalleryInVMAccessControlProfilesServerTransport ¶ added in v6.2.0
func NewGalleryInVMAccessControlProfilesServerTransport(srv *GalleryInVMAccessControlProfilesServer) *GalleryInVMAccessControlProfilesServerTransport
NewGalleryInVMAccessControlProfilesServerTransport creates a new instance of GalleryInVMAccessControlProfilesServerTransport with the provided implementation. The returned GalleryInVMAccessControlProfilesServerTransport instance is connected to an instance of armcompute.GalleryInVMAccessControlProfilesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type GallerySharingProfileServer ¶
type GallerySharingProfileServer struct { // BeginUpdate is the fake for method GallerySharingProfileClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, galleryName string, sharingUpdate armcompute.SharingUpdate, options *armcompute.GallerySharingProfileClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.GallerySharingProfileClientUpdateResponse], errResp azfake.ErrorResponder) }
GallerySharingProfileServer is a fake server for instances of the armcompute.GallerySharingProfileClient type.
type GallerySharingProfileServerTransport ¶
type GallerySharingProfileServerTransport struct {
// contains filtered or unexported fields
}
GallerySharingProfileServerTransport connects instances of armcompute.GallerySharingProfileClient to instances of GallerySharingProfileServer. Don't use this type directly, use NewGallerySharingProfileServerTransport instead.
func NewGallerySharingProfileServerTransport ¶
func NewGallerySharingProfileServerTransport(srv *GallerySharingProfileServer) *GallerySharingProfileServerTransport
NewGallerySharingProfileServerTransport creates a new instance of GallerySharingProfileServerTransport with the provided implementation. The returned GallerySharingProfileServerTransport instance is connected to an instance of armcompute.GallerySharingProfileClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ImagesServer ¶
type ImagesServer struct { // BeginCreateOrUpdate is the fake for method ImagesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, imageName string, parameters armcompute.Image, options *armcompute.ImagesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.ImagesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method ImagesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, imageName string, options *armcompute.ImagesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.ImagesClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method ImagesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, imageName string, options *armcompute.ImagesClientGetOptions) (resp azfake.Responder[armcompute.ImagesClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method ImagesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.ImagesClientListOptions) (resp azfake.PagerResponder[armcompute.ImagesClientListResponse]) // NewListByResourceGroupPager is the fake for method ImagesClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.ImagesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.ImagesClientListByResourceGroupResponse]) // BeginUpdate is the fake for method ImagesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginUpdate func(ctx context.Context, resourceGroupName string, imageName string, parameters armcompute.ImageUpdate, options *armcompute.ImagesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.ImagesClientUpdateResponse], errResp azfake.ErrorResponder) }
ImagesServer is a fake server for instances of the armcompute.ImagesClient type.
type ImagesServerTransport ¶
type ImagesServerTransport struct {
// contains filtered or unexported fields
}
ImagesServerTransport connects instances of armcompute.ImagesClient to instances of ImagesServer. Don't use this type directly, use NewImagesServerTransport instead.
func NewImagesServerTransport ¶
func NewImagesServerTransport(srv *ImagesServer) *ImagesServerTransport
NewImagesServerTransport creates a new instance of ImagesServerTransport with the provided implementation. The returned ImagesServerTransport instance is connected to an instance of armcompute.ImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type LogAnalyticsServer ¶
type LogAnalyticsServer struct { // BeginExportRequestRateByInterval is the fake for method LogAnalyticsClient.BeginExportRequestRateByInterval // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginExportRequestRateByInterval func(ctx context.Context, location string, parameters armcompute.RequestRateByIntervalInput, options *armcompute.LogAnalyticsClientBeginExportRequestRateByIntervalOptions) (resp azfake.PollerResponder[armcompute.LogAnalyticsClientExportRequestRateByIntervalResponse], errResp azfake.ErrorResponder) // BeginExportThrottledRequests is the fake for method LogAnalyticsClient.BeginExportThrottledRequests // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginExportThrottledRequests func(ctx context.Context, location string, parameters armcompute.ThrottledRequestsInput, options *armcompute.LogAnalyticsClientBeginExportThrottledRequestsOptions) (resp azfake.PollerResponder[armcompute.LogAnalyticsClientExportThrottledRequestsResponse], errResp azfake.ErrorResponder) }
LogAnalyticsServer is a fake server for instances of the armcompute.LogAnalyticsClient type.
type LogAnalyticsServerTransport ¶
type LogAnalyticsServerTransport struct {
// contains filtered or unexported fields
}
LogAnalyticsServerTransport connects instances of armcompute.LogAnalyticsClient to instances of LogAnalyticsServer. Don't use this type directly, use NewLogAnalyticsServerTransport instead.
func NewLogAnalyticsServerTransport ¶
func NewLogAnalyticsServerTransport(srv *LogAnalyticsServer) *LogAnalyticsServerTransport
NewLogAnalyticsServerTransport creates a new instance of LogAnalyticsServerTransport with the provided implementation. The returned LogAnalyticsServerTransport instance is connected to an instance of armcompute.LogAnalyticsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationsServer ¶
type OperationsServer struct { // NewListPager is the fake for method OperationsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.OperationsClientListOptions) (resp azfake.PagerResponder[armcompute.OperationsClientListResponse]) }
OperationsServer is a fake server for instances of the armcompute.OperationsClient type.
type OperationsServerTransport ¶
type OperationsServerTransport struct {
// contains filtered or unexported fields
}
OperationsServerTransport connects instances of armcompute.OperationsClient to instances of OperationsServer. Don't use this type directly, use NewOperationsServerTransport instead.
func NewOperationsServerTransport ¶
func NewOperationsServerTransport(srv *OperationsServer) *OperationsServerTransport
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation. The returned OperationsServerTransport instance is connected to an instance of armcompute.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ProximityPlacementGroupsServer ¶
type ProximityPlacementGroupsServer struct { // CreateOrUpdate is the fake for method ProximityPlacementGroupsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated CreateOrUpdate func(ctx context.Context, resourceGroupName string, proximityPlacementGroupName string, parameters armcompute.ProximityPlacementGroup, options *armcompute.ProximityPlacementGroupsClientCreateOrUpdateOptions) (resp azfake.Responder[armcompute.ProximityPlacementGroupsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // Delete is the fake for method ProximityPlacementGroupsClient.Delete // HTTP status codes to indicate success: http.StatusOK Delete func(ctx context.Context, resourceGroupName string, proximityPlacementGroupName string, options *armcompute.ProximityPlacementGroupsClientDeleteOptions) (resp azfake.Responder[armcompute.ProximityPlacementGroupsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method ProximityPlacementGroupsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, proximityPlacementGroupName string, options *armcompute.ProximityPlacementGroupsClientGetOptions) (resp azfake.Responder[armcompute.ProximityPlacementGroupsClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method ProximityPlacementGroupsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.ProximityPlacementGroupsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.ProximityPlacementGroupsClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method ProximityPlacementGroupsClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armcompute.ProximityPlacementGroupsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armcompute.ProximityPlacementGroupsClientListBySubscriptionResponse]) // Update is the fake for method ProximityPlacementGroupsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, proximityPlacementGroupName string, parameters armcompute.ProximityPlacementGroupUpdate, options *armcompute.ProximityPlacementGroupsClientUpdateOptions) (resp azfake.Responder[armcompute.ProximityPlacementGroupsClientUpdateResponse], errResp azfake.ErrorResponder) }
ProximityPlacementGroupsServer is a fake server for instances of the armcompute.ProximityPlacementGroupsClient type.
type ProximityPlacementGroupsServerTransport ¶
type ProximityPlacementGroupsServerTransport struct {
// contains filtered or unexported fields
}
ProximityPlacementGroupsServerTransport connects instances of armcompute.ProximityPlacementGroupsClient to instances of ProximityPlacementGroupsServer. Don't use this type directly, use NewProximityPlacementGroupsServerTransport instead.
func NewProximityPlacementGroupsServerTransport ¶
func NewProximityPlacementGroupsServerTransport(srv *ProximityPlacementGroupsServer) *ProximityPlacementGroupsServerTransport
NewProximityPlacementGroupsServerTransport creates a new instance of ProximityPlacementGroupsServerTransport with the provided implementation. The returned ProximityPlacementGroupsServerTransport instance is connected to an instance of armcompute.ProximityPlacementGroupsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ResourceSKUsServer ¶
type ResourceSKUsServer struct { // NewListPager is the fake for method ResourceSKUsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.ResourceSKUsClientListOptions) (resp azfake.PagerResponder[armcompute.ResourceSKUsClientListResponse]) }
ResourceSKUsServer is a fake server for instances of the armcompute.ResourceSKUsClient type.
type ResourceSKUsServerTransport ¶
type ResourceSKUsServerTransport struct {
// contains filtered or unexported fields
}
ResourceSKUsServerTransport connects instances of armcompute.ResourceSKUsClient to instances of ResourceSKUsServer. Don't use this type directly, use NewResourceSKUsServerTransport instead.
func NewResourceSKUsServerTransport ¶
func NewResourceSKUsServerTransport(srv *ResourceSKUsServer) *ResourceSKUsServerTransport
NewResourceSKUsServerTransport creates a new instance of ResourceSKUsServerTransport with the provided implementation. The returned ResourceSKUsServerTransport instance is connected to an instance of armcompute.ResourceSKUsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type RestorePointCollectionsServer ¶
type RestorePointCollectionsServer struct { // CreateOrUpdate is the fake for method RestorePointCollectionsClient.CreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated CreateOrUpdate func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, parameters armcompute.RestorePointCollection, options *armcompute.RestorePointCollectionsClientCreateOrUpdateOptions) (resp azfake.Responder[armcompute.RestorePointCollectionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method RestorePointCollectionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, options *armcompute.RestorePointCollectionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.RestorePointCollectionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method RestorePointCollectionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, options *armcompute.RestorePointCollectionsClientGetOptions) (resp azfake.Responder[armcompute.RestorePointCollectionsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method RestorePointCollectionsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, options *armcompute.RestorePointCollectionsClientListOptions) (resp azfake.PagerResponder[armcompute.RestorePointCollectionsClientListResponse]) // NewListAllPager is the fake for method RestorePointCollectionsClient.NewListAllPager // HTTP status codes to indicate success: http.StatusOK NewListAllPager func(options *armcompute.RestorePointCollectionsClientListAllOptions) (resp azfake.PagerResponder[armcompute.RestorePointCollectionsClientListAllResponse]) // Update is the fake for method RestorePointCollectionsClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, parameters armcompute.RestorePointCollectionUpdate, options *armcompute.RestorePointCollectionsClientUpdateOptions) (resp azfake.Responder[armcompute.RestorePointCollectionsClientUpdateResponse], errResp azfake.ErrorResponder) }
RestorePointCollectionsServer is a fake server for instances of the armcompute.RestorePointCollectionsClient type.
type RestorePointCollectionsServerTransport ¶
type RestorePointCollectionsServerTransport struct {
// contains filtered or unexported fields
}
RestorePointCollectionsServerTransport connects instances of armcompute.RestorePointCollectionsClient to instances of RestorePointCollectionsServer. Don't use this type directly, use NewRestorePointCollectionsServerTransport instead.
func NewRestorePointCollectionsServerTransport ¶
func NewRestorePointCollectionsServerTransport(srv *RestorePointCollectionsServer) *RestorePointCollectionsServerTransport
NewRestorePointCollectionsServerTransport creates a new instance of RestorePointCollectionsServerTransport with the provided implementation. The returned RestorePointCollectionsServerTransport instance is connected to an instance of armcompute.RestorePointCollectionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type RestorePointsServer ¶
type RestorePointsServer struct { // BeginCreate is the fake for method RestorePointsClient.BeginCreate // HTTP status codes to indicate success: http.StatusCreated BeginCreate func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, restorePointName string, parameters armcompute.RestorePoint, options *armcompute.RestorePointsClientBeginCreateOptions) (resp azfake.PollerResponder[armcompute.RestorePointsClientCreateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method RestorePointsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, restorePointName string, options *armcompute.RestorePointsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.RestorePointsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method RestorePointsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, restorePointCollectionName string, restorePointName string, options *armcompute.RestorePointsClientGetOptions) (resp azfake.Responder[armcompute.RestorePointsClientGetResponse], errResp azfake.ErrorResponder) }
RestorePointsServer is a fake server for instances of the armcompute.RestorePointsClient type.
type RestorePointsServerTransport ¶
type RestorePointsServerTransport struct {
// contains filtered or unexported fields
}
RestorePointsServerTransport connects instances of armcompute.RestorePointsClient to instances of RestorePointsServer. Don't use this type directly, use NewRestorePointsServerTransport instead.
func NewRestorePointsServerTransport ¶
func NewRestorePointsServerTransport(srv *RestorePointsServer) *RestorePointsServerTransport
NewRestorePointsServerTransport creates a new instance of RestorePointsServerTransport with the provided implementation. The returned RestorePointsServerTransport instance is connected to an instance of armcompute.RestorePointsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SSHPublicKeysServer ¶
type SSHPublicKeysServer struct { // Create is the fake for method SSHPublicKeysClient.Create // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated Create func(ctx context.Context, resourceGroupName string, sshPublicKeyName string, parameters armcompute.SSHPublicKeyResource, options *armcompute.SSHPublicKeysClientCreateOptions) (resp azfake.Responder[armcompute.SSHPublicKeysClientCreateResponse], errResp azfake.ErrorResponder) // Delete is the fake for method SSHPublicKeysClient.Delete // HTTP status codes to indicate success: http.StatusOK, http.StatusNoContent Delete func(ctx context.Context, resourceGroupName string, sshPublicKeyName string, options *armcompute.SSHPublicKeysClientDeleteOptions) (resp azfake.Responder[armcompute.SSHPublicKeysClientDeleteResponse], errResp azfake.ErrorResponder) // GenerateKeyPair is the fake for method SSHPublicKeysClient.GenerateKeyPair // HTTP status codes to indicate success: http.StatusOK GenerateKeyPair func(ctx context.Context, resourceGroupName string, sshPublicKeyName string, options *armcompute.SSHPublicKeysClientGenerateKeyPairOptions) (resp azfake.Responder[armcompute.SSHPublicKeysClientGenerateKeyPairResponse], errResp azfake.ErrorResponder) // Get is the fake for method SSHPublicKeysClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, sshPublicKeyName string, options *armcompute.SSHPublicKeysClientGetOptions) (resp azfake.Responder[armcompute.SSHPublicKeysClientGetResponse], errResp azfake.ErrorResponder) // NewListByResourceGroupPager is the fake for method SSHPublicKeysClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.SSHPublicKeysClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.SSHPublicKeysClientListByResourceGroupResponse]) // NewListBySubscriptionPager is the fake for method SSHPublicKeysClient.NewListBySubscriptionPager // HTTP status codes to indicate success: http.StatusOK NewListBySubscriptionPager func(options *armcompute.SSHPublicKeysClientListBySubscriptionOptions) (resp azfake.PagerResponder[armcompute.SSHPublicKeysClientListBySubscriptionResponse]) // Update is the fake for method SSHPublicKeysClient.Update // HTTP status codes to indicate success: http.StatusOK Update func(ctx context.Context, resourceGroupName string, sshPublicKeyName string, parameters armcompute.SSHPublicKeyUpdateResource, options *armcompute.SSHPublicKeysClientUpdateOptions) (resp azfake.Responder[armcompute.SSHPublicKeysClientUpdateResponse], errResp azfake.ErrorResponder) }
SSHPublicKeysServer is a fake server for instances of the armcompute.SSHPublicKeysClient type.
type SSHPublicKeysServerTransport ¶
type SSHPublicKeysServerTransport struct {
// contains filtered or unexported fields
}
SSHPublicKeysServerTransport connects instances of armcompute.SSHPublicKeysClient to instances of SSHPublicKeysServer. Don't use this type directly, use NewSSHPublicKeysServerTransport instead.
func NewSSHPublicKeysServerTransport ¶
func NewSSHPublicKeysServerTransport(srv *SSHPublicKeysServer) *SSHPublicKeysServerTransport
NewSSHPublicKeysServerTransport creates a new instance of SSHPublicKeysServerTransport with the provided implementation. The returned SSHPublicKeysServerTransport instance is connected to an instance of armcompute.SSHPublicKeysClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct { AvailabilitySetsServer AvailabilitySetsServer CapacityReservationGroupsServer CapacityReservationGroupsServer CapacityReservationsServer CapacityReservationsServer CloudServiceOperatingSystemsServer CloudServiceOperatingSystemsServer CloudServiceRoleInstancesServer CloudServiceRoleInstancesServer CloudServiceRolesServer CloudServiceRolesServer CloudServicesServer CloudServicesServer CloudServicesUpdateDomainServer CloudServicesUpdateDomainServer CommunityGalleriesServer CommunityGalleriesServer CommunityGalleryImageVersionsServer CommunityGalleryImageVersionsServer CommunityGalleryImagesServer CommunityGalleryImagesServer DedicatedHostGroupsServer DedicatedHostGroupsServer DedicatedHostsServer DedicatedHostsServer DiskAccessesServer DiskAccessesServer DiskEncryptionSetsServer DiskEncryptionSetsServer DiskRestorePointServer DiskRestorePointServer DisksServer DisksServer GalleriesServer GalleriesServer GalleryApplicationVersionsServer GalleryApplicationVersionsServer GalleryApplicationsServer GalleryApplicationsServer GalleryImageVersionsServer GalleryImageVersionsServer GalleryImagesServer GalleryImagesServer GalleryInVMAccessControlProfileVersionsServer GalleryInVMAccessControlProfileVersionsServer GalleryInVMAccessControlProfilesServer GalleryInVMAccessControlProfilesServer GallerySharingProfileServer GallerySharingProfileServer ImagesServer ImagesServer LogAnalyticsServer LogAnalyticsServer OperationsServer OperationsServer ProximityPlacementGroupsServer ProximityPlacementGroupsServer ResourceSKUsServer ResourceSKUsServer RestorePointCollectionsServer RestorePointCollectionsServer RestorePointsServer RestorePointsServer SSHPublicKeysServer SSHPublicKeysServer SnapshotsServer SnapshotsServer SoftDeletedResourceServer SoftDeletedResourceServer UsageServer UsageServer VirtualMachineExtensionImagesServer VirtualMachineExtensionImagesServer VirtualMachineExtensionsServer VirtualMachineExtensionsServer VirtualMachineImagesServer VirtualMachineImagesServer VirtualMachineImagesEdgeZoneServer VirtualMachineImagesEdgeZoneServer VirtualMachineRunCommandsServer VirtualMachineRunCommandsServer VirtualMachineScaleSetExtensionsServer VirtualMachineScaleSetExtensionsServer VirtualMachineScaleSetRollingUpgradesServer VirtualMachineScaleSetRollingUpgradesServer VirtualMachineScaleSetVMExtensionsServer VirtualMachineScaleSetVMExtensionsServer VirtualMachineScaleSetVMRunCommandsServer VirtualMachineScaleSetVMRunCommandsServer VirtualMachineScaleSetVMsServer VirtualMachineScaleSetVMsServer VirtualMachineScaleSetsServer VirtualMachineScaleSetsServer VirtualMachineSizesServer VirtualMachineSizesServer VirtualMachinesServer VirtualMachinesServer }
ServerFactory is a fake server for instances of the armcompute.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of armcompute.ClientFactory to instances of ServerFactory. Don't use this type directly, use NewServerFactoryTransport instead.
func NewServerFactoryTransport ¶
func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation. The returned ServerFactoryTransport instance is connected to an instance of armcompute.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SharedGalleriesServer ¶
type SharedGalleriesServer struct { // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, galleryUniqueName string, options *armcompute.SharedGalleriesClientGetOptions) (resp azfake.Responder[armcompute.SharedGalleriesClientGetResponse], errResp azfake.ErrorResponder) // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, options *armcompute.SharedGalleriesClientListOptions) (resp azfake.PagerResponder[armcompute.SharedGalleriesClientListResponse]) }
SharedGalleriesServer is a fake server for instances of the armcompute.SharedGalleriesClient type.
type SharedGalleriesServerTransport ¶
type SharedGalleriesServerTransport struct {
// contains filtered or unexported fields
}
SharedGalleriesServerTransport connects instances of armcompute.SharedGalleriesClient to instances of SharedGalleriesServer. Don't use this type directly, use NewSharedGalleriesServerTransport instead.
func NewSharedGalleriesServerTransport ¶
func NewSharedGalleriesServerTransport(srv *SharedGalleriesServer) *SharedGalleriesServerTransport
NewSharedGalleriesServerTransport creates a new instance of SharedGalleriesServerTransport with the provided implementation. The returned SharedGalleriesServerTransport instance is connected to an instance of armcompute.SharedGalleriesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SharedGalleryImageVersionsServer ¶
type SharedGalleryImageVersionsServer struct { // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, galleryUniqueName string, galleryImageName string, galleryImageVersionName string, options *armcompute.SharedGalleryImageVersionsClientGetOptions) (resp azfake.Responder[armcompute.SharedGalleryImageVersionsClientGetResponse], errResp azfake.ErrorResponder) // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, galleryUniqueName string, galleryImageName string, options *armcompute.SharedGalleryImageVersionsClientListOptions) (resp azfake.PagerResponder[armcompute.SharedGalleryImageVersionsClientListResponse]) }
SharedGalleryImageVersionsServer is a fake server for instances of the armcompute.SharedGalleryImageVersionsClient type.
type SharedGalleryImageVersionsServerTransport ¶
type SharedGalleryImageVersionsServerTransport struct {
// contains filtered or unexported fields
}
SharedGalleryImageVersionsServerTransport connects instances of armcompute.SharedGalleryImageVersionsClient to instances of SharedGalleryImageVersionsServer. Don't use this type directly, use NewSharedGalleryImageVersionsServerTransport instead.
func NewSharedGalleryImageVersionsServerTransport ¶
func NewSharedGalleryImageVersionsServerTransport(srv *SharedGalleryImageVersionsServer) *SharedGalleryImageVersionsServerTransport
NewSharedGalleryImageVersionsServerTransport creates a new instance of SharedGalleryImageVersionsServerTransport with the provided implementation. The returned SharedGalleryImageVersionsServerTransport instance is connected to an instance of armcompute.SharedGalleryImageVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SharedGalleryImagesServer ¶
type SharedGalleryImagesServer struct { // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, galleryUniqueName string, galleryImageName string, options *armcompute.SharedGalleryImagesClientGetOptions) (resp azfake.Responder[armcompute.SharedGalleryImagesClientGetResponse], errResp azfake.ErrorResponder) // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, galleryUniqueName string, options *armcompute.SharedGalleryImagesClientListOptions) (resp azfake.PagerResponder[armcompute.SharedGalleryImagesClientListResponse]) }
SharedGalleryImagesServer is a fake server for instances of the armcompute.SharedGalleryImagesClient type.
type SharedGalleryImagesServerTransport ¶
type SharedGalleryImagesServerTransport struct {
// contains filtered or unexported fields
}
SharedGalleryImagesServerTransport connects instances of armcompute.SharedGalleryImagesClient to instances of SharedGalleryImagesServer. Don't use this type directly, use NewSharedGalleryImagesServerTransport instead.
func NewSharedGalleryImagesServerTransport ¶
func NewSharedGalleryImagesServerTransport(srv *SharedGalleryImagesServer) *SharedGalleryImagesServerTransport
NewSharedGalleryImagesServerTransport creates a new instance of SharedGalleryImagesServerTransport with the provided implementation. The returned SharedGalleryImagesServerTransport instance is connected to an instance of armcompute.SharedGalleryImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SnapshotsServer ¶
type SnapshotsServer struct { // BeginCreateOrUpdate is the fake for method SnapshotsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, snapshotName string, snapshot armcompute.Snapshot, options *armcompute.SnapshotsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.SnapshotsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method SnapshotsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, snapshotName string, options *armcompute.SnapshotsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.SnapshotsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method SnapshotsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, snapshotName string, options *armcompute.SnapshotsClientGetOptions) (resp azfake.Responder[armcompute.SnapshotsClientGetResponse], errResp azfake.ErrorResponder) // BeginGrantAccess is the fake for method SnapshotsClient.BeginGrantAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginGrantAccess func(ctx context.Context, resourceGroupName string, snapshotName string, grantAccessData armcompute.GrantAccessData, options *armcompute.SnapshotsClientBeginGrantAccessOptions) (resp azfake.PollerResponder[armcompute.SnapshotsClientGrantAccessResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method SnapshotsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(options *armcompute.SnapshotsClientListOptions) (resp azfake.PagerResponder[armcompute.SnapshotsClientListResponse]) // NewListByResourceGroupPager is the fake for method SnapshotsClient.NewListByResourceGroupPager // HTTP status codes to indicate success: http.StatusOK NewListByResourceGroupPager func(resourceGroupName string, options *armcompute.SnapshotsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armcompute.SnapshotsClientListByResourceGroupResponse]) // BeginRevokeAccess is the fake for method SnapshotsClient.BeginRevokeAccess // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRevokeAccess func(ctx context.Context, resourceGroupName string, snapshotName string, options *armcompute.SnapshotsClientBeginRevokeAccessOptions) (resp azfake.PollerResponder[armcompute.SnapshotsClientRevokeAccessResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method SnapshotsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, snapshotName string, snapshot armcompute.SnapshotUpdate, options *armcompute.SnapshotsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.SnapshotsClientUpdateResponse], errResp azfake.ErrorResponder) }
SnapshotsServer is a fake server for instances of the armcompute.SnapshotsClient type.
type SnapshotsServerTransport ¶
type SnapshotsServerTransport struct {
// contains filtered or unexported fields
}
SnapshotsServerTransport connects instances of armcompute.SnapshotsClient to instances of SnapshotsServer. Don't use this type directly, use NewSnapshotsServerTransport instead.
func NewSnapshotsServerTransport ¶
func NewSnapshotsServerTransport(srv *SnapshotsServer) *SnapshotsServerTransport
NewSnapshotsServerTransport creates a new instance of SnapshotsServerTransport with the provided implementation. The returned SnapshotsServerTransport instance is connected to an instance of armcompute.SnapshotsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type SoftDeletedResourceServer ¶ added in v6.2.0
type SoftDeletedResourceServer struct { // NewListByArtifactNamePager is the fake for method SoftDeletedResourceClient.NewListByArtifactNamePager // HTTP status codes to indicate success: http.StatusOK NewListByArtifactNamePager func(resourceGroupName string, galleryName string, artifactType string, artifactName string, options *armcompute.SoftDeletedResourceClientListByArtifactNameOptions) (resp azfake.PagerResponder[armcompute.SoftDeletedResourceClientListByArtifactNameResponse]) }
SoftDeletedResourceServer is a fake server for instances of the armcompute.SoftDeletedResourceClient type.
type SoftDeletedResourceServerTransport ¶ added in v6.2.0
type SoftDeletedResourceServerTransport struct {
// contains filtered or unexported fields
}
SoftDeletedResourceServerTransport connects instances of armcompute.SoftDeletedResourceClient to instances of SoftDeletedResourceServer. Don't use this type directly, use NewSoftDeletedResourceServerTransport instead.
func NewSoftDeletedResourceServerTransport ¶ added in v6.2.0
func NewSoftDeletedResourceServerTransport(srv *SoftDeletedResourceServer) *SoftDeletedResourceServerTransport
NewSoftDeletedResourceServerTransport creates a new instance of SoftDeletedResourceServerTransport with the provided implementation. The returned SoftDeletedResourceServerTransport instance is connected to an instance of armcompute.SoftDeletedResourceClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type UsageServer ¶
type UsageServer struct { // NewListPager is the fake for method UsageClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, options *armcompute.UsageClientListOptions) (resp azfake.PagerResponder[armcompute.UsageClientListResponse]) }
UsageServer is a fake server for instances of the armcompute.UsageClient type.
type UsageServerTransport ¶
type UsageServerTransport struct {
// contains filtered or unexported fields
}
UsageServerTransport connects instances of armcompute.UsageClient to instances of UsageServer. Don't use this type directly, use NewUsageServerTransport instead.
func NewUsageServerTransport ¶
func NewUsageServerTransport(srv *UsageServer) *UsageServerTransport
NewUsageServerTransport creates a new instance of UsageServerTransport with the provided implementation. The returned UsageServerTransport instance is connected to an instance of armcompute.UsageClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineExtensionImagesServer ¶
type VirtualMachineExtensionImagesServer struct { // Get is the fake for method VirtualMachineExtensionImagesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, publisherName string, typeParam string, version string, options *armcompute.VirtualMachineExtensionImagesClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineExtensionImagesClientGetResponse], errResp azfake.ErrorResponder) // ListTypes is the fake for method VirtualMachineExtensionImagesClient.ListTypes // HTTP status codes to indicate success: http.StatusOK ListTypes func(ctx context.Context, location string, publisherName string, options *armcompute.VirtualMachineExtensionImagesClientListTypesOptions) (resp azfake.Responder[armcompute.VirtualMachineExtensionImagesClientListTypesResponse], errResp azfake.ErrorResponder) // ListVersions is the fake for method VirtualMachineExtensionImagesClient.ListVersions // HTTP status codes to indicate success: http.StatusOK ListVersions func(ctx context.Context, location string, publisherName string, typeParam string, options *armcompute.VirtualMachineExtensionImagesClientListVersionsOptions) (resp azfake.Responder[armcompute.VirtualMachineExtensionImagesClientListVersionsResponse], errResp azfake.ErrorResponder) }
VirtualMachineExtensionImagesServer is a fake server for instances of the armcompute.VirtualMachineExtensionImagesClient type.
type VirtualMachineExtensionImagesServerTransport ¶
type VirtualMachineExtensionImagesServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineExtensionImagesServerTransport connects instances of armcompute.VirtualMachineExtensionImagesClient to instances of VirtualMachineExtensionImagesServer. Don't use this type directly, use NewVirtualMachineExtensionImagesServerTransport instead.
func NewVirtualMachineExtensionImagesServerTransport ¶
func NewVirtualMachineExtensionImagesServerTransport(srv *VirtualMachineExtensionImagesServer) *VirtualMachineExtensionImagesServerTransport
NewVirtualMachineExtensionImagesServerTransport creates a new instance of VirtualMachineExtensionImagesServerTransport with the provided implementation. The returned VirtualMachineExtensionImagesServerTransport instance is connected to an instance of armcompute.VirtualMachineExtensionImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineExtensionsServer ¶
type VirtualMachineExtensionsServer struct { // BeginCreateOrUpdate is the fake for method VirtualMachineExtensionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmName string, vmExtensionName string, extensionParameters armcompute.VirtualMachineExtension, options *armcompute.VirtualMachineExtensionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineExtensionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineExtensionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmName string, vmExtensionName string, options *armcompute.VirtualMachineExtensionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineExtensionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineExtensionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmName string, vmExtensionName string, options *armcompute.VirtualMachineExtensionsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineExtensionsClientGetResponse], errResp azfake.ErrorResponder) // List is the fake for method VirtualMachineExtensionsClient.List // HTTP status codes to indicate success: http.StatusOK List func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachineExtensionsClientListOptions) (resp azfake.Responder[armcompute.VirtualMachineExtensionsClientListResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method VirtualMachineExtensionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmName string, vmExtensionName string, extensionParameters armcompute.VirtualMachineExtensionUpdate, options *armcompute.VirtualMachineExtensionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineExtensionsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineExtensionsServer is a fake server for instances of the armcompute.VirtualMachineExtensionsClient type.
type VirtualMachineExtensionsServerTransport ¶
type VirtualMachineExtensionsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineExtensionsServerTransport connects instances of armcompute.VirtualMachineExtensionsClient to instances of VirtualMachineExtensionsServer. Don't use this type directly, use NewVirtualMachineExtensionsServerTransport instead.
func NewVirtualMachineExtensionsServerTransport ¶
func NewVirtualMachineExtensionsServerTransport(srv *VirtualMachineExtensionsServer) *VirtualMachineExtensionsServerTransport
NewVirtualMachineExtensionsServerTransport creates a new instance of VirtualMachineExtensionsServerTransport with the provided implementation. The returned VirtualMachineExtensionsServerTransport instance is connected to an instance of armcompute.VirtualMachineExtensionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineImagesEdgeZoneServer ¶
type VirtualMachineImagesEdgeZoneServer struct { // Get is the fake for method VirtualMachineImagesEdgeZoneClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, edgeZone string, publisherName string, offer string, skus string, version string, options *armcompute.VirtualMachineImagesEdgeZoneClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesEdgeZoneClientGetResponse], errResp azfake.ErrorResponder) // List is the fake for method VirtualMachineImagesEdgeZoneClient.List // HTTP status codes to indicate success: http.StatusOK List func(ctx context.Context, location string, edgeZone string, publisherName string, offer string, skus string, options *armcompute.VirtualMachineImagesEdgeZoneClientListOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesEdgeZoneClientListResponse], errResp azfake.ErrorResponder) // ListOffers is the fake for method VirtualMachineImagesEdgeZoneClient.ListOffers // HTTP status codes to indicate success: http.StatusOK ListOffers func(ctx context.Context, location string, edgeZone string, publisherName string, options *armcompute.VirtualMachineImagesEdgeZoneClientListOffersOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesEdgeZoneClientListOffersResponse], errResp azfake.ErrorResponder) // ListPublishers is the fake for method VirtualMachineImagesEdgeZoneClient.ListPublishers // HTTP status codes to indicate success: http.StatusOK ListPublishers func(ctx context.Context, location string, edgeZone string, options *armcompute.VirtualMachineImagesEdgeZoneClientListPublishersOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesEdgeZoneClientListPublishersResponse], errResp azfake.ErrorResponder) // ListSKUs is the fake for method VirtualMachineImagesEdgeZoneClient.ListSKUs // HTTP status codes to indicate success: http.StatusOK ListSKUs func(ctx context.Context, location string, edgeZone string, publisherName string, offer string, options *armcompute.VirtualMachineImagesEdgeZoneClientListSKUsOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesEdgeZoneClientListSKUsResponse], errResp azfake.ErrorResponder) }
VirtualMachineImagesEdgeZoneServer is a fake server for instances of the armcompute.VirtualMachineImagesEdgeZoneClient type.
type VirtualMachineImagesEdgeZoneServerTransport ¶
type VirtualMachineImagesEdgeZoneServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineImagesEdgeZoneServerTransport connects instances of armcompute.VirtualMachineImagesEdgeZoneClient to instances of VirtualMachineImagesEdgeZoneServer. Don't use this type directly, use NewVirtualMachineImagesEdgeZoneServerTransport instead.
func NewVirtualMachineImagesEdgeZoneServerTransport ¶
func NewVirtualMachineImagesEdgeZoneServerTransport(srv *VirtualMachineImagesEdgeZoneServer) *VirtualMachineImagesEdgeZoneServerTransport
NewVirtualMachineImagesEdgeZoneServerTransport creates a new instance of VirtualMachineImagesEdgeZoneServerTransport with the provided implementation. The returned VirtualMachineImagesEdgeZoneServerTransport instance is connected to an instance of armcompute.VirtualMachineImagesEdgeZoneClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineImagesServer ¶
type VirtualMachineImagesServer struct { // Get is the fake for method VirtualMachineImagesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, publisherName string, offer string, skus string, version string, options *armcompute.VirtualMachineImagesClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientGetResponse], errResp azfake.ErrorResponder) // List is the fake for method VirtualMachineImagesClient.List // HTTP status codes to indicate success: http.StatusOK List func(ctx context.Context, location string, publisherName string, offer string, skus string, options *armcompute.VirtualMachineImagesClientListOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientListResponse], errResp azfake.ErrorResponder) // ListByEdgeZone is the fake for method VirtualMachineImagesClient.ListByEdgeZone // HTTP status codes to indicate success: http.StatusOK ListByEdgeZone func(ctx context.Context, location string, edgeZone string, options *armcompute.VirtualMachineImagesClientListByEdgeZoneOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientListByEdgeZoneResponse], errResp azfake.ErrorResponder) // ListOffers is the fake for method VirtualMachineImagesClient.ListOffers // HTTP status codes to indicate success: http.StatusOK ListOffers func(ctx context.Context, location string, publisherName string, options *armcompute.VirtualMachineImagesClientListOffersOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientListOffersResponse], errResp azfake.ErrorResponder) // ListPublishers is the fake for method VirtualMachineImagesClient.ListPublishers // HTTP status codes to indicate success: http.StatusOK ListPublishers func(ctx context.Context, location string, options *armcompute.VirtualMachineImagesClientListPublishersOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientListPublishersResponse], errResp azfake.ErrorResponder) // ListSKUs is the fake for method VirtualMachineImagesClient.ListSKUs // HTTP status codes to indicate success: http.StatusOK ListSKUs func(ctx context.Context, location string, publisherName string, offer string, options *armcompute.VirtualMachineImagesClientListSKUsOptions) (resp azfake.Responder[armcompute.VirtualMachineImagesClientListSKUsResponse], errResp azfake.ErrorResponder) }
VirtualMachineImagesServer is a fake server for instances of the armcompute.VirtualMachineImagesClient type.
type VirtualMachineImagesServerTransport ¶
type VirtualMachineImagesServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineImagesServerTransport connects instances of armcompute.VirtualMachineImagesClient to instances of VirtualMachineImagesServer. Don't use this type directly, use NewVirtualMachineImagesServerTransport instead.
func NewVirtualMachineImagesServerTransport ¶
func NewVirtualMachineImagesServerTransport(srv *VirtualMachineImagesServer) *VirtualMachineImagesServerTransport
NewVirtualMachineImagesServerTransport creates a new instance of VirtualMachineImagesServerTransport with the provided implementation. The returned VirtualMachineImagesServerTransport instance is connected to an instance of armcompute.VirtualMachineImagesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineRunCommandsServer ¶
type VirtualMachineRunCommandsServer struct { // BeginCreateOrUpdate is the fake for method VirtualMachineRunCommandsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmName string, runCommandName string, runCommand armcompute.VirtualMachineRunCommand, options *armcompute.VirtualMachineRunCommandsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineRunCommandsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineRunCommandsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmName string, runCommandName string, options *armcompute.VirtualMachineRunCommandsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineRunCommandsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineRunCommandsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, location string, commandID string, options *armcompute.VirtualMachineRunCommandsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineRunCommandsClientGetResponse], errResp azfake.ErrorResponder) // GetByVirtualMachine is the fake for method VirtualMachineRunCommandsClient.GetByVirtualMachine // HTTP status codes to indicate success: http.StatusOK GetByVirtualMachine func(ctx context.Context, resourceGroupName string, vmName string, runCommandName string, options *armcompute.VirtualMachineRunCommandsClientGetByVirtualMachineOptions) (resp azfake.Responder[armcompute.VirtualMachineRunCommandsClientGetByVirtualMachineResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method VirtualMachineRunCommandsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, options *armcompute.VirtualMachineRunCommandsClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineRunCommandsClientListResponse]) // NewListByVirtualMachinePager is the fake for method VirtualMachineRunCommandsClient.NewListByVirtualMachinePager // HTTP status codes to indicate success: http.StatusOK NewListByVirtualMachinePager func(resourceGroupName string, vmName string, options *armcompute.VirtualMachineRunCommandsClientListByVirtualMachineOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineRunCommandsClientListByVirtualMachineResponse]) // BeginUpdate is the fake for method VirtualMachineRunCommandsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmName string, runCommandName string, runCommand armcompute.VirtualMachineRunCommandUpdate, options *armcompute.VirtualMachineRunCommandsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineRunCommandsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineRunCommandsServer is a fake server for instances of the armcompute.VirtualMachineRunCommandsClient type.
type VirtualMachineRunCommandsServerTransport ¶
type VirtualMachineRunCommandsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineRunCommandsServerTransport connects instances of armcompute.VirtualMachineRunCommandsClient to instances of VirtualMachineRunCommandsServer. Don't use this type directly, use NewVirtualMachineRunCommandsServerTransport instead.
func NewVirtualMachineRunCommandsServerTransport ¶
func NewVirtualMachineRunCommandsServerTransport(srv *VirtualMachineRunCommandsServer) *VirtualMachineRunCommandsServerTransport
NewVirtualMachineRunCommandsServerTransport creates a new instance of VirtualMachineRunCommandsServerTransport with the provided implementation. The returned VirtualMachineRunCommandsServerTransport instance is connected to an instance of armcompute.VirtualMachineRunCommandsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetExtensionsServer ¶
type VirtualMachineScaleSetExtensionsServer struct { // BeginCreateOrUpdate is the fake for method VirtualMachineScaleSetExtensionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmssExtensionName string, extensionParameters armcompute.VirtualMachineScaleSetExtension, options *armcompute.VirtualMachineScaleSetExtensionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetExtensionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineScaleSetExtensionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmssExtensionName string, options *armcompute.VirtualMachineScaleSetExtensionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetExtensionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineScaleSetExtensionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmssExtensionName string, options *armcompute.VirtualMachineScaleSetExtensionsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetExtensionsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method VirtualMachineScaleSetExtensionsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetExtensionsClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetExtensionsClientListResponse]) // BeginUpdate is the fake for method VirtualMachineScaleSetExtensionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmssExtensionName string, extensionParameters armcompute.VirtualMachineScaleSetExtensionUpdate, options *armcompute.VirtualMachineScaleSetExtensionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetExtensionsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetExtensionsServer is a fake server for instances of the armcompute.VirtualMachineScaleSetExtensionsClient type.
type VirtualMachineScaleSetExtensionsServerTransport ¶
type VirtualMachineScaleSetExtensionsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetExtensionsServerTransport connects instances of armcompute.VirtualMachineScaleSetExtensionsClient to instances of VirtualMachineScaleSetExtensionsServer. Don't use this type directly, use NewVirtualMachineScaleSetExtensionsServerTransport instead.
func NewVirtualMachineScaleSetExtensionsServerTransport ¶
func NewVirtualMachineScaleSetExtensionsServerTransport(srv *VirtualMachineScaleSetExtensionsServer) *VirtualMachineScaleSetExtensionsServerTransport
NewVirtualMachineScaleSetExtensionsServerTransport creates a new instance of VirtualMachineScaleSetExtensionsServerTransport with the provided implementation. The returned VirtualMachineScaleSetExtensionsServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetExtensionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetRollingUpgradesServer ¶
type VirtualMachineScaleSetRollingUpgradesServer struct { // BeginCancel is the fake for method VirtualMachineScaleSetRollingUpgradesClient.BeginCancel // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCancel func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetRollingUpgradesClientBeginCancelOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetRollingUpgradesClientCancelResponse], errResp azfake.ErrorResponder) // GetLatest is the fake for method VirtualMachineScaleSetRollingUpgradesClient.GetLatest // HTTP status codes to indicate success: http.StatusOK GetLatest func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetRollingUpgradesClientGetLatestOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetRollingUpgradesClientGetLatestResponse], errResp azfake.ErrorResponder) // BeginStartExtensionUpgrade is the fake for method VirtualMachineScaleSetRollingUpgradesClient.BeginStartExtensionUpgrade // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStartExtensionUpgrade func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetRollingUpgradesClientBeginStartExtensionUpgradeOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetRollingUpgradesClientStartExtensionUpgradeResponse], errResp azfake.ErrorResponder) // BeginStartOSUpgrade is the fake for method VirtualMachineScaleSetRollingUpgradesClient.BeginStartOSUpgrade // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStartOSUpgrade func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetRollingUpgradesClientBeginStartOSUpgradeOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetRollingUpgradesClientStartOSUpgradeResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetRollingUpgradesServer is a fake server for instances of the armcompute.VirtualMachineScaleSetRollingUpgradesClient type.
type VirtualMachineScaleSetRollingUpgradesServerTransport ¶
type VirtualMachineScaleSetRollingUpgradesServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetRollingUpgradesServerTransport connects instances of armcompute.VirtualMachineScaleSetRollingUpgradesClient to instances of VirtualMachineScaleSetRollingUpgradesServer. Don't use this type directly, use NewVirtualMachineScaleSetRollingUpgradesServerTransport instead.
func NewVirtualMachineScaleSetRollingUpgradesServerTransport ¶
func NewVirtualMachineScaleSetRollingUpgradesServerTransport(srv *VirtualMachineScaleSetRollingUpgradesServer) *VirtualMachineScaleSetRollingUpgradesServerTransport
NewVirtualMachineScaleSetRollingUpgradesServerTransport creates a new instance of VirtualMachineScaleSetRollingUpgradesServerTransport with the provided implementation. The returned VirtualMachineScaleSetRollingUpgradesServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetRollingUpgradesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetVMExtensionsServer ¶
type VirtualMachineScaleSetVMExtensionsServer struct { // BeginCreateOrUpdate is the fake for method VirtualMachineScaleSetVMExtensionsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, vmExtensionName string, extensionParameters armcompute.VirtualMachineScaleSetVMExtension, options *armcompute.VirtualMachineScaleSetVMExtensionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMExtensionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineScaleSetVMExtensionsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, vmExtensionName string, options *armcompute.VirtualMachineScaleSetVMExtensionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMExtensionsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineScaleSetVMExtensionsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, vmExtensionName string, options *armcompute.VirtualMachineScaleSetVMExtensionsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMExtensionsClientGetResponse], errResp azfake.ErrorResponder) // List is the fake for method VirtualMachineScaleSetVMExtensionsClient.List // HTTP status codes to indicate success: http.StatusOK List func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMExtensionsClientListOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMExtensionsClientListResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method VirtualMachineScaleSetVMExtensionsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, vmExtensionName string, extensionParameters armcompute.VirtualMachineScaleSetVMExtensionUpdate, options *armcompute.VirtualMachineScaleSetVMExtensionsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMExtensionsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetVMExtensionsServer is a fake server for instances of the armcompute.VirtualMachineScaleSetVMExtensionsClient type.
type VirtualMachineScaleSetVMExtensionsServerTransport ¶
type VirtualMachineScaleSetVMExtensionsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetVMExtensionsServerTransport connects instances of armcompute.VirtualMachineScaleSetVMExtensionsClient to instances of VirtualMachineScaleSetVMExtensionsServer. Don't use this type directly, use NewVirtualMachineScaleSetVMExtensionsServerTransport instead.
func NewVirtualMachineScaleSetVMExtensionsServerTransport ¶
func NewVirtualMachineScaleSetVMExtensionsServerTransport(srv *VirtualMachineScaleSetVMExtensionsServer) *VirtualMachineScaleSetVMExtensionsServerTransport
NewVirtualMachineScaleSetVMExtensionsServerTransport creates a new instance of VirtualMachineScaleSetVMExtensionsServerTransport with the provided implementation. The returned VirtualMachineScaleSetVMExtensionsServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetVMExtensionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetVMRunCommandsServer ¶
type VirtualMachineScaleSetVMRunCommandsServer struct { // BeginCreateOrUpdate is the fake for method VirtualMachineScaleSetVMRunCommandsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, runCommandName string, runCommand armcompute.VirtualMachineRunCommand, options *armcompute.VirtualMachineScaleSetVMRunCommandsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMRunCommandsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineScaleSetVMRunCommandsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, runCommandName string, options *armcompute.VirtualMachineScaleSetVMRunCommandsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMRunCommandsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineScaleSetVMRunCommandsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, runCommandName string, options *armcompute.VirtualMachineScaleSetVMRunCommandsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMRunCommandsClientGetResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method VirtualMachineScaleSetVMRunCommandsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMRunCommandsClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetVMRunCommandsClientListResponse]) // BeginUpdate is the fake for method VirtualMachineScaleSetVMRunCommandsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, runCommandName string, runCommand armcompute.VirtualMachineRunCommandUpdate, options *armcompute.VirtualMachineScaleSetVMRunCommandsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMRunCommandsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetVMRunCommandsServer is a fake server for instances of the armcompute.VirtualMachineScaleSetVMRunCommandsClient type.
type VirtualMachineScaleSetVMRunCommandsServerTransport ¶
type VirtualMachineScaleSetVMRunCommandsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetVMRunCommandsServerTransport connects instances of armcompute.VirtualMachineScaleSetVMRunCommandsClient to instances of VirtualMachineScaleSetVMRunCommandsServer. Don't use this type directly, use NewVirtualMachineScaleSetVMRunCommandsServerTransport instead.
func NewVirtualMachineScaleSetVMRunCommandsServerTransport ¶
func NewVirtualMachineScaleSetVMRunCommandsServerTransport(srv *VirtualMachineScaleSetVMRunCommandsServer) *VirtualMachineScaleSetVMRunCommandsServerTransport
NewVirtualMachineScaleSetVMRunCommandsServerTransport creates a new instance of VirtualMachineScaleSetVMRunCommandsServerTransport with the provided implementation. The returned VirtualMachineScaleSetVMRunCommandsServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetVMRunCommandsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetVMsServer ¶
type VirtualMachineScaleSetVMsServer struct { // BeginApproveRollingUpgrade is the fake for method VirtualMachineScaleSetVMsClient.BeginApproveRollingUpgrade // HTTP status codes to indicate success: http.StatusAccepted BeginApproveRollingUpgrade func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginApproveRollingUpgradeOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientApproveRollingUpgradeResponse], errResp azfake.ErrorResponder) // BeginAttachDetachDataDisks is the fake for method VirtualMachineScaleSetVMsClient.BeginAttachDetachDataDisks // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginAttachDetachDataDisks func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, parameters armcompute.AttachDetachDataDisksRequest, options *armcompute.VirtualMachineScaleSetVMsClientBeginAttachDetachDataDisksOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientAttachDetachDataDisksResponse], errResp azfake.ErrorResponder) // BeginDeallocate is the fake for method VirtualMachineScaleSetVMsClient.BeginDeallocate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginDeallocate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginDeallocateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientDeallocateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineScaleSetVMsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientDeleteResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineScaleSetVMsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMsClientGetResponse], errResp azfake.ErrorResponder) // GetInstanceView is the fake for method VirtualMachineScaleSetVMsClient.GetInstanceView // HTTP status codes to indicate success: http.StatusOK GetInstanceView func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientGetInstanceViewOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMsClientGetInstanceViewResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method VirtualMachineScaleSetVMsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, virtualMachineScaleSetName string, options *armcompute.VirtualMachineScaleSetVMsClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetVMsClientListResponse]) // BeginPerformMaintenance is the fake for method VirtualMachineScaleSetVMsClient.BeginPerformMaintenance // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPerformMaintenance func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginPerformMaintenanceOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientPerformMaintenanceResponse], errResp azfake.ErrorResponder) // BeginPowerOff is the fake for method VirtualMachineScaleSetVMsClient.BeginPowerOff // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPowerOff func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginPowerOffOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientPowerOffResponse], errResp azfake.ErrorResponder) // BeginRedeploy is the fake for method VirtualMachineScaleSetVMsClient.BeginRedeploy // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRedeploy func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginRedeployOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientRedeployResponse], errResp azfake.ErrorResponder) // BeginReimage is the fake for method VirtualMachineScaleSetVMsClient.BeginReimage // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimage func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginReimageOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientReimageResponse], errResp azfake.ErrorResponder) // BeginReimageAll is the fake for method VirtualMachineScaleSetVMsClient.BeginReimageAll // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimageAll func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginReimageAllOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientReimageAllResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method VirtualMachineScaleSetVMsClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRestart func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientRestartResponse], errResp azfake.ErrorResponder) // RetrieveBootDiagnosticsData is the fake for method VirtualMachineScaleSetVMsClient.RetrieveBootDiagnosticsData // HTTP status codes to indicate success: http.StatusOK RetrieveBootDiagnosticsData func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMsClientRetrieveBootDiagnosticsDataResponse], errResp azfake.ErrorResponder) // BeginRunCommand is the fake for method VirtualMachineScaleSetVMsClient.BeginRunCommand // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRunCommand func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, parameters armcompute.RunCommandInput, options *armcompute.VirtualMachineScaleSetVMsClientBeginRunCommandOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientRunCommandResponse], errResp azfake.ErrorResponder) // SimulateEviction is the fake for method VirtualMachineScaleSetVMsClient.SimulateEviction // HTTP status codes to indicate success: http.StatusNoContent SimulateEviction func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientSimulateEvictionOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetVMsClientSimulateEvictionResponse], errResp azfake.ErrorResponder) // BeginStart is the fake for method VirtualMachineScaleSetVMsClient.BeginStart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStart func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, options *armcompute.VirtualMachineScaleSetVMsClientBeginStartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientStartResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method VirtualMachineScaleSetVMsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, instanceID string, parameters armcompute.VirtualMachineScaleSetVM, options *armcompute.VirtualMachineScaleSetVMsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetVMsClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetVMsServer is a fake server for instances of the armcompute.VirtualMachineScaleSetVMsClient type.
type VirtualMachineScaleSetVMsServerTransport ¶
type VirtualMachineScaleSetVMsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetVMsServerTransport connects instances of armcompute.VirtualMachineScaleSetVMsClient to instances of VirtualMachineScaleSetVMsServer. Don't use this type directly, use NewVirtualMachineScaleSetVMsServerTransport instead.
func NewVirtualMachineScaleSetVMsServerTransport ¶
func NewVirtualMachineScaleSetVMsServerTransport(srv *VirtualMachineScaleSetVMsServer) *VirtualMachineScaleSetVMsServerTransport
NewVirtualMachineScaleSetVMsServerTransport creates a new instance of VirtualMachineScaleSetVMsServerTransport with the provided implementation. The returned VirtualMachineScaleSetVMsServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetVMsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineScaleSetsServer ¶
type VirtualMachineScaleSetsServer struct { // BeginApproveRollingUpgrade is the fake for method VirtualMachineScaleSetsClient.BeginApproveRollingUpgrade // HTTP status codes to indicate success: http.StatusAccepted BeginApproveRollingUpgrade func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginApproveRollingUpgradeOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientApproveRollingUpgradeResponse], errResp azfake.ErrorResponder) // ConvertToSinglePlacementGroup is the fake for method VirtualMachineScaleSetsClient.ConvertToSinglePlacementGroup // HTTP status codes to indicate success: http.StatusOK ConvertToSinglePlacementGroup func(ctx context.Context, resourceGroupName string, vmScaleSetName string, parameters armcompute.VMScaleSetConvertToSinglePlacementGroupInput, options *armcompute.VirtualMachineScaleSetsClientConvertToSinglePlacementGroupOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetsClientConvertToSinglePlacementGroupResponse], errResp azfake.ErrorResponder) // BeginCreateOrUpdate is the fake for method VirtualMachineScaleSetsClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, parameters armcompute.VirtualMachineScaleSet, options *armcompute.VirtualMachineScaleSetsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDeallocate is the fake for method VirtualMachineScaleSetsClient.BeginDeallocate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginDeallocate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginDeallocateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientDeallocateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachineScaleSetsClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientDeleteResponse], errResp azfake.ErrorResponder) // BeginDeleteInstances is the fake for method VirtualMachineScaleSetsClient.BeginDeleteInstances // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginDeleteInstances func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmInstanceIDs armcompute.VirtualMachineScaleSetVMInstanceRequiredIDs, options *armcompute.VirtualMachineScaleSetsClientBeginDeleteInstancesOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientDeleteInstancesResponse], errResp azfake.ErrorResponder) // ForceRecoveryServiceFabricPlatformUpdateDomainWalk is the fake for method VirtualMachineScaleSetsClient.ForceRecoveryServiceFabricPlatformUpdateDomainWalk // HTTP status codes to indicate success: http.StatusOK ForceRecoveryServiceFabricPlatformUpdateDomainWalk func(ctx context.Context, resourceGroupName string, vmScaleSetName string, platformUpdateDomain int32, options *armcompute.VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetsClientForceRecoveryServiceFabricPlatformUpdateDomainWalkResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachineScaleSetsClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetsClientGetResponse], errResp azfake.ErrorResponder) // GetInstanceView is the fake for method VirtualMachineScaleSetsClient.GetInstanceView // HTTP status codes to indicate success: http.StatusOK GetInstanceView func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientGetInstanceViewOptions) (resp azfake.Responder[armcompute.VirtualMachineScaleSetsClientGetInstanceViewResponse], errResp azfake.ErrorResponder) // NewGetOSUpgradeHistoryPager is the fake for method VirtualMachineScaleSetsClient.NewGetOSUpgradeHistoryPager // HTTP status codes to indicate success: http.StatusOK NewGetOSUpgradeHistoryPager func(resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientGetOSUpgradeHistoryOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetsClientGetOSUpgradeHistoryResponse]) // NewListPager is the fake for method VirtualMachineScaleSetsClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, options *armcompute.VirtualMachineScaleSetsClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetsClientListResponse]) // NewListAllPager is the fake for method VirtualMachineScaleSetsClient.NewListAllPager // HTTP status codes to indicate success: http.StatusOK NewListAllPager func(options *armcompute.VirtualMachineScaleSetsClientListAllOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetsClientListAllResponse]) // NewListByLocationPager is the fake for method VirtualMachineScaleSetsClient.NewListByLocationPager // HTTP status codes to indicate success: http.StatusOK NewListByLocationPager func(location string, options *armcompute.VirtualMachineScaleSetsClientListByLocationOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetsClientListByLocationResponse]) // NewListSKUsPager is the fake for method VirtualMachineScaleSetsClient.NewListSKUsPager // HTTP status codes to indicate success: http.StatusOK NewListSKUsPager func(resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientListSKUsOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineScaleSetsClientListSKUsResponse]) // BeginPerformMaintenance is the fake for method VirtualMachineScaleSetsClient.BeginPerformMaintenance // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPerformMaintenance func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginPerformMaintenanceOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientPerformMaintenanceResponse], errResp azfake.ErrorResponder) // BeginPowerOff is the fake for method VirtualMachineScaleSetsClient.BeginPowerOff // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPowerOff func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginPowerOffOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientPowerOffResponse], errResp azfake.ErrorResponder) // BeginReapply is the fake for method VirtualMachineScaleSetsClient.BeginReapply // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReapply func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginReapplyOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientReapplyResponse], errResp azfake.ErrorResponder) // BeginRedeploy is the fake for method VirtualMachineScaleSetsClient.BeginRedeploy // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRedeploy func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginRedeployOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientRedeployResponse], errResp azfake.ErrorResponder) // BeginReimage is the fake for method VirtualMachineScaleSetsClient.BeginReimage // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimage func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginReimageOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientReimageResponse], errResp azfake.ErrorResponder) // BeginReimageAll is the fake for method VirtualMachineScaleSetsClient.BeginReimageAll // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimageAll func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginReimageAllOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientReimageAllResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method VirtualMachineScaleSetsClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRestart func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientRestartResponse], errResp azfake.ErrorResponder) // BeginSetOrchestrationServiceState is the fake for method VirtualMachineScaleSetsClient.BeginSetOrchestrationServiceState // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginSetOrchestrationServiceState func(ctx context.Context, resourceGroupName string, vmScaleSetName string, parameters armcompute.OrchestrationServiceStateInput, options *armcompute.VirtualMachineScaleSetsClientBeginSetOrchestrationServiceStateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientSetOrchestrationServiceStateResponse], errResp azfake.ErrorResponder) // BeginStart is the fake for method VirtualMachineScaleSetsClient.BeginStart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStart func(ctx context.Context, resourceGroupName string, vmScaleSetName string, options *armcompute.VirtualMachineScaleSetsClientBeginStartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientStartResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method VirtualMachineScaleSetsClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmScaleSetName string, parameters armcompute.VirtualMachineScaleSetUpdate, options *armcompute.VirtualMachineScaleSetsClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientUpdateResponse], errResp azfake.ErrorResponder) // BeginUpdateInstances is the fake for method VirtualMachineScaleSetsClient.BeginUpdateInstances // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginUpdateInstances func(ctx context.Context, resourceGroupName string, vmScaleSetName string, vmInstanceIDs armcompute.VirtualMachineScaleSetVMInstanceRequiredIDs, options *armcompute.VirtualMachineScaleSetsClientBeginUpdateInstancesOptions) (resp azfake.PollerResponder[armcompute.VirtualMachineScaleSetsClientUpdateInstancesResponse], errResp azfake.ErrorResponder) }
VirtualMachineScaleSetsServer is a fake server for instances of the armcompute.VirtualMachineScaleSetsClient type.
type VirtualMachineScaleSetsServerTransport ¶
type VirtualMachineScaleSetsServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsServerTransport connects instances of armcompute.VirtualMachineScaleSetsClient to instances of VirtualMachineScaleSetsServer. Don't use this type directly, use NewVirtualMachineScaleSetsServerTransport instead.
func NewVirtualMachineScaleSetsServerTransport ¶
func NewVirtualMachineScaleSetsServerTransport(srv *VirtualMachineScaleSetsServer) *VirtualMachineScaleSetsServerTransport
NewVirtualMachineScaleSetsServerTransport creates a new instance of VirtualMachineScaleSetsServerTransport with the provided implementation. The returned VirtualMachineScaleSetsServerTransport instance is connected to an instance of armcompute.VirtualMachineScaleSetsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachineSizesServer ¶
type VirtualMachineSizesServer struct { // NewListPager is the fake for method VirtualMachineSizesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(location string, options *armcompute.VirtualMachineSizesClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachineSizesClientListResponse]) }
VirtualMachineSizesServer is a fake server for instances of the armcompute.VirtualMachineSizesClient type.
type VirtualMachineSizesServerTransport ¶
type VirtualMachineSizesServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachineSizesServerTransport connects instances of armcompute.VirtualMachineSizesClient to instances of VirtualMachineSizesServer. Don't use this type directly, use NewVirtualMachineSizesServerTransport instead.
func NewVirtualMachineSizesServerTransport ¶
func NewVirtualMachineSizesServerTransport(srv *VirtualMachineSizesServer) *VirtualMachineSizesServerTransport
NewVirtualMachineSizesServerTransport creates a new instance of VirtualMachineSizesServerTransport with the provided implementation. The returned VirtualMachineSizesServerTransport instance is connected to an instance of armcompute.VirtualMachineSizesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type VirtualMachinesServer ¶
type VirtualMachinesServer struct { // BeginAssessPatches is the fake for method VirtualMachinesClient.BeginAssessPatches // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginAssessPatches func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginAssessPatchesOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientAssessPatchesResponse], errResp azfake.ErrorResponder) // BeginAttachDetachDataDisks is the fake for method VirtualMachinesClient.BeginAttachDetachDataDisks // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginAttachDetachDataDisks func(ctx context.Context, resourceGroupName string, vmName string, parameters armcompute.AttachDetachDataDisksRequest, options *armcompute.VirtualMachinesClientBeginAttachDetachDataDisksOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientAttachDetachDataDisksResponse], errResp azfake.ErrorResponder) // BeginCapture is the fake for method VirtualMachinesClient.BeginCapture // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginCapture func(ctx context.Context, resourceGroupName string, vmName string, parameters armcompute.VirtualMachineCaptureParameters, options *armcompute.VirtualMachinesClientBeginCaptureOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientCaptureResponse], errResp azfake.ErrorResponder) // BeginConvertToManagedDisks is the fake for method VirtualMachinesClient.BeginConvertToManagedDisks // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginConvertToManagedDisks func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginConvertToManagedDisksOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientConvertToManagedDisksResponse], errResp azfake.ErrorResponder) // BeginCreateOrUpdate is the fake for method VirtualMachinesClient.BeginCreateOrUpdate // HTTP status codes to indicate success: http.StatusOK, http.StatusCreated BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, vmName string, parameters armcompute.VirtualMachine, options *armcompute.VirtualMachinesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder) // BeginDeallocate is the fake for method VirtualMachinesClient.BeginDeallocate // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginDeallocate func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginDeallocateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientDeallocateResponse], errResp azfake.ErrorResponder) // BeginDelete is the fake for method VirtualMachinesClient.BeginDelete // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent BeginDelete func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginDeleteOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientDeleteResponse], errResp azfake.ErrorResponder) // Generalize is the fake for method VirtualMachinesClient.Generalize // HTTP status codes to indicate success: http.StatusOK Generalize func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientGeneralizeOptions) (resp azfake.Responder[armcompute.VirtualMachinesClientGeneralizeResponse], errResp azfake.ErrorResponder) // Get is the fake for method VirtualMachinesClient.Get // HTTP status codes to indicate success: http.StatusOK Get func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientGetOptions) (resp azfake.Responder[armcompute.VirtualMachinesClientGetResponse], errResp azfake.ErrorResponder) // BeginInstallPatches is the fake for method VirtualMachinesClient.BeginInstallPatches // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginInstallPatches func(ctx context.Context, resourceGroupName string, vmName string, installPatchesInput armcompute.VirtualMachineInstallPatchesParameters, options *armcompute.VirtualMachinesClientBeginInstallPatchesOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientInstallPatchesResponse], errResp azfake.ErrorResponder) // InstanceView is the fake for method VirtualMachinesClient.InstanceView // HTTP status codes to indicate success: http.StatusOK InstanceView func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientInstanceViewOptions) (resp azfake.Responder[armcompute.VirtualMachinesClientInstanceViewResponse], errResp azfake.ErrorResponder) // NewListPager is the fake for method VirtualMachinesClient.NewListPager // HTTP status codes to indicate success: http.StatusOK NewListPager func(resourceGroupName string, options *armcompute.VirtualMachinesClientListOptions) (resp azfake.PagerResponder[armcompute.VirtualMachinesClientListResponse]) // NewListAllPager is the fake for method VirtualMachinesClient.NewListAllPager // HTTP status codes to indicate success: http.StatusOK NewListAllPager func(options *armcompute.VirtualMachinesClientListAllOptions) (resp azfake.PagerResponder[armcompute.VirtualMachinesClientListAllResponse]) // NewListAvailableSizesPager is the fake for method VirtualMachinesClient.NewListAvailableSizesPager // HTTP status codes to indicate success: http.StatusOK NewListAvailableSizesPager func(resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientListAvailableSizesOptions) (resp azfake.PagerResponder[armcompute.VirtualMachinesClientListAvailableSizesResponse]) // NewListByLocationPager is the fake for method VirtualMachinesClient.NewListByLocationPager // HTTP status codes to indicate success: http.StatusOK NewListByLocationPager func(location string, options *armcompute.VirtualMachinesClientListByLocationOptions) (resp azfake.PagerResponder[armcompute.VirtualMachinesClientListByLocationResponse]) // BeginPerformMaintenance is the fake for method VirtualMachinesClient.BeginPerformMaintenance // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPerformMaintenance func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginPerformMaintenanceOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientPerformMaintenanceResponse], errResp azfake.ErrorResponder) // BeginPowerOff is the fake for method VirtualMachinesClient.BeginPowerOff // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginPowerOff func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginPowerOffOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientPowerOffResponse], errResp azfake.ErrorResponder) // BeginReapply is the fake for method VirtualMachinesClient.BeginReapply // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReapply func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginReapplyOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientReapplyResponse], errResp azfake.ErrorResponder) // BeginRedeploy is the fake for method VirtualMachinesClient.BeginRedeploy // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRedeploy func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginRedeployOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientRedeployResponse], errResp azfake.ErrorResponder) // BeginReimage is the fake for method VirtualMachinesClient.BeginReimage // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginReimage func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginReimageOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientReimageResponse], errResp azfake.ErrorResponder) // BeginRestart is the fake for method VirtualMachinesClient.BeginRestart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRestart func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginRestartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientRestartResponse], errResp azfake.ErrorResponder) // RetrieveBootDiagnosticsData is the fake for method VirtualMachinesClient.RetrieveBootDiagnosticsData // HTTP status codes to indicate success: http.StatusOK RetrieveBootDiagnosticsData func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientRetrieveBootDiagnosticsDataOptions) (resp azfake.Responder[armcompute.VirtualMachinesClientRetrieveBootDiagnosticsDataResponse], errResp azfake.ErrorResponder) // BeginRunCommand is the fake for method VirtualMachinesClient.BeginRunCommand // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginRunCommand func(ctx context.Context, resourceGroupName string, vmName string, parameters armcompute.RunCommandInput, options *armcompute.VirtualMachinesClientBeginRunCommandOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientRunCommandResponse], errResp azfake.ErrorResponder) // SimulateEviction is the fake for method VirtualMachinesClient.SimulateEviction // HTTP status codes to indicate success: http.StatusNoContent SimulateEviction func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientSimulateEvictionOptions) (resp azfake.Responder[armcompute.VirtualMachinesClientSimulateEvictionResponse], errResp azfake.ErrorResponder) // BeginStart is the fake for method VirtualMachinesClient.BeginStart // HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted BeginStart func(ctx context.Context, resourceGroupName string, vmName string, options *armcompute.VirtualMachinesClientBeginStartOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientStartResponse], errResp azfake.ErrorResponder) // BeginUpdate is the fake for method VirtualMachinesClient.BeginUpdate // HTTP status codes to indicate success: http.StatusOK BeginUpdate func(ctx context.Context, resourceGroupName string, vmName string, parameters armcompute.VirtualMachineUpdate, options *armcompute.VirtualMachinesClientBeginUpdateOptions) (resp azfake.PollerResponder[armcompute.VirtualMachinesClientUpdateResponse], errResp azfake.ErrorResponder) }
VirtualMachinesServer is a fake server for instances of the armcompute.VirtualMachinesClient type.
type VirtualMachinesServerTransport ¶
type VirtualMachinesServerTransport struct {
// contains filtered or unexported fields
}
VirtualMachinesServerTransport connects instances of armcompute.VirtualMachinesClient to instances of VirtualMachinesServer. Don't use this type directly, use NewVirtualMachinesServerTransport instead.
func NewVirtualMachinesServerTransport ¶
func NewVirtualMachinesServerTransport(srv *VirtualMachinesServer) *VirtualMachinesServerTransport
NewVirtualMachinesServerTransport creates a new instance of VirtualMachinesServerTransport with the provided implementation. The returned VirtualMachinesServerTransport instance is connected to an instance of armcompute.VirtualMachinesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
Source Files ¶
- availabilitysets_server.go
- capacityreservationgroups_server.go
- capacityreservations_server.go
- cloudserviceoperatingsystems_server.go
- cloudserviceroleinstances_server.go
- cloudserviceroles_server.go
- cloudservices_server.go
- cloudservicesupdatedomain_server.go
- communitygalleries_server.go
- communitygalleryimages_server.go
- communitygalleryimageversions_server.go
- dedicatedhostgroups_server.go
- dedicatedhosts_server.go
- diskaccesses_server.go
- diskencryptionsets_server.go
- diskrestorepoint_server.go
- disks_server.go
- galleries_server.go
- galleryapplications_server.go
- galleryapplicationversions_server.go
- galleryimages_server.go
- galleryimageversions_server.go
- galleryinvmaccesscontrolprofiles_server.go
- galleryinvmaccesscontrolprofileversions_server.go
- gallerysharingprofile_server.go
- images_server.go
- internal.go
- loganalytics_server.go
- operations_server.go
- proximityplacementgroups_server.go
- resourceskus_server.go
- restorepointcollections_server.go
- restorepoints_server.go
- server_factory.go
- sharedgalleries_server.go
- sharedgalleryimages_server.go
- sharedgalleryimageversions_server.go
- snapshots_server.go
- softdeletedresource_server.go
- sshpublickeys_server.go
- time_rfc3339.go
- usage_server.go
- virtualmachineextensionimages_server.go
- virtualmachineextensions_server.go
- virtualmachineimages_server.go
- virtualmachineimagesedgezone_server.go
- virtualmachineruncommands_server.go
- virtualmachines_server.go
- virtualmachinescalesetextensions_server.go
- virtualmachinescalesetrollingupgrades_server.go
- virtualmachinescalesets_server.go
- virtualmachinescalesetvmextensions_server.go
- virtualmachinescalesetvmruncommands_server.go
- virtualmachinescalesetvms_server.go
- virtualmachinesizes_server.go