Documentation ¶
Overview ¶
Package mock_privatedns is a generated GoMock package.
Index ¶
- type MockPrivateZonesClient
- func (m *MockPrivateZonesClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockPrivateZonesClient) EXPECT() *MockPrivateZonesClientMockRecorder
- func (m *MockPrivateZonesClient) ListByResourceGroup(arg0 context.Context, arg1 string, arg2 *int32) ([]privatedns.PrivateZone, error)
- type MockPrivateZonesClientMockRecorder
- type MockVirtualNetworkLinksClient
- func (m *MockVirtualNetworkLinksClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockVirtualNetworkLinksClient) EXPECT() *MockVirtualNetworkLinksClientMockRecorder
- func (m *MockVirtualNetworkLinksClient) List(arg0 context.Context, arg1, arg2 string, arg3 *int32) ([]privatedns.VirtualNetworkLink, error)
- type MockVirtualNetworkLinksClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPrivateZonesClient ¶
type MockPrivateZonesClient struct {
// contains filtered or unexported fields
}
MockPrivateZonesClient is a mock of PrivateZonesClient interface.
func NewMockPrivateZonesClient ¶
func NewMockPrivateZonesClient(ctrl *gomock.Controller) *MockPrivateZonesClient
NewMockPrivateZonesClient creates a new mock instance.
func (*MockPrivateZonesClient) DeleteAndWait ¶
func (m *MockPrivateZonesClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteAndWait mocks base method.
func (*MockPrivateZonesClient) EXPECT ¶
func (m *MockPrivateZonesClient) EXPECT() *MockPrivateZonesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPrivateZonesClient) ListByResourceGroup ¶
func (m *MockPrivateZonesClient) ListByResourceGroup(arg0 context.Context, arg1 string, arg2 *int32) ([]privatedns.PrivateZone, error)
ListByResourceGroup mocks base method.
type MockPrivateZonesClientMockRecorder ¶
type MockPrivateZonesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPrivateZonesClientMockRecorder is the mock recorder for MockPrivateZonesClient.
func (*MockPrivateZonesClientMockRecorder) DeleteAndWait ¶
func (mr *MockPrivateZonesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockPrivateZonesClientMockRecorder) ListByResourceGroup ¶
func (mr *MockPrivateZonesClientMockRecorder) ListByResourceGroup(arg0, arg1, arg2 interface{}) *gomock.Call
ListByResourceGroup indicates an expected call of ListByResourceGroup.
type MockVirtualNetworkLinksClient ¶
type MockVirtualNetworkLinksClient struct {
// contains filtered or unexported fields
}
MockVirtualNetworkLinksClient is a mock of VirtualNetworkLinksClient interface.
func NewMockVirtualNetworkLinksClient ¶
func NewMockVirtualNetworkLinksClient(ctrl *gomock.Controller) *MockVirtualNetworkLinksClient
NewMockVirtualNetworkLinksClient creates a new mock instance.
func (*MockVirtualNetworkLinksClient) DeleteAndWait ¶
func (m *MockVirtualNetworkLinksClient) DeleteAndWait(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
DeleteAndWait mocks base method.
func (*MockVirtualNetworkLinksClient) EXPECT ¶
func (m *MockVirtualNetworkLinksClient) EXPECT() *MockVirtualNetworkLinksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualNetworkLinksClient) List ¶
func (m *MockVirtualNetworkLinksClient) List(arg0 context.Context, arg1, arg2 string, arg3 *int32) ([]privatedns.VirtualNetworkLink, error)
List mocks base method.
type MockVirtualNetworkLinksClientMockRecorder ¶
type MockVirtualNetworkLinksClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualNetworkLinksClientMockRecorder is the mock recorder for MockVirtualNetworkLinksClient.
func (*MockVirtualNetworkLinksClientMockRecorder) DeleteAndWait ¶
func (mr *MockVirtualNetworkLinksClientMockRecorder) DeleteAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockVirtualNetworkLinksClientMockRecorder) List ¶
func (mr *MockVirtualNetworkLinksClientMockRecorder) List(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
List indicates an expected call of List.