Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsServer ¶
type AccountsServer struct {
// BeginCreateOrUpdate is the fake for method AccountsClient.BeginCreateOrUpdate
// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, name string, resource armplaywrighttesting.Account, options *armplaywrighttesting.AccountsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armplaywrighttesting.AccountsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)
// BeginDelete is the fake for method AccountsClient.BeginDelete
// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
BeginDelete func(ctx context.Context, resourceGroupName string, name string, options *armplaywrighttesting.AccountsClientBeginDeleteOptions) (resp azfake.PollerResponder[armplaywrighttesting.AccountsClientDeleteResponse], errResp azfake.ErrorResponder)
// Get is the fake for method AccountsClient.Get
// HTTP status codes to indicate success: http.StatusOK
Get func(ctx context.Context, resourceGroupName string, name string, options *armplaywrighttesting.AccountsClientGetOptions) (resp azfake.Responder[armplaywrighttesting.AccountsClientGetResponse], errResp azfake.ErrorResponder)
// NewListByResourceGroupPager is the fake for method AccountsClient.NewListByResourceGroupPager
// HTTP status codes to indicate success: http.StatusOK
NewListByResourceGroupPager func(resourceGroupName string, options *armplaywrighttesting.AccountsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armplaywrighttesting.AccountsClientListByResourceGroupResponse])
// NewListBySubscriptionPager is the fake for method AccountsClient.NewListBySubscriptionPager
// HTTP status codes to indicate success: http.StatusOK
NewListBySubscriptionPager func(options *armplaywrighttesting.AccountsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armplaywrighttesting.AccountsClientListBySubscriptionResponse])
// Update is the fake for method AccountsClient.Update
// HTTP status codes to indicate success: http.StatusOK
Update func(ctx context.Context, resourceGroupName string, name string, properties armplaywrighttesting.AccountUpdate, options *armplaywrighttesting.AccountsClientUpdateOptions) (resp azfake.Responder[armplaywrighttesting.AccountsClientUpdateResponse], errResp azfake.ErrorResponder)
}
AccountsServer is a fake server for instances of the armplaywrighttesting.AccountsClient type.
type AccountsServerTransport ¶
type AccountsServerTransport struct {
// contains filtered or unexported fields
}
AccountsServerTransport connects instances of armplaywrighttesting.AccountsClient to instances of AccountsServer. Don't use this type directly, use NewAccountsServerTransport instead.
func NewAccountsServerTransport ¶
func NewAccountsServerTransport(srv *AccountsServer) *AccountsServerTransport
NewAccountsServerTransport creates a new instance of AccountsServerTransport with the provided implementation. The returned AccountsServerTransport instance is connected to an instance of armplaywrighttesting.AccountsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type OperationsServer ¶
type OperationsServer struct {
// NewListPager is the fake for method OperationsClient.NewListPager
// HTTP status codes to indicate success: http.StatusOK
NewListPager func(options *armplaywrighttesting.OperationsClientListOptions) (resp azfake.PagerResponder[armplaywrighttesting.OperationsClientListResponse])
}
OperationsServer is a fake server for instances of the armplaywrighttesting.OperationsClient type.
type OperationsServerTransport ¶
type OperationsServerTransport struct {
// contains filtered or unexported fields
}
OperationsServerTransport connects instances of armplaywrighttesting.OperationsClient to instances of OperationsServer. Don't use this type directly, use NewOperationsServerTransport instead.
func NewOperationsServerTransport ¶
func NewOperationsServerTransport(srv *OperationsServer) *OperationsServerTransport
NewOperationsServerTransport creates a new instance of OperationsServerTransport with the provided implementation. The returned OperationsServerTransport instance is connected to an instance of armplaywrighttesting.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type QuotasServer ¶
type QuotasServer struct {
// Get is the fake for method QuotasClient.Get
// HTTP status codes to indicate success: http.StatusOK
Get func(ctx context.Context, location string, name armplaywrighttesting.QuotaNames, options *armplaywrighttesting.QuotasClientGetOptions) (resp azfake.Responder[armplaywrighttesting.QuotasClientGetResponse], errResp azfake.ErrorResponder)
// NewListBySubscriptionPager is the fake for method QuotasClient.NewListBySubscriptionPager
// HTTP status codes to indicate success: http.StatusOK
NewListBySubscriptionPager func(location string, options *armplaywrighttesting.QuotasClientListBySubscriptionOptions) (resp azfake.PagerResponder[armplaywrighttesting.QuotasClientListBySubscriptionResponse])
}
QuotasServer is a fake server for instances of the armplaywrighttesting.QuotasClient type.
type QuotasServerTransport ¶
type QuotasServerTransport struct {
// contains filtered or unexported fields
}
QuotasServerTransport connects instances of armplaywrighttesting.QuotasClient to instances of QuotasServer. Don't use this type directly, use NewQuotasServerTransport instead.
func NewQuotasServerTransport ¶
func NewQuotasServerTransport(srv *QuotasServer) *QuotasServerTransport
NewQuotasServerTransport creates a new instance of QuotasServerTransport with the provided implementation. The returned QuotasServerTransport instance is connected to an instance of armplaywrighttesting.QuotasClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.
type ServerFactory ¶
type ServerFactory struct {
AccountsServer AccountsServer
OperationsServer OperationsServer
QuotasServer QuotasServer
}
ServerFactory is a fake server for instances of the armplaywrighttesting.ClientFactory type.
type ServerFactoryTransport ¶
type ServerFactoryTransport struct {
// contains filtered or unexported fields
}
ServerFactoryTransport connects instances of armplaywrighttesting.ClientFactory to instances of ServerFactory. Don't use this type directly, use NewServerFactoryTransport instead.
func NewServerFactoryTransport ¶
func NewServerFactoryTransport(srv *ServerFactory) *ServerFactoryTransport
NewServerFactoryTransport creates a new instance of ServerFactoryTransport with the provided implementation. The returned ServerFactoryTransport instance is connected to an instance of armplaywrighttesting.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.