Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockAzureClient
- func (m *MockAzureClient) EXPECT() *MockAzureClientMockRecorder
- func (m *MockAzureClient) GetAzureADApp(arg0 context.Context, arg1 string, arg2 []string) (*azure.Application, error)
- func (m *MockAzureClient) GetAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.ApplicationList, error)
- func (m *MockAzureClient) GetAzureADDirectoryObject(arg0 context.Context, arg1 string) (json.RawMessage, error)
- func (m *MockAzureClient) GetAzureADGroup(arg0 context.Context, arg1 string, arg2 []string) (*azure.Group, error)
- func (m *MockAzureClient) GetAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.DirectoryObjectList, error)
- func (m *MockAzureClient) GetAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.GroupList, error)
- func (m *MockAzureClient) GetAzureADOrganization(arg0 context.Context, arg1 []string) (*azure.Organization, error)
- func (m *MockAzureClient) GetAzureADRole(arg0 context.Context, arg1 string, arg2 []string) (*azure.Role, error)
- func (m *MockAzureClient) GetAzureADRoleAssignment(arg0 context.Context, arg1 string, arg2 []string) (*azure.UnifiedRoleAssignment, error)
- func (m *MockAzureClient) GetAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.UnifiedRoleAssignmentList, error)
- func (m *MockAzureClient) GetAzureADRoles(arg0 context.Context, arg1, arg2 string) (azure.RoleList, error)
- func (m *MockAzureClient) GetAzureADServicePrincipal(arg0 context.Context, arg1 string, arg2 []string) (*azure.ServicePrincipal, error)
- func (m *MockAzureClient) GetAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.DirectoryObjectList, error)
- func (m *MockAzureClient) GetAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.ServicePrincipalList, error)
- func (m *MockAzureClient) GetAzureADTenants(arg0 context.Context, arg1 bool) (azure.TenantList, error)
- func (m *MockAzureClient) GetAzureADUser(arg0 context.Context, arg1 string, arg2 []string) (*azure.User, error)
- func (m *MockAzureClient) GetAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int32, ...) (azure.UserList, error)
- func (m *MockAzureClient) GetAzureDevice(arg0 context.Context, arg1 string, arg2 []string) (*azure.Device, error)
- func (m *MockAzureClient) GetAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, ...) (azure.DeviceList, error)
- func (m *MockAzureClient) GetAzureKeyVault(arg0 context.Context, arg1, arg2, arg3 string) (*azure.KeyVault, error)
- func (m *MockAzureClient) GetAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) (azure.KeyVaultList, error)
- func (m *MockAzureClient) GetAzureManagementGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 bool) (*azure.ManagementGroup, error)
- func (m *MockAzureClient) GetAzureManagementGroups(arg0 context.Context) (azure.ManagementGroupList, error)
- func (m *MockAzureClient) GetAzureResourceGroup(arg0 context.Context, arg1, arg2 string) (*azure.ResourceGroup, error)
- func (m *MockAzureClient) GetAzureResourceGroups(arg0 context.Context, arg1, arg2 string, arg3 int32) (azure.ResourceGroupList, error)
- func (m *MockAzureClient) GetAzureStorageAccount(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.StorageAccount, error)
- func (m *MockAzureClient) GetAzureStorageAccounts(arg0 context.Context, arg1 string) (azure.StorageAccountList, error)
- func (m *MockAzureClient) GetAzureSubscription(arg0 context.Context, arg1 string) (*azure.Subscription, error)
- func (m *MockAzureClient) GetAzureSubscriptions(arg0 context.Context) (azure.SubscriptionList, error)
- func (m *MockAzureClient) GetAzureVirtualMachine(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.VirtualMachine, error)
- func (m *MockAzureClient) GetAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) (azure.VirtualMachineList, error)
- func (m *MockAzureClient) GetResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) (azure.RoleAssignmentList, error)
- func (m *MockAzureClient) GetRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) (azure.RoleAssignmentList, error)
- func (m *MockAzureClient) ListAzureADAppMemberObjects(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.MemberObjectResult
- func (m *MockAzureClient) ListAzureADAppOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.AppOwnerResult
- func (m *MockAzureClient) ListAzureADAppRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string, arg6 []string) <-chan azure.AppRoleAssignmentResult
- func (m *MockAzureClient) ListAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ApplicationResult
- func (m *MockAzureClient) ListAzureADGroupMembers(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.MemberObjectResult
- func (m *MockAzureClient) ListAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupOwnerResult
- func (m *MockAzureClient) ListAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupResult
- func (m *MockAzureClient) ListAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.UnifiedRoleAssignmentResult
- func (m *MockAzureClient) ListAzureADRoles(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleResult
- func (m *MockAzureClient) ListAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalOwnerResult
- func (m *MockAzureClient) ListAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalResult
- func (m *MockAzureClient) ListAzureADTenants(arg0 context.Context, arg1 bool) <-chan azure.TenantResult
- func (m *MockAzureClient) ListAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) <-chan azure.UserResult
- func (m *MockAzureClient) ListAzureAutomationAccounts(arg0 context.Context, arg1 string) <-chan azure.AutomationAccountResult
- func (m *MockAzureClient) ListAzureContainerRegistries(arg0 context.Context, arg1 string) <-chan azure.ContainerRegistryResult
- func (m *MockAzureClient) ListAzureDeviceRegisteredOwners(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.DeviceRegisteredOwnerResult
- func (m *MockAzureClient) ListAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.DeviceResult
- func (m *MockAzureClient) ListAzureFunctionApps(arg0 context.Context, arg1 string) <-chan azure.FunctionAppResult
- func (m *MockAzureClient) ListAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) <-chan azure.KeyVaultResult
- func (m *MockAzureClient) ListAzureLogicApps(arg0 context.Context, arg1, arg2 string, arg3 int32) <-chan azure.LogicAppResult
- func (m *MockAzureClient) ListAzureManagedClusters(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.ManagedClusterResult
- func (m *MockAzureClient) ListAzureManagementGroupDescendants(arg0 context.Context, arg1 string) <-chan azure.DescendantInfoResult
- func (m *MockAzureClient) ListAzureManagementGroups(arg0 context.Context) <-chan azure.ManagementGroupResult
- func (m *MockAzureClient) ListAzureResourceGroups(arg0 context.Context, arg1, arg2 string) <-chan azure.ResourceGroupResult
- func (m *MockAzureClient) ListAzureStorageAccounts(arg0 context.Context, arg1 string) <-chan azure.StorageAccountResult
- func (m *MockAzureClient) ListAzureStorageContainers(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) <-chan azure.StorageContainerResult
- func (m *MockAzureClient) ListAzureSubscriptions(arg0 context.Context) <-chan azure.SubscriptionResult
- func (m *MockAzureClient) ListAzureVMScaleSets(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.VMScaleSetResult
- func (m *MockAzureClient) ListAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.VirtualMachineResult
- func (m *MockAzureClient) ListAzureWebApps(arg0 context.Context, arg1 string) <-chan azure.WebAppResult
- func (m *MockAzureClient) ListResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) <-chan azure.RoleAssignmentResult
- func (m *MockAzureClient) ListRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleAssignmentResult
- func (m *MockAzureClient) TenantInfo() azure.Tenant
- type MockAzureClientMockRecorder
- func (mr *MockAzureClientMockRecorder) GetAzureADApp(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADDirectoryObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADGroup(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADOrganization(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADRole(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignment(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipal(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADTenants(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADUser(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureADUsers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureDevice(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureKeyVault(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureManagementGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureManagementGroups(arg0 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureResourceGroup(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureResourceGroups(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureStorageAccount(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureSubscription(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureSubscriptions(arg0 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureVirtualMachine(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetResourceRoleAssignments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) GetRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADAppMemberObjects(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADAppOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADAppRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADGroupMembers(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADTenants(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureADUsers(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureAutomationAccounts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureContainerRegistries(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureDeviceRegisteredOwners(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureFunctionApps(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureLogicApps(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureManagedClusters(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureManagementGroupDescendants(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureManagementGroups(arg0 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureResourceGroups(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureStorageContainers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureSubscriptions(arg0 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureVMScaleSets(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListAzureWebApps(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListResourceRoleAssignments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) ListRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzureClientMockRecorder) TenantInfo() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAzureClient ¶
type MockAzureClient struct {
// contains filtered or unexported fields
}
MockAzureClient is a mock of AzureClient interface.
func NewMockAzureClient ¶
func NewMockAzureClient(ctrl *gomock.Controller) *MockAzureClient
NewMockAzureClient creates a new mock instance.
func (*MockAzureClient) EXPECT ¶
func (m *MockAzureClient) EXPECT() *MockAzureClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzureClient) GetAzureADApp ¶
func (m *MockAzureClient) GetAzureADApp(arg0 context.Context, arg1 string, arg2 []string) (*azure.Application, error)
GetAzureADApp mocks base method.
func (*MockAzureClient) GetAzureADApps ¶
func (m *MockAzureClient) GetAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.ApplicationList, error)
GetAzureADApps mocks base method.
func (*MockAzureClient) GetAzureADDirectoryObject ¶
func (m *MockAzureClient) GetAzureADDirectoryObject(arg0 context.Context, arg1 string) (json.RawMessage, error)
GetAzureADDirectoryObject mocks base method.
func (*MockAzureClient) GetAzureADGroup ¶
func (m *MockAzureClient) GetAzureADGroup(arg0 context.Context, arg1 string, arg2 []string) (*azure.Group, error)
GetAzureADGroup mocks base method.
func (*MockAzureClient) GetAzureADGroupOwners ¶
func (m *MockAzureClient) GetAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DirectoryObjectList, error)
GetAzureADGroupOwners mocks base method.
func (*MockAzureClient) GetAzureADGroups ¶
func (m *MockAzureClient) GetAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.GroupList, error)
GetAzureADGroups mocks base method.
func (*MockAzureClient) GetAzureADOrganization ¶
func (m *MockAzureClient) GetAzureADOrganization(arg0 context.Context, arg1 []string) (*azure.Organization, error)
GetAzureADOrganization mocks base method.
func (*MockAzureClient) GetAzureADRole ¶
func (m *MockAzureClient) GetAzureADRole(arg0 context.Context, arg1 string, arg2 []string) (*azure.Role, error)
GetAzureADRole mocks base method.
func (*MockAzureClient) GetAzureADRoleAssignment ¶
func (m *MockAzureClient) GetAzureADRoleAssignment(arg0 context.Context, arg1 string, arg2 []string) (*azure.UnifiedRoleAssignment, error)
GetAzureADRoleAssignment mocks base method.
func (*MockAzureClient) GetAzureADRoleAssignments ¶
func (m *MockAzureClient) GetAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.UnifiedRoleAssignmentList, error)
GetAzureADRoleAssignments mocks base method.
func (*MockAzureClient) GetAzureADRoles ¶
func (m *MockAzureClient) GetAzureADRoles(arg0 context.Context, arg1, arg2 string) (azure.RoleList, error)
GetAzureADRoles mocks base method.
func (*MockAzureClient) GetAzureADServicePrincipal ¶
func (m *MockAzureClient) GetAzureADServicePrincipal(arg0 context.Context, arg1 string, arg2 []string) (*azure.ServicePrincipal, error)
GetAzureADServicePrincipal mocks base method.
func (*MockAzureClient) GetAzureADServicePrincipalOwners ¶
func (m *MockAzureClient) GetAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DirectoryObjectList, error)
GetAzureADServicePrincipalOwners mocks base method.
func (*MockAzureClient) GetAzureADServicePrincipals ¶
func (m *MockAzureClient) GetAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.ServicePrincipalList, error)
GetAzureADServicePrincipals mocks base method.
func (*MockAzureClient) GetAzureADTenants ¶
func (m *MockAzureClient) GetAzureADTenants(arg0 context.Context, arg1 bool) (azure.TenantList, error)
GetAzureADTenants mocks base method.
func (*MockAzureClient) GetAzureADUser ¶
func (m *MockAzureClient) GetAzureADUser(arg0 context.Context, arg1 string, arg2 []string) (*azure.User, error)
GetAzureADUser mocks base method.
func (*MockAzureClient) GetAzureADUsers ¶
func (m *MockAzureClient) GetAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int32, arg6 bool) (azure.UserList, error)
GetAzureADUsers mocks base method.
func (*MockAzureClient) GetAzureDevice ¶
func (m *MockAzureClient) GetAzureDevice(arg0 context.Context, arg1 string, arg2 []string) (*azure.Device, error)
GetAzureDevice mocks base method.
func (*MockAzureClient) GetAzureDevices ¶
func (m *MockAzureClient) GetAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string, arg6 int32, arg7 bool) (azure.DeviceList, error)
GetAzureDevices mocks base method.
func (*MockAzureClient) GetAzureKeyVault ¶
func (m *MockAzureClient) GetAzureKeyVault(arg0 context.Context, arg1, arg2, arg3 string) (*azure.KeyVault, error)
GetAzureKeyVault mocks base method.
func (*MockAzureClient) GetAzureKeyVaults ¶
func (m *MockAzureClient) GetAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) (azure.KeyVaultList, error)
GetAzureKeyVaults mocks base method.
func (*MockAzureClient) GetAzureManagementGroup ¶
func (m *MockAzureClient) GetAzureManagementGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 bool) (*azure.ManagementGroup, error)
GetAzureManagementGroup mocks base method.
func (*MockAzureClient) GetAzureManagementGroups ¶
func (m *MockAzureClient) GetAzureManagementGroups(arg0 context.Context) (azure.ManagementGroupList, error)
GetAzureManagementGroups mocks base method.
func (*MockAzureClient) GetAzureResourceGroup ¶
func (m *MockAzureClient) GetAzureResourceGroup(arg0 context.Context, arg1, arg2 string) (*azure.ResourceGroup, error)
GetAzureResourceGroup mocks base method.
func (*MockAzureClient) GetAzureResourceGroups ¶
func (m *MockAzureClient) GetAzureResourceGroups(arg0 context.Context, arg1, arg2 string, arg3 int32) (azure.ResourceGroupList, error)
GetAzureResourceGroups mocks base method.
func (*MockAzureClient) GetAzureStorageAccount ¶
func (m *MockAzureClient) GetAzureStorageAccount(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.StorageAccount, error)
GetAzureStorageAccount mocks base method.
func (*MockAzureClient) GetAzureStorageAccounts ¶
func (m *MockAzureClient) GetAzureStorageAccounts(arg0 context.Context, arg1 string) (azure.StorageAccountList, error)
GetAzureStorageAccounts mocks base method.
func (*MockAzureClient) GetAzureSubscription ¶
func (m *MockAzureClient) GetAzureSubscription(arg0 context.Context, arg1 string) (*azure.Subscription, error)
GetAzureSubscription mocks base method.
func (*MockAzureClient) GetAzureSubscriptions ¶
func (m *MockAzureClient) GetAzureSubscriptions(arg0 context.Context) (azure.SubscriptionList, error)
GetAzureSubscriptions mocks base method.
func (*MockAzureClient) GetAzureVirtualMachine ¶
func (m *MockAzureClient) GetAzureVirtualMachine(arg0 context.Context, arg1, arg2, arg3, arg4 string) (*azure.VirtualMachine, error)
GetAzureVirtualMachine mocks base method.
func (*MockAzureClient) GetAzureVirtualMachines ¶
func (m *MockAzureClient) GetAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) (azure.VirtualMachineList, error)
GetAzureVirtualMachines mocks base method.
func (*MockAzureClient) GetResourceRoleAssignments ¶
func (m *MockAzureClient) GetResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) (azure.RoleAssignmentList, error)
GetResourceRoleAssignments mocks base method.
func (*MockAzureClient) GetRoleAssignmentsForResource ¶
func (m *MockAzureClient) GetRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) (azure.RoleAssignmentList, error)
GetRoleAssignmentsForResource mocks base method.
func (*MockAzureClient) ListAzureADAppMemberObjects ¶
func (m *MockAzureClient) ListAzureADAppMemberObjects(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.MemberObjectResult
ListAzureADAppMemberObjects mocks base method.
func (*MockAzureClient) ListAzureADAppOwners ¶
func (m *MockAzureClient) ListAzureADAppOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.AppOwnerResult
ListAzureADAppOwners mocks base method.
func (*MockAzureClient) ListAzureADAppRoleAssignments ¶
func (m *MockAzureClient) ListAzureADAppRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string, arg6 []string) <-chan azure.AppRoleAssignmentResult
ListAzureADAppRoleAssignments mocks base method.
func (*MockAzureClient) ListAzureADApps ¶
func (m *MockAzureClient) ListAzureADApps(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ApplicationResult
ListAzureADApps mocks base method.
func (*MockAzureClient) ListAzureADGroupMembers ¶
func (m *MockAzureClient) ListAzureADGroupMembers(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.MemberObjectResult
ListAzureADGroupMembers mocks base method.
func (*MockAzureClient) ListAzureADGroupOwners ¶
func (m *MockAzureClient) ListAzureADGroupOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupOwnerResult
ListAzureADGroupOwners mocks base method.
func (*MockAzureClient) ListAzureADGroups ¶
func (m *MockAzureClient) ListAzureADGroups(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.GroupResult
ListAzureADGroups mocks base method.
func (*MockAzureClient) ListAzureADRoleAssignments ¶
func (m *MockAzureClient) ListAzureADRoleAssignments(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.UnifiedRoleAssignmentResult
ListAzureADRoleAssignments mocks base method.
func (*MockAzureClient) ListAzureADRoles ¶
func (m *MockAzureClient) ListAzureADRoles(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleResult
ListAzureADRoles mocks base method.
func (*MockAzureClient) ListAzureADServicePrincipalOwners ¶
func (m *MockAzureClient) ListAzureADServicePrincipalOwners(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalOwnerResult
ListAzureADServicePrincipalOwners mocks base method.
func (*MockAzureClient) ListAzureADServicePrincipals ¶
func (m *MockAzureClient) ListAzureADServicePrincipals(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.ServicePrincipalResult
ListAzureADServicePrincipals mocks base method.
func (*MockAzureClient) ListAzureADTenants ¶
func (m *MockAzureClient) ListAzureADTenants(arg0 context.Context, arg1 bool) <-chan azure.TenantResult
ListAzureADTenants mocks base method.
func (*MockAzureClient) ListAzureADUsers ¶
func (m *MockAzureClient) ListAzureADUsers(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string) <-chan azure.UserResult
ListAzureADUsers mocks base method.
func (*MockAzureClient) ListAzureAutomationAccounts ¶
func (m *MockAzureClient) ListAzureAutomationAccounts(arg0 context.Context, arg1 string) <-chan azure.AutomationAccountResult
ListAzureAutomationAccounts mocks base method.
func (*MockAzureClient) ListAzureContainerRegistries ¶
func (m *MockAzureClient) ListAzureContainerRegistries(arg0 context.Context, arg1 string) <-chan azure.ContainerRegistryResult
ListAzureContainerRegistries mocks base method.
func (*MockAzureClient) ListAzureDeviceRegisteredOwners ¶
func (m *MockAzureClient) ListAzureDeviceRegisteredOwners(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.DeviceRegisteredOwnerResult
ListAzureDeviceRegisteredOwners mocks base method.
func (*MockAzureClient) ListAzureDevices ¶
func (m *MockAzureClient) ListAzureDevices(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 []string) <-chan azure.DeviceResult
ListAzureDevices mocks base method.
func (*MockAzureClient) ListAzureFunctionApps ¶
func (m *MockAzureClient) ListAzureFunctionApps(arg0 context.Context, arg1 string) <-chan azure.FunctionAppResult
ListAzureFunctionApps mocks base method.
func (*MockAzureClient) ListAzureKeyVaults ¶
func (m *MockAzureClient) ListAzureKeyVaults(arg0 context.Context, arg1 string, arg2 int32) <-chan azure.KeyVaultResult
ListAzureKeyVaults mocks base method.
func (*MockAzureClient) ListAzureLogicApps ¶
func (m *MockAzureClient) ListAzureLogicApps(arg0 context.Context, arg1, arg2 string, arg3 int32) <-chan azure.LogicAppResult
ListAzureLogicApps mocks base method.
func (*MockAzureClient) ListAzureManagedClusters ¶
func (m *MockAzureClient) ListAzureManagedClusters(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.ManagedClusterResult
ListAzureManagedClusters mocks base method.
func (*MockAzureClient) ListAzureManagementGroupDescendants ¶
func (m *MockAzureClient) ListAzureManagementGroupDescendants(arg0 context.Context, arg1 string) <-chan azure.DescendantInfoResult
ListAzureManagementGroupDescendants mocks base method.
func (*MockAzureClient) ListAzureManagementGroups ¶
func (m *MockAzureClient) ListAzureManagementGroups(arg0 context.Context) <-chan azure.ManagementGroupResult
ListAzureManagementGroups mocks base method.
func (*MockAzureClient) ListAzureResourceGroups ¶
func (m *MockAzureClient) ListAzureResourceGroups(arg0 context.Context, arg1, arg2 string) <-chan azure.ResourceGroupResult
ListAzureResourceGroups mocks base method.
func (*MockAzureClient) ListAzureStorageAccounts ¶
func (m *MockAzureClient) ListAzureStorageAccounts(arg0 context.Context, arg1 string) <-chan azure.StorageAccountResult
ListAzureStorageAccounts mocks base method.
func (*MockAzureClient) ListAzureStorageContainers ¶
func (m *MockAzureClient) ListAzureStorageContainers(arg0 context.Context, arg1, arg2, arg3, arg4, arg5, arg6 string) <-chan azure.StorageContainerResult
ListAzureStorageContainers mocks base method.
func (*MockAzureClient) ListAzureSubscriptions ¶
func (m *MockAzureClient) ListAzureSubscriptions(arg0 context.Context) <-chan azure.SubscriptionResult
ListAzureSubscriptions mocks base method.
func (*MockAzureClient) ListAzureVMScaleSets ¶
func (m *MockAzureClient) ListAzureVMScaleSets(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.VMScaleSetResult
ListAzureVMScaleSets mocks base method.
func (*MockAzureClient) ListAzureVirtualMachines ¶
func (m *MockAzureClient) ListAzureVirtualMachines(arg0 context.Context, arg1 string, arg2 bool) <-chan azure.VirtualMachineResult
ListAzureVirtualMachines mocks base method.
func (*MockAzureClient) ListAzureWebApps ¶
func (m *MockAzureClient) ListAzureWebApps(arg0 context.Context, arg1 string) <-chan azure.WebAppResult
ListAzureWebApps mocks base method.
func (*MockAzureClient) ListResourceRoleAssignments ¶
func (m *MockAzureClient) ListResourceRoleAssignments(arg0 context.Context, arg1, arg2, arg3 string) <-chan azure.RoleAssignmentResult
ListResourceRoleAssignments mocks base method.
func (*MockAzureClient) ListRoleAssignmentsForResource ¶
func (m *MockAzureClient) ListRoleAssignmentsForResource(arg0 context.Context, arg1, arg2 string) <-chan azure.RoleAssignmentResult
ListRoleAssignmentsForResource mocks base method.
func (*MockAzureClient) TenantInfo ¶
func (m *MockAzureClient) TenantInfo() azure.Tenant
TenantInfo mocks base method.
type MockAzureClientMockRecorder ¶
type MockAzureClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAzureClientMockRecorder is the mock recorder for MockAzureClient.
func (*MockAzureClientMockRecorder) GetAzureADApp ¶
func (mr *MockAzureClientMockRecorder) GetAzureADApp(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADApp indicates an expected call of GetAzureADApp.
func (*MockAzureClientMockRecorder) GetAzureADApps ¶
func (mr *MockAzureClientMockRecorder) GetAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADApps indicates an expected call of GetAzureADApps.
func (*MockAzureClientMockRecorder) GetAzureADDirectoryObject ¶
func (mr *MockAzureClientMockRecorder) GetAzureADDirectoryObject(arg0, arg1 interface{}) *gomock.Call
GetAzureADDirectoryObject indicates an expected call of GetAzureADDirectoryObject.
func (*MockAzureClientMockRecorder) GetAzureADGroup ¶
func (mr *MockAzureClientMockRecorder) GetAzureADGroup(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADGroup indicates an expected call of GetAzureADGroup.
func (*MockAzureClientMockRecorder) GetAzureADGroupOwners ¶
func (mr *MockAzureClientMockRecorder) GetAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADGroupOwners indicates an expected call of GetAzureADGroupOwners.
func (*MockAzureClientMockRecorder) GetAzureADGroups ¶
func (mr *MockAzureClientMockRecorder) GetAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADGroups indicates an expected call of GetAzureADGroups.
func (*MockAzureClientMockRecorder) GetAzureADOrganization ¶
func (mr *MockAzureClientMockRecorder) GetAzureADOrganization(arg0, arg1 interface{}) *gomock.Call
GetAzureADOrganization indicates an expected call of GetAzureADOrganization.
func (*MockAzureClientMockRecorder) GetAzureADRole ¶
func (mr *MockAzureClientMockRecorder) GetAzureADRole(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADRole indicates an expected call of GetAzureADRole.
func (*MockAzureClientMockRecorder) GetAzureADRoleAssignment ¶
func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignment(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADRoleAssignment indicates an expected call of GetAzureADRoleAssignment.
func (*MockAzureClientMockRecorder) GetAzureADRoleAssignments ¶
func (mr *MockAzureClientMockRecorder) GetAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADRoleAssignments indicates an expected call of GetAzureADRoleAssignments.
func (*MockAzureClientMockRecorder) GetAzureADRoles ¶
func (mr *MockAzureClientMockRecorder) GetAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADRoles indicates an expected call of GetAzureADRoles.
func (*MockAzureClientMockRecorder) GetAzureADServicePrincipal ¶
func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipal(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADServicePrincipal indicates an expected call of GetAzureADServicePrincipal.
func (*MockAzureClientMockRecorder) GetAzureADServicePrincipalOwners ¶
func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADServicePrincipalOwners indicates an expected call of GetAzureADServicePrincipalOwners.
func (*MockAzureClientMockRecorder) GetAzureADServicePrincipals ¶
func (mr *MockAzureClientMockRecorder) GetAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureADServicePrincipals indicates an expected call of GetAzureADServicePrincipals.
func (*MockAzureClientMockRecorder) GetAzureADTenants ¶
func (mr *MockAzureClientMockRecorder) GetAzureADTenants(arg0, arg1 interface{}) *gomock.Call
GetAzureADTenants indicates an expected call of GetAzureADTenants.
func (*MockAzureClientMockRecorder) GetAzureADUser ¶
func (mr *MockAzureClientMockRecorder) GetAzureADUser(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureADUser indicates an expected call of GetAzureADUser.
func (*MockAzureClientMockRecorder) GetAzureADUsers ¶
func (mr *MockAzureClientMockRecorder) GetAzureADUsers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
GetAzureADUsers indicates an expected call of GetAzureADUsers.
func (*MockAzureClientMockRecorder) GetAzureDevice ¶
func (mr *MockAzureClientMockRecorder) GetAzureDevice(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureDevice indicates an expected call of GetAzureDevice.
func (*MockAzureClientMockRecorder) GetAzureDevices ¶
func (mr *MockAzureClientMockRecorder) GetAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
GetAzureDevices indicates an expected call of GetAzureDevices.
func (*MockAzureClientMockRecorder) GetAzureKeyVault ¶
func (mr *MockAzureClientMockRecorder) GetAzureKeyVault(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetAzureKeyVault indicates an expected call of GetAzureKeyVault.
func (*MockAzureClientMockRecorder) GetAzureKeyVaults ¶
func (mr *MockAzureClientMockRecorder) GetAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureKeyVaults indicates an expected call of GetAzureKeyVaults.
func (*MockAzureClientMockRecorder) GetAzureManagementGroup ¶
func (mr *MockAzureClientMockRecorder) GetAzureManagementGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetAzureManagementGroup indicates an expected call of GetAzureManagementGroup.
func (*MockAzureClientMockRecorder) GetAzureManagementGroups ¶
func (mr *MockAzureClientMockRecorder) GetAzureManagementGroups(arg0 interface{}) *gomock.Call
GetAzureManagementGroups indicates an expected call of GetAzureManagementGroups.
func (*MockAzureClientMockRecorder) GetAzureResourceGroup ¶
func (mr *MockAzureClientMockRecorder) GetAzureResourceGroup(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureResourceGroup indicates an expected call of GetAzureResourceGroup.
func (*MockAzureClientMockRecorder) GetAzureResourceGroups ¶
func (mr *MockAzureClientMockRecorder) GetAzureResourceGroups(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetAzureResourceGroups indicates an expected call of GetAzureResourceGroups.
func (*MockAzureClientMockRecorder) GetAzureStorageAccount ¶
func (mr *MockAzureClientMockRecorder) GetAzureStorageAccount(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetAzureStorageAccount indicates an expected call of GetAzureStorageAccount.
func (*MockAzureClientMockRecorder) GetAzureStorageAccounts ¶
func (mr *MockAzureClientMockRecorder) GetAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call
GetAzureStorageAccounts indicates an expected call of GetAzureStorageAccounts.
func (*MockAzureClientMockRecorder) GetAzureSubscription ¶
func (mr *MockAzureClientMockRecorder) GetAzureSubscription(arg0, arg1 interface{}) *gomock.Call
GetAzureSubscription indicates an expected call of GetAzureSubscription.
func (*MockAzureClientMockRecorder) GetAzureSubscriptions ¶
func (mr *MockAzureClientMockRecorder) GetAzureSubscriptions(arg0 interface{}) *gomock.Call
GetAzureSubscriptions indicates an expected call of GetAzureSubscriptions.
func (*MockAzureClientMockRecorder) GetAzureVirtualMachine ¶
func (mr *MockAzureClientMockRecorder) GetAzureVirtualMachine(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetAzureVirtualMachine indicates an expected call of GetAzureVirtualMachine.
func (*MockAzureClientMockRecorder) GetAzureVirtualMachines ¶
func (mr *MockAzureClientMockRecorder) GetAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call
GetAzureVirtualMachines indicates an expected call of GetAzureVirtualMachines.
func (*MockAzureClientMockRecorder) GetResourceRoleAssignments ¶
func (mr *MockAzureClientMockRecorder) GetResourceRoleAssignments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetResourceRoleAssignments indicates an expected call of GetResourceRoleAssignments.
func (*MockAzureClientMockRecorder) GetRoleAssignmentsForResource ¶
func (mr *MockAzureClientMockRecorder) GetRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call
GetRoleAssignmentsForResource indicates an expected call of GetRoleAssignmentsForResource.
func (*MockAzureClientMockRecorder) ListAzureADAppMemberObjects ¶
func (mr *MockAzureClientMockRecorder) ListAzureADAppMemberObjects(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureADAppMemberObjects indicates an expected call of ListAzureADAppMemberObjects.
func (*MockAzureClientMockRecorder) ListAzureADAppOwners ¶
func (mr *MockAzureClientMockRecorder) ListAzureADAppOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADAppOwners indicates an expected call of ListAzureADAppOwners.
func (*MockAzureClientMockRecorder) ListAzureADAppRoleAssignments ¶
func (mr *MockAzureClientMockRecorder) ListAzureADAppRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ListAzureADAppRoleAssignments indicates an expected call of ListAzureADAppRoleAssignments.
func (*MockAzureClientMockRecorder) ListAzureADApps ¶
func (mr *MockAzureClientMockRecorder) ListAzureADApps(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADApps indicates an expected call of ListAzureADApps.
func (*MockAzureClientMockRecorder) ListAzureADGroupMembers ¶
func (mr *MockAzureClientMockRecorder) ListAzureADGroupMembers(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADGroupMembers indicates an expected call of ListAzureADGroupMembers.
func (*MockAzureClientMockRecorder) ListAzureADGroupOwners ¶
func (mr *MockAzureClientMockRecorder) ListAzureADGroupOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADGroupOwners indicates an expected call of ListAzureADGroupOwners.
func (*MockAzureClientMockRecorder) ListAzureADGroups ¶
func (mr *MockAzureClientMockRecorder) ListAzureADGroups(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADGroups indicates an expected call of ListAzureADGroups.
func (*MockAzureClientMockRecorder) ListAzureADRoleAssignments ¶
func (mr *MockAzureClientMockRecorder) ListAzureADRoleAssignments(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADRoleAssignments indicates an expected call of ListAzureADRoleAssignments.
func (*MockAzureClientMockRecorder) ListAzureADRoles ¶
func (mr *MockAzureClientMockRecorder) ListAzureADRoles(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureADRoles indicates an expected call of ListAzureADRoles.
func (*MockAzureClientMockRecorder) ListAzureADServicePrincipalOwners ¶
func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipalOwners(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADServicePrincipalOwners indicates an expected call of ListAzureADServicePrincipalOwners.
func (*MockAzureClientMockRecorder) ListAzureADServicePrincipals ¶
func (mr *MockAzureClientMockRecorder) ListAzureADServicePrincipals(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureADServicePrincipals indicates an expected call of ListAzureADServicePrincipals.
func (*MockAzureClientMockRecorder) ListAzureADTenants ¶
func (mr *MockAzureClientMockRecorder) ListAzureADTenants(arg0, arg1 interface{}) *gomock.Call
ListAzureADTenants indicates an expected call of ListAzureADTenants.
func (*MockAzureClientMockRecorder) ListAzureADUsers ¶
func (mr *MockAzureClientMockRecorder) ListAzureADUsers(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListAzureADUsers indicates an expected call of ListAzureADUsers.
func (*MockAzureClientMockRecorder) ListAzureAutomationAccounts ¶
func (mr *MockAzureClientMockRecorder) ListAzureAutomationAccounts(arg0, arg1 interface{}) *gomock.Call
ListAzureAutomationAccounts indicates an expected call of ListAzureAutomationAccounts.
func (*MockAzureClientMockRecorder) ListAzureContainerRegistries ¶
func (mr *MockAzureClientMockRecorder) ListAzureContainerRegistries(arg0, arg1 interface{}) *gomock.Call
ListAzureContainerRegistries indicates an expected call of ListAzureContainerRegistries.
func (*MockAzureClientMockRecorder) ListAzureDeviceRegisteredOwners ¶
func (mr *MockAzureClientMockRecorder) ListAzureDeviceRegisteredOwners(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureDeviceRegisteredOwners indicates an expected call of ListAzureDeviceRegisteredOwners.
func (*MockAzureClientMockRecorder) ListAzureDevices ¶
func (mr *MockAzureClientMockRecorder) ListAzureDevices(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
ListAzureDevices indicates an expected call of ListAzureDevices.
func (*MockAzureClientMockRecorder) ListAzureFunctionApps ¶
func (mr *MockAzureClientMockRecorder) ListAzureFunctionApps(arg0, arg1 interface{}) *gomock.Call
ListAzureFunctionApps indicates an expected call of ListAzureFunctionApps.
func (*MockAzureClientMockRecorder) ListAzureKeyVaults ¶
func (mr *MockAzureClientMockRecorder) ListAzureKeyVaults(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureKeyVaults indicates an expected call of ListAzureKeyVaults.
func (*MockAzureClientMockRecorder) ListAzureLogicApps ¶
func (mr *MockAzureClientMockRecorder) ListAzureLogicApps(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListAzureLogicApps indicates an expected call of ListAzureLogicApps.
func (*MockAzureClientMockRecorder) ListAzureManagedClusters ¶
func (mr *MockAzureClientMockRecorder) ListAzureManagedClusters(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureManagedClusters indicates an expected call of ListAzureManagedClusters.
func (*MockAzureClientMockRecorder) ListAzureManagementGroupDescendants ¶
func (mr *MockAzureClientMockRecorder) ListAzureManagementGroupDescendants(arg0, arg1 interface{}) *gomock.Call
ListAzureManagementGroupDescendants indicates an expected call of ListAzureManagementGroupDescendants.
func (*MockAzureClientMockRecorder) ListAzureManagementGroups ¶
func (mr *MockAzureClientMockRecorder) ListAzureManagementGroups(arg0 interface{}) *gomock.Call
ListAzureManagementGroups indicates an expected call of ListAzureManagementGroups.
func (*MockAzureClientMockRecorder) ListAzureResourceGroups ¶
func (mr *MockAzureClientMockRecorder) ListAzureResourceGroups(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureResourceGroups indicates an expected call of ListAzureResourceGroups.
func (*MockAzureClientMockRecorder) ListAzureStorageAccounts ¶
func (mr *MockAzureClientMockRecorder) ListAzureStorageAccounts(arg0, arg1 interface{}) *gomock.Call
ListAzureStorageAccounts indicates an expected call of ListAzureStorageAccounts.
func (*MockAzureClientMockRecorder) ListAzureStorageContainers ¶
func (mr *MockAzureClientMockRecorder) ListAzureStorageContainers(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
ListAzureStorageContainers indicates an expected call of ListAzureStorageContainers.
func (*MockAzureClientMockRecorder) ListAzureSubscriptions ¶
func (mr *MockAzureClientMockRecorder) ListAzureSubscriptions(arg0 interface{}) *gomock.Call
ListAzureSubscriptions indicates an expected call of ListAzureSubscriptions.
func (*MockAzureClientMockRecorder) ListAzureVMScaleSets ¶
func (mr *MockAzureClientMockRecorder) ListAzureVMScaleSets(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureVMScaleSets indicates an expected call of ListAzureVMScaleSets.
func (*MockAzureClientMockRecorder) ListAzureVirtualMachines ¶
func (mr *MockAzureClientMockRecorder) ListAzureVirtualMachines(arg0, arg1, arg2 interface{}) *gomock.Call
ListAzureVirtualMachines indicates an expected call of ListAzureVirtualMachines.
func (*MockAzureClientMockRecorder) ListAzureWebApps ¶
func (mr *MockAzureClientMockRecorder) ListAzureWebApps(arg0, arg1 interface{}) *gomock.Call
ListAzureWebApps indicates an expected call of ListAzureWebApps.
func (*MockAzureClientMockRecorder) ListResourceRoleAssignments ¶
func (mr *MockAzureClientMockRecorder) ListResourceRoleAssignments(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ListResourceRoleAssignments indicates an expected call of ListResourceRoleAssignments.
func (*MockAzureClientMockRecorder) ListRoleAssignmentsForResource ¶
func (mr *MockAzureClientMockRecorder) ListRoleAssignmentsForResource(arg0, arg1, arg2 interface{}) *gomock.Call
ListRoleAssignmentsForResource indicates an expected call of ListRoleAssignmentsForResource.
func (*MockAzureClientMockRecorder) TenantInfo ¶
func (mr *MockAzureClientMockRecorder) TenantInfo() *gomock.Call
TenantInfo indicates an expected call of TenantInfo.