mocks

package
v0.3.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2021 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockADApplicationsClient added in v0.3.0

type MockADApplicationsClient struct {
	// contains filtered or unexported fields
}

MockADApplicationsClient is a mock of ADApplicationsClient interface.

func NewMockADApplicationsClient added in v0.3.0

func NewMockADApplicationsClient(ctrl *gomock.Controller) *MockADApplicationsClient

NewMockADApplicationsClient creates a new mock instance.

func (*MockADApplicationsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockADApplicationsClient) List added in v0.3.0

List mocks base method.

type MockADApplicationsClientMockRecorder added in v0.3.0

type MockADApplicationsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockADApplicationsClientMockRecorder is the mock recorder for MockADApplicationsClient.

func (*MockADApplicationsClientMockRecorder) List added in v0.3.0

func (mr *MockADApplicationsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockADGroupsClient added in v0.3.0

type MockADGroupsClient struct {
	// contains filtered or unexported fields
}

MockADGroupsClient is a mock of ADGroupsClient interface.

func NewMockADGroupsClient added in v0.3.0

func NewMockADGroupsClient(ctrl *gomock.Controller) *MockADGroupsClient

NewMockADGroupsClient creates a new mock instance.

func (*MockADGroupsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockADGroupsClient) List added in v0.3.0

List mocks base method.

type MockADGroupsClientMockRecorder added in v0.3.0

type MockADGroupsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockADGroupsClientMockRecorder is the mock recorder for MockADGroupsClient.

func (*MockADGroupsClientMockRecorder) List added in v0.3.0

func (mr *MockADGroupsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockADServicePrinicpals added in v0.3.0

type MockADServicePrinicpals struct {
	// contains filtered or unexported fields
}

MockADServicePrinicpals is a mock of ADServicePrinicpals interface.

func NewMockADServicePrinicpals added in v0.3.0

func NewMockADServicePrinicpals(ctrl *gomock.Controller) *MockADServicePrinicpals

NewMockADServicePrinicpals creates a new mock instance.

func (*MockADServicePrinicpals) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockADServicePrinicpals) List added in v0.3.0

List mocks base method.

type MockADServicePrinicpalsMockRecorder added in v0.3.0

type MockADServicePrinicpalsMockRecorder struct {
	// contains filtered or unexported fields
}

MockADServicePrinicpalsMockRecorder is the mock recorder for MockADServicePrinicpals.

func (*MockADServicePrinicpalsMockRecorder) List added in v0.3.0

func (mr *MockADServicePrinicpalsMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockADUsersClient added in v0.3.0

type MockADUsersClient struct {
	// contains filtered or unexported fields
}

MockADUsersClient is a mock of ADUsersClient interface.

func NewMockADUsersClient added in v0.3.0

func NewMockADUsersClient(ctrl *gomock.Controller) *MockADUsersClient

NewMockADUsersClient creates a new mock instance.

func (*MockADUsersClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockADUsersClient) List added in v0.3.0

List mocks base method.

type MockADUsersClientMockRecorder added in v0.3.0

type MockADUsersClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockADUsersClientMockRecorder is the mock recorder for MockADUsersClient.

func (*MockADUsersClientMockRecorder) List added in v0.3.0

func (mr *MockADUsersClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockActivityLogAlertsClient added in v0.3.0

type MockActivityLogAlertsClient struct {
	// contains filtered or unexported fields
}

MockActivityLogAlertsClient is a mock of ActivityLogAlertsClient interface.

func NewMockActivityLogAlertsClient added in v0.3.0

func NewMockActivityLogAlertsClient(ctrl *gomock.Controller) *MockActivityLogAlertsClient

NewMockActivityLogAlertsClient creates a new mock instance.

func (*MockActivityLogAlertsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockActivityLogAlertsClient) ListBySubscriptionID added in v0.3.0

ListBySubscriptionID mocks base method.

type MockActivityLogAlertsClientMockRecorder added in v0.3.0

type MockActivityLogAlertsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockActivityLogAlertsClientMockRecorder is the mock recorder for MockActivityLogAlertsClient.

func (*MockActivityLogAlertsClientMockRecorder) ListBySubscriptionID added in v0.3.0

func (mr *MockActivityLogAlertsClientMockRecorder) ListBySubscriptionID(arg0 interface{}) *gomock.Call

ListBySubscriptionID indicates an expected call of ListBySubscriptionID.

type MockActivityLogClient added in v0.3.0

type MockActivityLogClient struct {
	// contains filtered or unexported fields
}

MockActivityLogClient is a mock of ActivityLogClient interface.

func NewMockActivityLogClient added in v0.3.0

func NewMockActivityLogClient(ctrl *gomock.Controller) *MockActivityLogClient

NewMockActivityLogClient creates a new mock instance.

func (*MockActivityLogClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockActivityLogClient) List added in v0.3.0

List mocks base method.

type MockActivityLogClientMockRecorder added in v0.3.0

type MockActivityLogClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockActivityLogClientMockRecorder is the mock recorder for MockActivityLogClient.

func (*MockActivityLogClientMockRecorder) List added in v0.3.0

func (mr *MockActivityLogClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockAppsClient added in v0.3.0

type MockAppsClient struct {
	// contains filtered or unexported fields
}

MockAppsClient is a mock of AppsClient interface.

func NewMockAppsClient added in v0.3.0

func NewMockAppsClient(ctrl *gomock.Controller) *MockAppsClient

NewMockAppsClient creates a new mock instance.

func (*MockAppsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAppsClient) GetAuthSettings added in v0.3.0

func (m *MockAppsClient) GetAuthSettings(arg0 context.Context, arg1, arg2 string) (web.SiteAuthSettings, error)

GetAuthSettings mocks base method.

func (*MockAppsClient) List added in v0.3.0

List mocks base method.

func (*MockAppsClient) ListPublishingProfileXMLWithSecrets added in v0.3.0

func (m *MockAppsClient) ListPublishingProfileXMLWithSecrets(arg0 context.Context, arg1, arg2 string, arg3 web.CsmPublishingProfileOptions) (web.ReadCloser, error)

ListPublishingProfileXMLWithSecrets mocks base method.

type MockAppsClientMockRecorder added in v0.3.0

type MockAppsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockAppsClientMockRecorder is the mock recorder for MockAppsClient.

func (*MockAppsClientMockRecorder) GetAuthSettings added in v0.3.0

func (mr *MockAppsClientMockRecorder) GetAuthSettings(arg0, arg1, arg2 interface{}) *gomock.Call

GetAuthSettings indicates an expected call of GetAuthSettings.

func (*MockAppsClientMockRecorder) List added in v0.3.0

func (mr *MockAppsClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockAppsClientMockRecorder) ListPublishingProfileXMLWithSecrets added in v0.3.0

func (mr *MockAppsClientMockRecorder) ListPublishingProfileXMLWithSecrets(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListPublishingProfileXMLWithSecrets indicates an expected call of ListPublishingProfileXMLWithSecrets.

type MockAssignmentsClient added in v0.3.3

type MockAssignmentsClient struct {
	// contains filtered or unexported fields
}

MockAssignmentsClient is a mock of AssignmentsClient interface.

func NewMockAssignmentsClient added in v0.3.3

func NewMockAssignmentsClient(ctrl *gomock.Controller) *MockAssignmentsClient

NewMockAssignmentsClient creates a new mock instance.

func (*MockAssignmentsClient) EXPECT added in v0.3.3

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockAssignmentsClient) List added in v0.3.3

List mocks base method.

type MockAssignmentsClientMockRecorder added in v0.3.3

type MockAssignmentsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockAssignmentsClientMockRecorder is the mock recorder for MockAssignmentsClient.

func (*MockAssignmentsClientMockRecorder) List added in v0.3.3

func (mr *MockAssignmentsClientMockRecorder) List(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

List indicates an expected call of List.

type MockDiagnosticSettingsClient added in v0.3.0

type MockDiagnosticSettingsClient struct {
	// contains filtered or unexported fields
}

MockDiagnosticSettingsClient is a mock of DiagnosticSettingsClient interface.

func NewMockDiagnosticSettingsClient added in v0.3.0

func NewMockDiagnosticSettingsClient(ctrl *gomock.Controller) *MockDiagnosticSettingsClient

NewMockDiagnosticSettingsClient creates a new mock instance.

func (*MockDiagnosticSettingsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDiagnosticSettingsClient) List added in v0.3.0

List mocks base method.

type MockDiagnosticSettingsClientMockRecorder added in v0.3.0

type MockDiagnosticSettingsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDiagnosticSettingsClientMockRecorder is the mock recorder for MockDiagnosticSettingsClient.

func (*MockDiagnosticSettingsClientMockRecorder) List added in v0.3.0

func (mr *MockDiagnosticSettingsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockDisksClient

type MockDisksClient struct {
	// contains filtered or unexported fields
}

MockDisksClient is a mock of DisksClient interface.

func NewMockDisksClient

func NewMockDisksClient(ctrl *gomock.Controller) *MockDisksClient

NewMockDisksClient creates a new mock instance.

func (*MockDisksClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDisksClient) List

List mocks base method.

type MockDisksClientMockRecorder

type MockDisksClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockDisksClientMockRecorder is the mock recorder for MockDisksClient.

func (*MockDisksClientMockRecorder) List

func (mr *MockDisksClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockEncryptionProtectorsClient added in v0.3.3

type MockEncryptionProtectorsClient struct {
	// contains filtered or unexported fields
}

MockEncryptionProtectorsClient is a mock of EncryptionProtectorsClient interface.

func NewMockEncryptionProtectorsClient added in v0.3.3

func NewMockEncryptionProtectorsClient(ctrl *gomock.Controller) *MockEncryptionProtectorsClient

NewMockEncryptionProtectorsClient creates a new mock instance.

func (*MockEncryptionProtectorsClient) EXPECT added in v0.3.3

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEncryptionProtectorsClient) Get added in v0.3.3

Get mocks base method.

type MockEncryptionProtectorsClientMockRecorder added in v0.3.3

type MockEncryptionProtectorsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEncryptionProtectorsClientMockRecorder is the mock recorder for MockEncryptionProtectorsClient.

func (*MockEncryptionProtectorsClientMockRecorder) Get added in v0.3.3

func (mr *MockEncryptionProtectorsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockGroupsClient

type MockGroupsClient struct {
	// contains filtered or unexported fields
}

MockGroupsClient is a mock of GroupsClient interface.

func NewMockGroupsClient

func NewMockGroupsClient(ctrl *gomock.Controller) *MockGroupsClient

NewMockGroupsClient creates a new mock instance.

func (*MockGroupsClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGroupsClient) List

List mocks base method.

type MockGroupsClientMockRecorder

type MockGroupsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockGroupsClientMockRecorder is the mock recorder for MockGroupsClient.

func (*MockGroupsClientMockRecorder) List

func (mr *MockGroupsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockKeyVault71Client added in v0.3.0

type MockKeyVault71Client struct {
	// contains filtered or unexported fields
}

MockKeyVault71Client is a mock of KeyVault71Client interface.

func NewMockKeyVault71Client added in v0.3.0

func NewMockKeyVault71Client(ctrl *gomock.Controller) *MockKeyVault71Client

NewMockKeyVault71Client creates a new mock instance.

func (*MockKeyVault71Client) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockKeyVault71Client) GetKeys added in v0.3.0

GetKeys mocks base method.

func (*MockKeyVault71Client) GetSecrets added in v0.3.0

GetSecrets mocks base method.

type MockKeyVault71ClientMockRecorder added in v0.3.0

type MockKeyVault71ClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockKeyVault71ClientMockRecorder is the mock recorder for MockKeyVault71Client.

func (*MockKeyVault71ClientMockRecorder) GetKeys added in v0.3.0

func (mr *MockKeyVault71ClientMockRecorder) GetKeys(arg0, arg1, arg2 interface{}) *gomock.Call

GetKeys indicates an expected call of GetKeys.

func (*MockKeyVault71ClientMockRecorder) GetSecrets added in v0.3.0

func (mr *MockKeyVault71ClientMockRecorder) GetSecrets(arg0, arg1, arg2 interface{}) *gomock.Call

GetSecrets indicates an expected call of GetSecrets.

type MockLogProfilesClient added in v0.3.0

type MockLogProfilesClient struct {
	// contains filtered or unexported fields
}

MockLogProfilesClient is a mock of LogProfilesClient interface.

func NewMockLogProfilesClient added in v0.3.0

func NewMockLogProfilesClient(ctrl *gomock.Controller) *MockLogProfilesClient

NewMockLogProfilesClient creates a new mock instance.

func (*MockLogProfilesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLogProfilesClient) List added in v0.3.0

List mocks base method.

type MockLogProfilesClientMockRecorder added in v0.3.0

type MockLogProfilesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockLogProfilesClientMockRecorder is the mock recorder for MockLogProfilesClient.

func (*MockLogProfilesClientMockRecorder) List added in v0.3.0

func (mr *MockLogProfilesClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockManagedClustersClient added in v0.3.0

type MockManagedClustersClient struct {
	// contains filtered or unexported fields
}

MockManagedClustersClient is a mock of ManagedClustersClient interface.

func NewMockManagedClustersClient added in v0.3.0

func NewMockManagedClustersClient(ctrl *gomock.Controller) *MockManagedClustersClient

NewMockManagedClustersClient creates a new mock instance.

func (*MockManagedClustersClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockManagedClustersClient) List added in v0.3.0

List mocks base method.

type MockManagedClustersClientMockRecorder added in v0.3.0

type MockManagedClustersClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockManagedClustersClientMockRecorder is the mock recorder for MockManagedClustersClient.

func (*MockManagedClustersClientMockRecorder) List added in v0.3.0

func (mr *MockManagedClustersClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockMySQLConfigurationClient

type MockMySQLConfigurationClient struct {
	// contains filtered or unexported fields
}

MockMySQLConfigurationClient is a mock of MySQLConfigurationClient interface.

func NewMockMySQLConfigurationClient

func NewMockMySQLConfigurationClient(ctrl *gomock.Controller) *MockMySQLConfigurationClient

NewMockMySQLConfigurationClient creates a new mock instance.

func (*MockMySQLConfigurationClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMySQLConfigurationClient) ListByServer

ListByServer mocks base method.

type MockMySQLConfigurationClientMockRecorder

type MockMySQLConfigurationClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockMySQLConfigurationClientMockRecorder is the mock recorder for MockMySQLConfigurationClient.

func (*MockMySQLConfigurationClientMockRecorder) ListByServer

func (mr *MockMySQLConfigurationClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockMySQLServerClient

type MockMySQLServerClient struct {
	// contains filtered or unexported fields
}

MockMySQLServerClient is a mock of MySQLServerClient interface.

func NewMockMySQLServerClient

func NewMockMySQLServerClient(ctrl *gomock.Controller) *MockMySQLServerClient

NewMockMySQLServerClient creates a new mock instance.

func (*MockMySQLServerClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMySQLServerClient) List

List mocks base method.

type MockMySQLServerClientMockRecorder

type MockMySQLServerClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockMySQLServerClientMockRecorder is the mock recorder for MockMySQLServerClient.

func (*MockMySQLServerClientMockRecorder) List

func (mr *MockMySQLServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPostgresqlConfigurationClient

type MockPostgresqlConfigurationClient struct {
	// contains filtered or unexported fields
}

MockPostgresqlConfigurationClient is a mock of PostgresqlConfigurationClient interface.

func NewMockPostgresqlConfigurationClient

func NewMockPostgresqlConfigurationClient(ctrl *gomock.Controller) *MockPostgresqlConfigurationClient

NewMockPostgresqlConfigurationClient creates a new mock instance.

func (*MockPostgresqlConfigurationClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPostgresqlConfigurationClient) ListByServer

ListByServer mocks base method.

type MockPostgresqlConfigurationClientMockRecorder

type MockPostgresqlConfigurationClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPostgresqlConfigurationClientMockRecorder is the mock recorder for MockPostgresqlConfigurationClient.

func (*MockPostgresqlConfigurationClientMockRecorder) ListByServer

func (mr *MockPostgresqlConfigurationClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockPostgresqlFirewallRuleClient added in v0.3.0

type MockPostgresqlFirewallRuleClient struct {
	// contains filtered or unexported fields
}

MockPostgresqlFirewallRuleClient is a mock of PostgresqlFirewallRuleClient interface.

func NewMockPostgresqlFirewallRuleClient added in v0.3.0

func NewMockPostgresqlFirewallRuleClient(ctrl *gomock.Controller) *MockPostgresqlFirewallRuleClient

NewMockPostgresqlFirewallRuleClient creates a new mock instance.

func (*MockPostgresqlFirewallRuleClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPostgresqlFirewallRuleClient) ListByServer added in v0.3.0

ListByServer mocks base method.

type MockPostgresqlFirewallRuleClientMockRecorder added in v0.3.0

type MockPostgresqlFirewallRuleClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPostgresqlFirewallRuleClientMockRecorder is the mock recorder for MockPostgresqlFirewallRuleClient.

func (*MockPostgresqlFirewallRuleClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockPostgresqlFirewallRuleClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockPostgresqlServerClient

type MockPostgresqlServerClient struct {
	// contains filtered or unexported fields
}

MockPostgresqlServerClient is a mock of PostgresqlServerClient interface.

func NewMockPostgresqlServerClient

func NewMockPostgresqlServerClient(ctrl *gomock.Controller) *MockPostgresqlServerClient

NewMockPostgresqlServerClient creates a new mock instance.

func (*MockPostgresqlServerClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPostgresqlServerClient) List

List mocks base method.

type MockPostgresqlServerClientMockRecorder

type MockPostgresqlServerClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPostgresqlServerClientMockRecorder is the mock recorder for MockPostgresqlServerClient.

func (*MockPostgresqlServerClientMockRecorder) List

func (mr *MockPostgresqlServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPublicIPAddressesClient added in v0.3.0

type MockPublicIPAddressesClient struct {
	// contains filtered or unexported fields
}

MockPublicIPAddressesClient is a mock of PublicIPAddressesClient interface.

func NewMockPublicIPAddressesClient added in v0.3.0

func NewMockPublicIPAddressesClient(ctrl *gomock.Controller) *MockPublicIPAddressesClient

NewMockPublicIPAddressesClient creates a new mock instance.

func (*MockPublicIPAddressesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPublicIPAddressesClient) ListAll added in v0.3.0

ListAll mocks base method.

type MockPublicIPAddressesClientMockRecorder added in v0.3.0

type MockPublicIPAddressesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPublicIPAddressesClientMockRecorder is the mock recorder for MockPublicIPAddressesClient.

func (*MockPublicIPAddressesClientMockRecorder) ListAll added in v0.3.0

func (mr *MockPublicIPAddressesClientMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

type MockResClient added in v0.3.0

type MockResClient struct {
	// contains filtered or unexported fields
}

MockResClient is a mock of ResClient interface.

func NewMockResClient added in v0.3.0

func NewMockResClient(ctrl *gomock.Controller) *MockResClient

NewMockResClient creates a new mock instance.

func (*MockResClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockResClient) List added in v0.3.0

func (m *MockResClient) List(arg0 context.Context, arg1, arg2 string, arg3 *int32) (resources.ListResultPage, error)

List mocks base method.

type MockResClientMockRecorder added in v0.3.0

type MockResClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockResClientMockRecorder is the mock recorder for MockResClient.

func (*MockResClientMockRecorder) List added in v0.3.0

func (mr *MockResClientMockRecorder) List(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

List indicates an expected call of List.

type MockRoleAssignmentsClient added in v0.3.0

type MockRoleAssignmentsClient struct {
	// contains filtered or unexported fields
}

MockRoleAssignmentsClient is a mock of RoleAssignmentsClient interface.

func NewMockRoleAssignmentsClient added in v0.3.0

func NewMockRoleAssignmentsClient(ctrl *gomock.Controller) *MockRoleAssignmentsClient

NewMockRoleAssignmentsClient creates a new mock instance.

func (*MockRoleAssignmentsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRoleAssignmentsClient) List added in v0.3.0

List mocks base method.

type MockRoleAssignmentsClientMockRecorder added in v0.3.0

type MockRoleAssignmentsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRoleAssignmentsClientMockRecorder is the mock recorder for MockRoleAssignmentsClient.

func (*MockRoleAssignmentsClientMockRecorder) List added in v0.3.0

func (mr *MockRoleAssignmentsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockRoleDefinitionsClient added in v0.3.0

type MockRoleDefinitionsClient struct {
	// contains filtered or unexported fields
}

MockRoleDefinitionsClient is a mock of RoleDefinitionsClient interface.

func NewMockRoleDefinitionsClient added in v0.3.0

func NewMockRoleDefinitionsClient(ctrl *gomock.Controller) *MockRoleDefinitionsClient

NewMockRoleDefinitionsClient creates a new mock instance.

func (*MockRoleDefinitionsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRoleDefinitionsClient) List added in v0.3.0

List mocks base method.

type MockRoleDefinitionsClientMockRecorder added in v0.3.0

type MockRoleDefinitionsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockRoleDefinitionsClientMockRecorder is the mock recorder for MockRoleDefinitionsClient.

func (*MockRoleDefinitionsClientMockRecorder) List added in v0.3.0

func (mr *MockRoleDefinitionsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSQLDatabaseBlobAuditingPoliciesClient added in v0.3.0

type MockSQLDatabaseBlobAuditingPoliciesClient struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseBlobAuditingPoliciesClient is a mock of SQLDatabaseBlobAuditingPoliciesClient interface.

func NewMockSQLDatabaseBlobAuditingPoliciesClient added in v0.3.0

func NewMockSQLDatabaseBlobAuditingPoliciesClient(ctrl *gomock.Controller) *MockSQLDatabaseBlobAuditingPoliciesClient

NewMockSQLDatabaseBlobAuditingPoliciesClient creates a new mock instance.

func (*MockSQLDatabaseBlobAuditingPoliciesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLDatabaseBlobAuditingPoliciesClient) ListByDatabase added in v0.3.0

ListByDatabase mocks base method.

type MockSQLDatabaseBlobAuditingPoliciesClientMockRecorder added in v0.3.0

type MockSQLDatabaseBlobAuditingPoliciesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseBlobAuditingPoliciesClientMockRecorder is the mock recorder for MockSQLDatabaseBlobAuditingPoliciesClient.

func (*MockSQLDatabaseBlobAuditingPoliciesClientMockRecorder) ListByDatabase added in v0.3.0

func (mr *MockSQLDatabaseBlobAuditingPoliciesClientMockRecorder) ListByDatabase(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListByDatabase indicates an expected call of ListByDatabase.

type MockSQLDatabaseClient added in v0.3.0

type MockSQLDatabaseClient struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseClient is a mock of SQLDatabaseClient interface.

func NewMockSQLDatabaseClient added in v0.3.0

func NewMockSQLDatabaseClient(ctrl *gomock.Controller) *MockSQLDatabaseClient

NewMockSQLDatabaseClient creates a new mock instance.

func (*MockSQLDatabaseClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLDatabaseClient) ListByServer added in v0.3.0

func (m *MockSQLDatabaseClient) ListByServer(arg0 context.Context, arg1, arg2 string) (sql.DatabaseListResultPage, error)

ListByServer mocks base method.

type MockSQLDatabaseClientMockRecorder added in v0.3.0

type MockSQLDatabaseClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseClientMockRecorder is the mock recorder for MockSQLDatabaseClient.

func (*MockSQLDatabaseClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLDatabaseClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSQLDatabaseThreatDetectionPoliciesClient added in v0.3.0

type MockSQLDatabaseThreatDetectionPoliciesClient struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseThreatDetectionPoliciesClient is a mock of SQLDatabaseThreatDetectionPoliciesClient interface.

func NewMockSQLDatabaseThreatDetectionPoliciesClient added in v0.3.0

func NewMockSQLDatabaseThreatDetectionPoliciesClient(ctrl *gomock.Controller) *MockSQLDatabaseThreatDetectionPoliciesClient

NewMockSQLDatabaseThreatDetectionPoliciesClient creates a new mock instance.

func (*MockSQLDatabaseThreatDetectionPoliciesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLDatabaseThreatDetectionPoliciesClient) Get added in v0.3.0

Get mocks base method.

type MockSQLDatabaseThreatDetectionPoliciesClientMockRecorder added in v0.3.0

type MockSQLDatabaseThreatDetectionPoliciesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseThreatDetectionPoliciesClientMockRecorder is the mock recorder for MockSQLDatabaseThreatDetectionPoliciesClient.

func (*MockSQLDatabaseThreatDetectionPoliciesClientMockRecorder) Get added in v0.3.0

func (mr *MockSQLDatabaseThreatDetectionPoliciesClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockSQLDatabaseVulnerabilityAssessmentsClient added in v0.3.0

type MockSQLDatabaseVulnerabilityAssessmentsClient struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseVulnerabilityAssessmentsClient is a mock of SQLDatabaseVulnerabilityAssessmentsClient interface.

func NewMockSQLDatabaseVulnerabilityAssessmentsClient added in v0.3.0

func NewMockSQLDatabaseVulnerabilityAssessmentsClient(ctrl *gomock.Controller) *MockSQLDatabaseVulnerabilityAssessmentsClient

NewMockSQLDatabaseVulnerabilityAssessmentsClient creates a new mock instance.

func (*MockSQLDatabaseVulnerabilityAssessmentsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLDatabaseVulnerabilityAssessmentsClient) ListByDatabase added in v0.3.0

ListByDatabase mocks base method.

type MockSQLDatabaseVulnerabilityAssessmentsClientMockRecorder added in v0.3.0

type MockSQLDatabaseVulnerabilityAssessmentsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLDatabaseVulnerabilityAssessmentsClientMockRecorder is the mock recorder for MockSQLDatabaseVulnerabilityAssessmentsClient.

func (*MockSQLDatabaseVulnerabilityAssessmentsClientMockRecorder) ListByDatabase added in v0.3.0

func (mr *MockSQLDatabaseVulnerabilityAssessmentsClientMockRecorder) ListByDatabase(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListByDatabase indicates an expected call of ListByDatabase.

type MockSQLFirewallClient added in v0.3.0

type MockSQLFirewallClient struct {
	// contains filtered or unexported fields
}

MockSQLFirewallClient is a mock of SQLFirewallClient interface.

func NewMockSQLFirewallClient added in v0.3.0

func NewMockSQLFirewallClient(ctrl *gomock.Controller) *MockSQLFirewallClient

NewMockSQLFirewallClient creates a new mock instance.

func (*MockSQLFirewallClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLFirewallClient) ListByServer added in v0.3.0

func (m *MockSQLFirewallClient) ListByServer(arg0 context.Context, arg1, arg2 string) (sql.FirewallRuleListResult, error)

ListByServer mocks base method.

type MockSQLFirewallClientMockRecorder added in v0.3.0

type MockSQLFirewallClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLFirewallClientMockRecorder is the mock recorder for MockSQLFirewallClient.

func (*MockSQLFirewallClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLFirewallClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSQLServerAdminClient added in v0.3.0

type MockSQLServerAdminClient struct {
	// contains filtered or unexported fields
}

MockSQLServerAdminClient is a mock of SQLServerAdminClient interface.

func NewMockSQLServerAdminClient added in v0.3.0

func NewMockSQLServerAdminClient(ctrl *gomock.Controller) *MockSQLServerAdminClient

NewMockSQLServerAdminClient creates a new mock instance.

func (*MockSQLServerAdminClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLServerAdminClient) ListByServer added in v0.3.0

ListByServer mocks base method.

type MockSQLServerAdminClientMockRecorder added in v0.3.0

type MockSQLServerAdminClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLServerAdminClientMockRecorder is the mock recorder for MockSQLServerAdminClient.

func (*MockSQLServerAdminClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLServerAdminClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSQLServerBlobAuditingPolicies added in v0.3.0

type MockSQLServerBlobAuditingPolicies struct {
	// contains filtered or unexported fields
}

MockSQLServerBlobAuditingPolicies is a mock of SQLServerBlobAuditingPolicies interface.

func NewMockSQLServerBlobAuditingPolicies added in v0.3.0

func NewMockSQLServerBlobAuditingPolicies(ctrl *gomock.Controller) *MockSQLServerBlobAuditingPolicies

NewMockSQLServerBlobAuditingPolicies creates a new mock instance.

func (*MockSQLServerBlobAuditingPolicies) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLServerBlobAuditingPolicies) ListByServer added in v0.3.0

ListByServer mocks base method.

type MockSQLServerBlobAuditingPoliciesMockRecorder added in v0.3.0

type MockSQLServerBlobAuditingPoliciesMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLServerBlobAuditingPoliciesMockRecorder is the mock recorder for MockSQLServerBlobAuditingPolicies.

func (*MockSQLServerBlobAuditingPoliciesMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLServerBlobAuditingPoliciesMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSQLServerClient added in v0.3.0

type MockSQLServerClient struct {
	// contains filtered or unexported fields
}

MockSQLServerClient is a mock of SQLServerClient interface.

func NewMockSQLServerClient added in v0.3.0

func NewMockSQLServerClient(ctrl *gomock.Controller) *MockSQLServerClient

NewMockSQLServerClient creates a new mock instance.

func (*MockSQLServerClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLServerClient) List added in v0.3.0

List mocks base method.

type MockSQLServerClientMockRecorder added in v0.3.0

type MockSQLServerClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLServerClientMockRecorder is the mock recorder for MockSQLServerClient.

func (*MockSQLServerClientMockRecorder) List added in v0.3.0

func (mr *MockSQLServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSQLServerDevOpsAuditSettingsClient added in v0.3.0

type MockSQLServerDevOpsAuditSettingsClient struct {
	// contains filtered or unexported fields
}

MockSQLServerDevOpsAuditSettingsClient is a mock of SQLServerDevOpsAuditSettingsClient interface.

func NewMockSQLServerDevOpsAuditSettingsClient added in v0.3.0

func NewMockSQLServerDevOpsAuditSettingsClient(ctrl *gomock.Controller) *MockSQLServerDevOpsAuditSettingsClient

NewMockSQLServerDevOpsAuditSettingsClient creates a new mock instance.

func (*MockSQLServerDevOpsAuditSettingsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLServerDevOpsAuditSettingsClient) ListByServer added in v0.3.0

ListByServer mocks base method.

type MockSQLServerDevOpsAuditSettingsClientMockRecorder added in v0.3.0

type MockSQLServerDevOpsAuditSettingsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLServerDevOpsAuditSettingsClientMockRecorder is the mock recorder for MockSQLServerDevOpsAuditSettingsClient.

func (*MockSQLServerDevOpsAuditSettingsClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLServerDevOpsAuditSettingsClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSQLServerVulnerabilityAssessmentsClient added in v0.3.0

type MockSQLServerVulnerabilityAssessmentsClient struct {
	// contains filtered or unexported fields
}

MockSQLServerVulnerabilityAssessmentsClient is a mock of SQLServerVulnerabilityAssessmentsClient interface.

func NewMockSQLServerVulnerabilityAssessmentsClient added in v0.3.0

func NewMockSQLServerVulnerabilityAssessmentsClient(ctrl *gomock.Controller) *MockSQLServerVulnerabilityAssessmentsClient

NewMockSQLServerVulnerabilityAssessmentsClient creates a new mock instance.

func (*MockSQLServerVulnerabilityAssessmentsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSQLServerVulnerabilityAssessmentsClient) ListByServer added in v0.3.0

ListByServer mocks base method.

type MockSQLServerVulnerabilityAssessmentsClientMockRecorder added in v0.3.0

type MockSQLServerVulnerabilityAssessmentsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSQLServerVulnerabilityAssessmentsClientMockRecorder is the mock recorder for MockSQLServerVulnerabilityAssessmentsClient.

func (*MockSQLServerVulnerabilityAssessmentsClientMockRecorder) ListByServer added in v0.3.0

func (mr *MockSQLServerVulnerabilityAssessmentsClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockSecurityAutoProvisioningSettingsClient added in v0.3.0

type MockSecurityAutoProvisioningSettingsClient struct {
	// contains filtered or unexported fields
}

MockSecurityAutoProvisioningSettingsClient is a mock of SecurityAutoProvisioningSettingsClient interface.

func NewMockSecurityAutoProvisioningSettingsClient added in v0.3.0

func NewMockSecurityAutoProvisioningSettingsClient(ctrl *gomock.Controller) *MockSecurityAutoProvisioningSettingsClient

NewMockSecurityAutoProvisioningSettingsClient creates a new mock instance.

func (*MockSecurityAutoProvisioningSettingsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecurityAutoProvisioningSettingsClient) List added in v0.3.0

List mocks base method.

type MockSecurityAutoProvisioningSettingsClientMockRecorder added in v0.3.0

type MockSecurityAutoProvisioningSettingsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecurityAutoProvisioningSettingsClientMockRecorder is the mock recorder for MockSecurityAutoProvisioningSettingsClient.

func (*MockSecurityAutoProvisioningSettingsClientMockRecorder) List added in v0.3.0

List indicates an expected call of List.

type MockSecurityContactsClient added in v0.3.0

type MockSecurityContactsClient struct {
	// contains filtered or unexported fields
}

MockSecurityContactsClient is a mock of SecurityContactsClient interface.

func NewMockSecurityContactsClient added in v0.3.0

func NewMockSecurityContactsClient(ctrl *gomock.Controller) *MockSecurityContactsClient

NewMockSecurityContactsClient creates a new mock instance.

func (*MockSecurityContactsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecurityContactsClient) List added in v0.3.0

List mocks base method.

type MockSecurityContactsClientMockRecorder added in v0.3.0

type MockSecurityContactsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecurityContactsClientMockRecorder is the mock recorder for MockSecurityContactsClient.

func (*MockSecurityContactsClientMockRecorder) List added in v0.3.0

func (mr *MockSecurityContactsClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSecurityGroupsClient added in v0.3.0

type MockSecurityGroupsClient struct {
	// contains filtered or unexported fields
}

MockSecurityGroupsClient is a mock of SecurityGroupsClient interface.

func NewMockSecurityGroupsClient added in v0.3.0

func NewMockSecurityGroupsClient(ctrl *gomock.Controller) *MockSecurityGroupsClient

NewMockSecurityGroupsClient creates a new mock instance.

func (*MockSecurityGroupsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecurityGroupsClient) ListAll added in v0.3.0

ListAll mocks base method.

type MockSecurityGroupsClientMockRecorder added in v0.3.0

type MockSecurityGroupsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecurityGroupsClientMockRecorder is the mock recorder for MockSecurityGroupsClient.

func (*MockSecurityGroupsClientMockRecorder) ListAll added in v0.3.0

func (mr *MockSecurityGroupsClientMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

type MockSecurityPricingsClient added in v0.3.0

type MockSecurityPricingsClient struct {
	// contains filtered or unexported fields
}

MockSecurityPricingsClient is a mock of SecurityPricingsClient interface.

func NewMockSecurityPricingsClient added in v0.3.0

func NewMockSecurityPricingsClient(ctrl *gomock.Controller) *MockSecurityPricingsClient

NewMockSecurityPricingsClient creates a new mock instance.

func (*MockSecurityPricingsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecurityPricingsClient) List added in v0.3.0

List mocks base method.

type MockSecurityPricingsClientMockRecorder added in v0.3.0

type MockSecurityPricingsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecurityPricingsClientMockRecorder is the mock recorder for MockSecurityPricingsClient.

func (*MockSecurityPricingsClientMockRecorder) List added in v0.3.0

func (mr *MockSecurityPricingsClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSecuritySettingsClient added in v0.3.0

type MockSecuritySettingsClient struct {
	// contains filtered or unexported fields
}

MockSecuritySettingsClient is a mock of SecuritySettingsClient interface.

func NewMockSecuritySettingsClient added in v0.3.0

func NewMockSecuritySettingsClient(ctrl *gomock.Controller) *MockSecuritySettingsClient

NewMockSecuritySettingsClient creates a new mock instance.

func (*MockSecuritySettingsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSecuritySettingsClient) List added in v0.3.0

List mocks base method.

type MockSecuritySettingsClientMockRecorder added in v0.3.0

type MockSecuritySettingsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockSecuritySettingsClientMockRecorder is the mock recorder for MockSecuritySettingsClient.

func (*MockSecuritySettingsClientMockRecorder) List added in v0.3.0

func (mr *MockSecuritySettingsClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStorageAccountClient

type MockStorageAccountClient struct {
	// contains filtered or unexported fields
}

MockStorageAccountClient is a mock of StorageAccountClient interface.

func NewMockStorageAccountClient

func NewMockStorageAccountClient(ctrl *gomock.Controller) *MockStorageAccountClient

NewMockStorageAccountClient creates a new mock instance.

func (*MockStorageAccountClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageAccountClient) List

List mocks base method.

func (*MockStorageAccountClient) ListKeys added in v0.3.3

ListKeys mocks base method.

type MockStorageAccountClientMockRecorder

type MockStorageAccountClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageAccountClientMockRecorder is the mock recorder for MockStorageAccountClient.

func (*MockStorageAccountClientMockRecorder) List

func (mr *MockStorageAccountClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockStorageAccountClientMockRecorder) ListKeys added in v0.3.3

func (mr *MockStorageAccountClientMockRecorder) ListKeys(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ListKeys indicates an expected call of ListKeys.

type MockStorageBlobServicePropertiesClient added in v0.3.3

type MockStorageBlobServicePropertiesClient struct {
	// contains filtered or unexported fields
}

MockStorageBlobServicePropertiesClient is a mock of StorageBlobServicePropertiesClient interface.

func NewMockStorageBlobServicePropertiesClient added in v0.3.3

func NewMockStorageBlobServicePropertiesClient(ctrl *gomock.Controller) *MockStorageBlobServicePropertiesClient

NewMockStorageBlobServicePropertiesClient creates a new mock instance.

func (*MockStorageBlobServicePropertiesClient) EXPECT added in v0.3.3

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageBlobServicePropertiesClient) GetServiceProperties added in v0.3.3

GetServiceProperties mocks base method.

type MockStorageBlobServicePropertiesClientMockRecorder added in v0.3.3

type MockStorageBlobServicePropertiesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageBlobServicePropertiesClientMockRecorder is the mock recorder for MockStorageBlobServicePropertiesClient.

func (*MockStorageBlobServicePropertiesClientMockRecorder) GetServiceProperties added in v0.3.3

func (mr *MockStorageBlobServicePropertiesClientMockRecorder) GetServiceProperties(arg0, arg1 interface{}) *gomock.Call

GetServiceProperties indicates an expected call of GetServiceProperties.

type MockStorageBlobServicesClient added in v0.3.0

type MockStorageBlobServicesClient struct {
	// contains filtered or unexported fields
}

MockStorageBlobServicesClient is a mock of StorageBlobServicesClient interface.

func NewMockStorageBlobServicesClient added in v0.3.0

func NewMockStorageBlobServicesClient(ctrl *gomock.Controller) *MockStorageBlobServicesClient

NewMockStorageBlobServicesClient creates a new mock instance.

func (*MockStorageBlobServicesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageBlobServicesClient) List added in v0.3.0

List mocks base method.

type MockStorageBlobServicesClientMockRecorder added in v0.3.0

type MockStorageBlobServicesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageBlobServicesClientMockRecorder is the mock recorder for MockStorageBlobServicesClient.

func (*MockStorageBlobServicesClientMockRecorder) List added in v0.3.0

func (mr *MockStorageBlobServicesClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStorageContainerClient

type MockStorageContainerClient struct {
	// contains filtered or unexported fields
}

MockStorageContainerClient is a mock of StorageContainerClient interface.

func NewMockStorageContainerClient

func NewMockStorageContainerClient(ctrl *gomock.Controller) *MockStorageContainerClient

NewMockStorageContainerClient creates a new mock instance.

func (*MockStorageContainerClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageContainerClient) List

List mocks base method.

type MockStorageContainerClientMockRecorder

type MockStorageContainerClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageContainerClientMockRecorder is the mock recorder for MockStorageContainerClient.

func (*MockStorageContainerClientMockRecorder) List

func (mr *MockStorageContainerClientMockRecorder) List(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStorageQueueServicePropertiesClient added in v0.3.3

type MockStorageQueueServicePropertiesClient struct {
	// contains filtered or unexported fields
}

MockStorageQueueServicePropertiesClient is a mock of StorageQueueServicePropertiesClient interface.

func NewMockStorageQueueServicePropertiesClient added in v0.3.3

func NewMockStorageQueueServicePropertiesClient(ctrl *gomock.Controller) *MockStorageQueueServicePropertiesClient

NewMockStorageQueueServicePropertiesClient creates a new mock instance.

func (*MockStorageQueueServicePropertiesClient) EXPECT added in v0.3.3

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockStorageQueueServicePropertiesClient) GetServiceProperties added in v0.3.3

GetServiceProperties mocks base method.

type MockStorageQueueServicePropertiesClientMockRecorder added in v0.3.3

type MockStorageQueueServicePropertiesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockStorageQueueServicePropertiesClientMockRecorder is the mock recorder for MockStorageQueueServicePropertiesClient.

func (*MockStorageQueueServicePropertiesClientMockRecorder) GetServiceProperties added in v0.3.3

func (mr *MockStorageQueueServicePropertiesClientMockRecorder) GetServiceProperties(arg0, arg1 interface{}) *gomock.Call

GetServiceProperties indicates an expected call of GetServiceProperties.

type MockSubscriptionGetter added in v0.3.0

type MockSubscriptionGetter struct {
	// contains filtered or unexported fields
}

MockSubscriptionGetter is a mock of SubscriptionGetter interface.

func NewMockSubscriptionGetter added in v0.3.0

func NewMockSubscriptionGetter(ctrl *gomock.Controller) *MockSubscriptionGetter

NewMockSubscriptionGetter creates a new mock instance.

func (*MockSubscriptionGetter) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSubscriptionGetter) Get added in v0.3.0

Get mocks base method.

type MockSubscriptionGetterMockRecorder added in v0.3.0

type MockSubscriptionGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSubscriptionGetterMockRecorder is the mock recorder for MockSubscriptionGetter.

func (*MockSubscriptionGetterMockRecorder) Get added in v0.3.0

func (mr *MockSubscriptionGetterMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockTransparentDataEncryptionsClient added in v0.3.3

type MockTransparentDataEncryptionsClient struct {
	// contains filtered or unexported fields
}

MockTransparentDataEncryptionsClient is a mock of TransparentDataEncryptionsClient interface.

func NewMockTransparentDataEncryptionsClient added in v0.3.3

func NewMockTransparentDataEncryptionsClient(ctrl *gomock.Controller) *MockTransparentDataEncryptionsClient

NewMockTransparentDataEncryptionsClient creates a new mock instance.

func (*MockTransparentDataEncryptionsClient) EXPECT added in v0.3.3

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTransparentDataEncryptionsClient) Get added in v0.3.3

Get mocks base method.

type MockTransparentDataEncryptionsClientMockRecorder added in v0.3.3

type MockTransparentDataEncryptionsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockTransparentDataEncryptionsClientMockRecorder is the mock recorder for MockTransparentDataEncryptionsClient.

func (*MockTransparentDataEncryptionsClientMockRecorder) Get added in v0.3.3

func (mr *MockTransparentDataEncryptionsClientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockVaultClient

type MockVaultClient struct {
	// contains filtered or unexported fields
}

MockVaultClient is a mock of VaultClient interface.

func NewMockVaultClient

func NewMockVaultClient(ctrl *gomock.Controller) *MockVaultClient

NewMockVaultClient creates a new mock instance.

func (*MockVaultClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVaultClient) ListBySubscription

func (m *MockVaultClient) ListBySubscription(arg0 context.Context, arg1 *int32) (keyvault.VaultListResultPage, error)

ListBySubscription mocks base method.

type MockVaultClientMockRecorder

type MockVaultClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVaultClientMockRecorder is the mock recorder for MockVaultClient.

func (*MockVaultClientMockRecorder) ListBySubscription

func (mr *MockVaultClientMockRecorder) ListBySubscription(arg0, arg1 interface{}) *gomock.Call

ListBySubscription indicates an expected call of ListBySubscription.

type MockVirtualMachineExtensionsClient added in v0.3.0

type MockVirtualMachineExtensionsClient struct {
	// contains filtered or unexported fields
}

MockVirtualMachineExtensionsClient is a mock of VirtualMachineExtensionsClient interface.

func NewMockVirtualMachineExtensionsClient added in v0.3.0

func NewMockVirtualMachineExtensionsClient(ctrl *gomock.Controller) *MockVirtualMachineExtensionsClient

NewMockVirtualMachineExtensionsClient creates a new mock instance.

func (*MockVirtualMachineExtensionsClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVirtualMachineExtensionsClient) List added in v0.3.0

List mocks base method.

type MockVirtualMachineExtensionsClientMockRecorder added in v0.3.0

type MockVirtualMachineExtensionsClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVirtualMachineExtensionsClientMockRecorder is the mock recorder for MockVirtualMachineExtensionsClient.

func (*MockVirtualMachineExtensionsClientMockRecorder) List added in v0.3.0

func (mr *MockVirtualMachineExtensionsClientMockRecorder) List(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

List indicates an expected call of List.

type MockVirtualMachinesClient added in v0.3.0

type MockVirtualMachinesClient struct {
	// contains filtered or unexported fields
}

MockVirtualMachinesClient is a mock of VirtualMachinesClient interface.

func NewMockVirtualMachinesClient added in v0.3.0

func NewMockVirtualMachinesClient(ctrl *gomock.Controller) *MockVirtualMachinesClient

NewMockVirtualMachinesClient creates a new mock instance.

func (*MockVirtualMachinesClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVirtualMachinesClient) InstanceView added in v0.3.0

InstanceView mocks base method.

func (*MockVirtualMachinesClient) ListAll added in v0.3.0

ListAll mocks base method.

type MockVirtualMachinesClientMockRecorder added in v0.3.0

type MockVirtualMachinesClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVirtualMachinesClientMockRecorder is the mock recorder for MockVirtualMachinesClient.

func (*MockVirtualMachinesClientMockRecorder) InstanceView added in v0.3.0

func (mr *MockVirtualMachinesClientMockRecorder) InstanceView(arg0, arg1, arg2 interface{}) *gomock.Call

InstanceView indicates an expected call of InstanceView.

func (*MockVirtualMachinesClientMockRecorder) ListAll added in v0.3.0

func (mr *MockVirtualMachinesClientMockRecorder) ListAll(arg0, arg1 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

type MockVirtualNetworksClient

type MockVirtualNetworksClient struct {
	// contains filtered or unexported fields
}

MockVirtualNetworksClient is a mock of VirtualNetworksClient interface.

func NewMockVirtualNetworksClient

func NewMockVirtualNetworksClient(ctrl *gomock.Controller) *MockVirtualNetworksClient

NewMockVirtualNetworksClient creates a new mock instance.

func (*MockVirtualNetworksClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVirtualNetworksClient) ListAll

ListAll mocks base method.

type MockVirtualNetworksClientMockRecorder

type MockVirtualNetworksClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockVirtualNetworksClientMockRecorder is the mock recorder for MockVirtualNetworksClient.

func (*MockVirtualNetworksClientMockRecorder) ListAll

func (mr *MockVirtualNetworksClientMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

type MockWatchersClient added in v0.3.0

type MockWatchersClient struct {
	// contains filtered or unexported fields
}

MockWatchersClient is a mock of WatchersClient interface.

func NewMockWatchersClient added in v0.3.0

func NewMockWatchersClient(ctrl *gomock.Controller) *MockWatchersClient

NewMockWatchersClient creates a new mock instance.

func (*MockWatchersClient) EXPECT added in v0.3.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWatchersClient) GetFlowLogStatus added in v0.3.0

GetFlowLogStatus mocks base method.

func (*MockWatchersClient) ListAll added in v0.3.0

ListAll mocks base method.

type MockWatchersClientMockRecorder added in v0.3.0

type MockWatchersClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockWatchersClientMockRecorder is the mock recorder for MockWatchersClient.

func (*MockWatchersClientMockRecorder) GetFlowLogStatus added in v0.3.0

func (mr *MockWatchersClientMockRecorder) GetFlowLogStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetFlowLogStatus indicates an expected call of GetFlowLogStatus.

func (*MockWatchersClientMockRecorder) ListAll added in v0.3.0

func (mr *MockWatchersClientMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL