fake

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArtifactManifestsServer

type ArtifactManifestsServer struct {
	// BeginCreateOrUpdate is the fake for method ArtifactManifestsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, parameters armhybridnetwork.ArtifactManifest, options *armhybridnetwork.ArtifactManifestsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.ArtifactManifestsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method ArtifactManifestsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, options *armhybridnetwork.ArtifactManifestsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.ArtifactManifestsClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method ArtifactManifestsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, options *armhybridnetwork.ArtifactManifestsClientGetOptions) (resp azfake.Responder[armhybridnetwork.ArtifactManifestsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByArtifactStorePager is the fake for method ArtifactManifestsClient.NewListByArtifactStorePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByArtifactStorePager func(resourceGroupName string, publisherName string, artifactStoreName string, options *armhybridnetwork.ArtifactManifestsClientListByArtifactStoreOptions) (resp azfake.PagerResponder[armhybridnetwork.ArtifactManifestsClientListByArtifactStoreResponse])

	// ListCredential is the fake for method ArtifactManifestsClient.ListCredential
	// HTTP status codes to indicate success: http.StatusOK
	ListCredential func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, options *armhybridnetwork.ArtifactManifestsClientListCredentialOptions) (resp azfake.Responder[armhybridnetwork.ArtifactManifestsClientListCredentialResponse], errResp azfake.ErrorResponder)

	// Update is the fake for method ArtifactManifestsClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.ArtifactManifestsClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.ArtifactManifestsClientUpdateResponse], errResp azfake.ErrorResponder)

	// BeginUpdateState is the fake for method ArtifactManifestsClient.BeginUpdateState
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdateState func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactManifestName string, parameters armhybridnetwork.ArtifactManifestUpdateState, options *armhybridnetwork.ArtifactManifestsClientBeginUpdateStateOptions) (resp azfake.PollerResponder[armhybridnetwork.ArtifactManifestsClientUpdateStateResponse], errResp azfake.ErrorResponder)
}

ArtifactManifestsServer is a fake server for instances of the armhybridnetwork.ArtifactManifestsClient type.

type ArtifactManifestsServerTransport

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

ArtifactManifestsServerTransport connects instances of armhybridnetwork.ArtifactManifestsClient to instances of ArtifactManifestsServer. Don't use this type directly, use NewArtifactManifestsServerTransport instead.

func NewArtifactManifestsServerTransport

func NewArtifactManifestsServerTransport(srv *ArtifactManifestsServer) *ArtifactManifestsServerTransport

NewArtifactManifestsServerTransport creates a new instance of ArtifactManifestsServerTransport with the provided implementation. The returned ArtifactManifestsServerTransport instance is connected to an instance of armhybridnetwork.ArtifactManifestsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ArtifactManifestsServerTransport) Do

Do implements the policy.Transporter interface for ArtifactManifestsServerTransport.

type ArtifactStoresServer

type ArtifactStoresServer struct {
	// BeginCreateOrUpdate is the fake for method ArtifactStoresClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, parameters armhybridnetwork.ArtifactStore, options *armhybridnetwork.ArtifactStoresClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.ArtifactStoresClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method ArtifactStoresClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, options *armhybridnetwork.ArtifactStoresClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.ArtifactStoresClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method ArtifactStoresClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, options *armhybridnetwork.ArtifactStoresClientGetOptions) (resp azfake.Responder[armhybridnetwork.ArtifactStoresClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByPublisherPager is the fake for method ArtifactStoresClient.NewListByPublisherPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByPublisherPager func(resourceGroupName string, publisherName string, options *armhybridnetwork.ArtifactStoresClientListByPublisherOptions) (resp azfake.PagerResponder[armhybridnetwork.ArtifactStoresClientListByPublisherResponse])

	// Update is the fake for method ArtifactStoresClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.ArtifactStoresClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.ArtifactStoresClientUpdateResponse], errResp azfake.ErrorResponder)
}

ArtifactStoresServer is a fake server for instances of the armhybridnetwork.ArtifactStoresClient type.

type ArtifactStoresServerTransport

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

ArtifactStoresServerTransport connects instances of armhybridnetwork.ArtifactStoresClient to instances of ArtifactStoresServer. Don't use this type directly, use NewArtifactStoresServerTransport instead.

func NewArtifactStoresServerTransport

func NewArtifactStoresServerTransport(srv *ArtifactStoresServer) *ArtifactStoresServerTransport

NewArtifactStoresServerTransport creates a new instance of ArtifactStoresServerTransport with the provided implementation. The returned ArtifactStoresServerTransport instance is connected to an instance of armhybridnetwork.ArtifactStoresClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ArtifactStoresServerTransport) Do

Do implements the policy.Transporter interface for ArtifactStoresServerTransport.

type ComponentsServer

type ComponentsServer struct {
	// Get is the fake for method ComponentsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, networkFunctionName string, componentName string, options *armhybridnetwork.ComponentsClientGetOptions) (resp azfake.Responder[armhybridnetwork.ComponentsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByNetworkFunctionPager is the fake for method ComponentsClient.NewListByNetworkFunctionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByNetworkFunctionPager func(resourceGroupName string, networkFunctionName string, options *armhybridnetwork.ComponentsClientListByNetworkFunctionOptions) (resp azfake.PagerResponder[armhybridnetwork.ComponentsClientListByNetworkFunctionResponse])
}

ComponentsServer is a fake server for instances of the armhybridnetwork.ComponentsClient type.

type ComponentsServerTransport

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

ComponentsServerTransport connects instances of armhybridnetwork.ComponentsClient to instances of ComponentsServer. Don't use this type directly, use NewComponentsServerTransport instead.

func NewComponentsServerTransport

func NewComponentsServerTransport(srv *ComponentsServer) *ComponentsServerTransport

NewComponentsServerTransport creates a new instance of ComponentsServerTransport with the provided implementation. The returned ComponentsServerTransport instance is connected to an instance of armhybridnetwork.ComponentsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ComponentsServerTransport) Do

Do implements the policy.Transporter interface for ComponentsServerTransport.

type ConfigurationGroupSchemasServer

type ConfigurationGroupSchemasServer struct {
	// BeginCreateOrUpdate is the fake for method ConfigurationGroupSchemasClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, configurationGroupSchemaName string, parameters armhybridnetwork.ConfigurationGroupSchema, options *armhybridnetwork.ConfigurationGroupSchemasClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.ConfigurationGroupSchemasClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method ConfigurationGroupSchemasClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, configurationGroupSchemaName string, options *armhybridnetwork.ConfigurationGroupSchemasClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.ConfigurationGroupSchemasClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method ConfigurationGroupSchemasClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, configurationGroupSchemaName string, options *armhybridnetwork.ConfigurationGroupSchemasClientGetOptions) (resp azfake.Responder[armhybridnetwork.ConfigurationGroupSchemasClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByPublisherPager is the fake for method ConfigurationGroupSchemasClient.NewListByPublisherPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByPublisherPager func(resourceGroupName string, publisherName string, options *armhybridnetwork.ConfigurationGroupSchemasClientListByPublisherOptions) (resp azfake.PagerResponder[armhybridnetwork.ConfigurationGroupSchemasClientListByPublisherResponse])

	// Update is the fake for method ConfigurationGroupSchemasClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, configurationGroupSchemaName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.ConfigurationGroupSchemasClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.ConfigurationGroupSchemasClientUpdateResponse], errResp azfake.ErrorResponder)

	// BeginUpdateState is the fake for method ConfigurationGroupSchemasClient.BeginUpdateState
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdateState func(ctx context.Context, resourceGroupName string, publisherName string, configurationGroupSchemaName string, parameters armhybridnetwork.ConfigurationGroupSchemaVersionUpdateState, options *armhybridnetwork.ConfigurationGroupSchemasClientBeginUpdateStateOptions) (resp azfake.PollerResponder[armhybridnetwork.ConfigurationGroupSchemasClientUpdateStateResponse], errResp azfake.ErrorResponder)
}

ConfigurationGroupSchemasServer is a fake server for instances of the armhybridnetwork.ConfigurationGroupSchemasClient type.

type ConfigurationGroupSchemasServerTransport

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

ConfigurationGroupSchemasServerTransport connects instances of armhybridnetwork.ConfigurationGroupSchemasClient to instances of ConfigurationGroupSchemasServer. Don't use this type directly, use NewConfigurationGroupSchemasServerTransport instead.

func NewConfigurationGroupSchemasServerTransport

func NewConfigurationGroupSchemasServerTransport(srv *ConfigurationGroupSchemasServer) *ConfigurationGroupSchemasServerTransport

NewConfigurationGroupSchemasServerTransport creates a new instance of ConfigurationGroupSchemasServerTransport with the provided implementation. The returned ConfigurationGroupSchemasServerTransport instance is connected to an instance of armhybridnetwork.ConfigurationGroupSchemasClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ConfigurationGroupSchemasServerTransport) Do

Do implements the policy.Transporter interface for ConfigurationGroupSchemasServerTransport.

type ConfigurationGroupValuesServer

type ConfigurationGroupValuesServer struct {
	// BeginCreateOrUpdate is the fake for method ConfigurationGroupValuesClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, configurationGroupValueName string, parameters armhybridnetwork.ConfigurationGroupValue, options *armhybridnetwork.ConfigurationGroupValuesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.ConfigurationGroupValuesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method ConfigurationGroupValuesClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, configurationGroupValueName string, options *armhybridnetwork.ConfigurationGroupValuesClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.ConfigurationGroupValuesClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method ConfigurationGroupValuesClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, configurationGroupValueName string, options *armhybridnetwork.ConfigurationGroupValuesClientGetOptions) (resp azfake.Responder[armhybridnetwork.ConfigurationGroupValuesClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByResourceGroupPager is the fake for method ConfigurationGroupValuesClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armhybridnetwork.ConfigurationGroupValuesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.ConfigurationGroupValuesClientListByResourceGroupResponse])

	// NewListBySubscriptionPager is the fake for method ConfigurationGroupValuesClient.NewListBySubscriptionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListBySubscriptionPager func(options *armhybridnetwork.ConfigurationGroupValuesClientListBySubscriptionOptions) (resp azfake.PagerResponder[armhybridnetwork.ConfigurationGroupValuesClientListBySubscriptionResponse])

	// UpdateTags is the fake for method ConfigurationGroupValuesClient.UpdateTags
	// HTTP status codes to indicate success: http.StatusOK
	UpdateTags func(ctx context.Context, resourceGroupName string, configurationGroupValueName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.ConfigurationGroupValuesClientUpdateTagsOptions) (resp azfake.Responder[armhybridnetwork.ConfigurationGroupValuesClientUpdateTagsResponse], errResp azfake.ErrorResponder)
}

ConfigurationGroupValuesServer is a fake server for instances of the armhybridnetwork.ConfigurationGroupValuesClient type.

type ConfigurationGroupValuesServerTransport

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

ConfigurationGroupValuesServerTransport connects instances of armhybridnetwork.ConfigurationGroupValuesClient to instances of ConfigurationGroupValuesServer. Don't use this type directly, use NewConfigurationGroupValuesServerTransport instead.

func NewConfigurationGroupValuesServerTransport

func NewConfigurationGroupValuesServerTransport(srv *ConfigurationGroupValuesServer) *ConfigurationGroupValuesServerTransport

NewConfigurationGroupValuesServerTransport creates a new instance of ConfigurationGroupValuesServerTransport with the provided implementation. The returned ConfigurationGroupValuesServerTransport instance is connected to an instance of armhybridnetwork.ConfigurationGroupValuesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ConfigurationGroupValuesServerTransport) Do

Do implements the policy.Transporter interface for ConfigurationGroupValuesServerTransport.

type NetworkFunctionDefinitionGroupsServer

type NetworkFunctionDefinitionGroupsServer struct {
	// BeginCreateOrUpdate is the fake for method NetworkFunctionDefinitionGroupsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, parameters armhybridnetwork.NetworkFunctionDefinitionGroup, options *armhybridnetwork.NetworkFunctionDefinitionGroupsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionDefinitionGroupsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method NetworkFunctionDefinitionGroupsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, options *armhybridnetwork.NetworkFunctionDefinitionGroupsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionDefinitionGroupsClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method NetworkFunctionDefinitionGroupsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, options *armhybridnetwork.NetworkFunctionDefinitionGroupsClientGetOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionDefinitionGroupsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByPublisherPager is the fake for method NetworkFunctionDefinitionGroupsClient.NewListByPublisherPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByPublisherPager func(resourceGroupName string, publisherName string, options *armhybridnetwork.NetworkFunctionDefinitionGroupsClientListByPublisherOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkFunctionDefinitionGroupsClientListByPublisherResponse])

	// Update is the fake for method NetworkFunctionDefinitionGroupsClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.NetworkFunctionDefinitionGroupsClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionDefinitionGroupsClientUpdateResponse], errResp azfake.ErrorResponder)
}

NetworkFunctionDefinitionGroupsServer is a fake server for instances of the armhybridnetwork.NetworkFunctionDefinitionGroupsClient type.

type NetworkFunctionDefinitionGroupsServerTransport

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

NetworkFunctionDefinitionGroupsServerTransport connects instances of armhybridnetwork.NetworkFunctionDefinitionGroupsClient to instances of NetworkFunctionDefinitionGroupsServer. Don't use this type directly, use NewNetworkFunctionDefinitionGroupsServerTransport instead.

func NewNetworkFunctionDefinitionGroupsServerTransport

func NewNetworkFunctionDefinitionGroupsServerTransport(srv *NetworkFunctionDefinitionGroupsServer) *NetworkFunctionDefinitionGroupsServerTransport

NewNetworkFunctionDefinitionGroupsServerTransport creates a new instance of NetworkFunctionDefinitionGroupsServerTransport with the provided implementation. The returned NetworkFunctionDefinitionGroupsServerTransport instance is connected to an instance of armhybridnetwork.NetworkFunctionDefinitionGroupsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*NetworkFunctionDefinitionGroupsServerTransport) Do

Do implements the policy.Transporter interface for NetworkFunctionDefinitionGroupsServerTransport.

type NetworkFunctionDefinitionVersionsServer

type NetworkFunctionDefinitionVersionsServer struct {
	// BeginCreateOrUpdate is the fake for method NetworkFunctionDefinitionVersionsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, networkFunctionDefinitionVersionName string, parameters armhybridnetwork.NetworkFunctionDefinitionVersion, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method NetworkFunctionDefinitionVersionsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, networkFunctionDefinitionVersionName string, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method NetworkFunctionDefinitionVersionsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, networkFunctionDefinitionVersionName string, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientGetOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByNetworkFunctionDefinitionGroupPager is the fake for method NetworkFunctionDefinitionVersionsClient.NewListByNetworkFunctionDefinitionGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByNetworkFunctionDefinitionGroupPager func(resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientListByNetworkFunctionDefinitionGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientListByNetworkFunctionDefinitionGroupResponse])

	// Update is the fake for method NetworkFunctionDefinitionVersionsClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, networkFunctionDefinitionVersionName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientUpdateResponse], errResp azfake.ErrorResponder)

	// BeginUpdateState is the fake for method NetworkFunctionDefinitionVersionsClient.BeginUpdateState
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdateState func(ctx context.Context, resourceGroupName string, publisherName string, networkFunctionDefinitionGroupName string, networkFunctionDefinitionVersionName string, parameters armhybridnetwork.NetworkFunctionDefinitionVersionUpdateState, options *armhybridnetwork.NetworkFunctionDefinitionVersionsClientBeginUpdateStateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionDefinitionVersionsClientUpdateStateResponse], errResp azfake.ErrorResponder)
}

NetworkFunctionDefinitionVersionsServer is a fake server for instances of the armhybridnetwork.NetworkFunctionDefinitionVersionsClient type.

type NetworkFunctionDefinitionVersionsServerTransport

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

NetworkFunctionDefinitionVersionsServerTransport connects instances of armhybridnetwork.NetworkFunctionDefinitionVersionsClient to instances of NetworkFunctionDefinitionVersionsServer. Don't use this type directly, use NewNetworkFunctionDefinitionVersionsServerTransport instead.

func NewNetworkFunctionDefinitionVersionsServerTransport

func NewNetworkFunctionDefinitionVersionsServerTransport(srv *NetworkFunctionDefinitionVersionsServer) *NetworkFunctionDefinitionVersionsServerTransport

NewNetworkFunctionDefinitionVersionsServerTransport creates a new instance of NetworkFunctionDefinitionVersionsServerTransport with the provided implementation. The returned NetworkFunctionDefinitionVersionsServerTransport instance is connected to an instance of armhybridnetwork.NetworkFunctionDefinitionVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*NetworkFunctionDefinitionVersionsServerTransport) Do

Do implements the policy.Transporter interface for NetworkFunctionDefinitionVersionsServerTransport.

type NetworkFunctionsServer

type NetworkFunctionsServer struct {
	// BeginCreateOrUpdate is the fake for method NetworkFunctionsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, networkFunctionName string, parameters armhybridnetwork.NetworkFunction, options *armhybridnetwork.NetworkFunctionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method NetworkFunctionsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, networkFunctionName string, options *armhybridnetwork.NetworkFunctionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionsClientDeleteResponse], errResp azfake.ErrorResponder)

	// BeginExecuteRequest is the fake for method NetworkFunctionsClient.BeginExecuteRequest
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginExecuteRequest func(ctx context.Context, resourceGroupName string, networkFunctionName string, parameters armhybridnetwork.ExecuteRequestParameters, options *armhybridnetwork.NetworkFunctionsClientBeginExecuteRequestOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkFunctionsClientExecuteRequestResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method NetworkFunctionsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, networkFunctionName string, options *armhybridnetwork.NetworkFunctionsClientGetOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByResourceGroupPager is the fake for method NetworkFunctionsClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armhybridnetwork.NetworkFunctionsClientListByResourceGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkFunctionsClientListByResourceGroupResponse])

	// NewListBySubscriptionPager is the fake for method NetworkFunctionsClient.NewListBySubscriptionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListBySubscriptionPager func(options *armhybridnetwork.NetworkFunctionsClientListBySubscriptionOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkFunctionsClientListBySubscriptionResponse])

	// UpdateTags is the fake for method NetworkFunctionsClient.UpdateTags
	// HTTP status codes to indicate success: http.StatusOK
	UpdateTags func(ctx context.Context, resourceGroupName string, networkFunctionName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.NetworkFunctionsClientUpdateTagsOptions) (resp azfake.Responder[armhybridnetwork.NetworkFunctionsClientUpdateTagsResponse], errResp azfake.ErrorResponder)
}

NetworkFunctionsServer is a fake server for instances of the armhybridnetwork.NetworkFunctionsClient type.

type NetworkFunctionsServerTransport

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

NetworkFunctionsServerTransport connects instances of armhybridnetwork.NetworkFunctionsClient to instances of NetworkFunctionsServer. Don't use this type directly, use NewNetworkFunctionsServerTransport instead.

func NewNetworkFunctionsServerTransport

func NewNetworkFunctionsServerTransport(srv *NetworkFunctionsServer) *NetworkFunctionsServerTransport

NewNetworkFunctionsServerTransport creates a new instance of NetworkFunctionsServerTransport with the provided implementation. The returned NetworkFunctionsServerTransport instance is connected to an instance of armhybridnetwork.NetworkFunctionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*NetworkFunctionsServerTransport) Do

Do implements the policy.Transporter interface for NetworkFunctionsServerTransport.

type NetworkServiceDesignGroupsServer

type NetworkServiceDesignGroupsServer struct {
	// BeginCreateOrUpdate is the fake for method NetworkServiceDesignGroupsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, parameters armhybridnetwork.NetworkServiceDesignGroup, options *armhybridnetwork.NetworkServiceDesignGroupsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkServiceDesignGroupsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method NetworkServiceDesignGroupsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, options *armhybridnetwork.NetworkServiceDesignGroupsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkServiceDesignGroupsClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method NetworkServiceDesignGroupsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, options *armhybridnetwork.NetworkServiceDesignGroupsClientGetOptions) (resp azfake.Responder[armhybridnetwork.NetworkServiceDesignGroupsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByPublisherPager is the fake for method NetworkServiceDesignGroupsClient.NewListByPublisherPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByPublisherPager func(resourceGroupName string, publisherName string, options *armhybridnetwork.NetworkServiceDesignGroupsClientListByPublisherOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkServiceDesignGroupsClientListByPublisherResponse])

	// Update is the fake for method NetworkServiceDesignGroupsClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.NetworkServiceDesignGroupsClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.NetworkServiceDesignGroupsClientUpdateResponse], errResp azfake.ErrorResponder)
}

NetworkServiceDesignGroupsServer is a fake server for instances of the armhybridnetwork.NetworkServiceDesignGroupsClient type.

type NetworkServiceDesignGroupsServerTransport

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

NetworkServiceDesignGroupsServerTransport connects instances of armhybridnetwork.NetworkServiceDesignGroupsClient to instances of NetworkServiceDesignGroupsServer. Don't use this type directly, use NewNetworkServiceDesignGroupsServerTransport instead.

func NewNetworkServiceDesignGroupsServerTransport

func NewNetworkServiceDesignGroupsServerTransport(srv *NetworkServiceDesignGroupsServer) *NetworkServiceDesignGroupsServerTransport

NewNetworkServiceDesignGroupsServerTransport creates a new instance of NetworkServiceDesignGroupsServerTransport with the provided implementation. The returned NetworkServiceDesignGroupsServerTransport instance is connected to an instance of armhybridnetwork.NetworkServiceDesignGroupsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*NetworkServiceDesignGroupsServerTransport) Do

Do implements the policy.Transporter interface for NetworkServiceDesignGroupsServerTransport.

type NetworkServiceDesignVersionsServer

type NetworkServiceDesignVersionsServer struct {
	// BeginCreateOrUpdate is the fake for method NetworkServiceDesignVersionsClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, networkServiceDesignVersionName string, parameters armhybridnetwork.NetworkServiceDesignVersion, options *armhybridnetwork.NetworkServiceDesignVersionsClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkServiceDesignVersionsClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method NetworkServiceDesignVersionsClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, networkServiceDesignVersionName string, options *armhybridnetwork.NetworkServiceDesignVersionsClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkServiceDesignVersionsClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method NetworkServiceDesignVersionsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, networkServiceDesignVersionName string, options *armhybridnetwork.NetworkServiceDesignVersionsClientGetOptions) (resp azfake.Responder[armhybridnetwork.NetworkServiceDesignVersionsClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByNetworkServiceDesignGroupPager is the fake for method NetworkServiceDesignVersionsClient.NewListByNetworkServiceDesignGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByNetworkServiceDesignGroupPager func(resourceGroupName string, publisherName string, networkServiceDesignGroupName string, options *armhybridnetwork.NetworkServiceDesignVersionsClientListByNetworkServiceDesignGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.NetworkServiceDesignVersionsClientListByNetworkServiceDesignGroupResponse])

	// Update is the fake for method NetworkServiceDesignVersionsClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, networkServiceDesignVersionName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.NetworkServiceDesignVersionsClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.NetworkServiceDesignVersionsClientUpdateResponse], errResp azfake.ErrorResponder)

	// BeginUpdateState is the fake for method NetworkServiceDesignVersionsClient.BeginUpdateState
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdateState func(ctx context.Context, resourceGroupName string, publisherName string, networkServiceDesignGroupName string, networkServiceDesignVersionName string, parameters armhybridnetwork.NetworkServiceDesignVersionUpdateState, options *armhybridnetwork.NetworkServiceDesignVersionsClientBeginUpdateStateOptions) (resp azfake.PollerResponder[armhybridnetwork.NetworkServiceDesignVersionsClientUpdateStateResponse], errResp azfake.ErrorResponder)
}

NetworkServiceDesignVersionsServer is a fake server for instances of the armhybridnetwork.NetworkServiceDesignVersionsClient type.

type NetworkServiceDesignVersionsServerTransport

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

NetworkServiceDesignVersionsServerTransport connects instances of armhybridnetwork.NetworkServiceDesignVersionsClient to instances of NetworkServiceDesignVersionsServer. Don't use this type directly, use NewNetworkServiceDesignVersionsServerTransport instead.

func NewNetworkServiceDesignVersionsServerTransport

func NewNetworkServiceDesignVersionsServerTransport(srv *NetworkServiceDesignVersionsServer) *NetworkServiceDesignVersionsServerTransport

NewNetworkServiceDesignVersionsServerTransport creates a new instance of NetworkServiceDesignVersionsServerTransport with the provided implementation. The returned NetworkServiceDesignVersionsServerTransport instance is connected to an instance of armhybridnetwork.NetworkServiceDesignVersionsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*NetworkServiceDesignVersionsServerTransport) Do

Do implements the policy.Transporter interface for NetworkServiceDesignVersionsServerTransport.

type OperationsServer

type OperationsServer struct {
	// NewListPager is the fake for method OperationsClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armhybridnetwork.OperationsClientListOptions) (resp azfake.PagerResponder[armhybridnetwork.OperationsClientListResponse])
}

OperationsServer is a fake server for instances of the armhybridnetwork.OperationsClient type.

type OperationsServerTransport

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

OperationsServerTransport connects instances of armhybridnetwork.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 armhybridnetwork.OperationsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*OperationsServerTransport) Do

Do implements the policy.Transporter interface for OperationsServerTransport.

type ProxyArtifactServer

type ProxyArtifactServer struct {
	// NewGetPager is the fake for method ProxyArtifactClient.NewGetPager
	// HTTP status codes to indicate success: http.StatusOK
	NewGetPager func(resourceGroupName string, publisherName string, artifactStoreName string, artifactName string, options *armhybridnetwork.ProxyArtifactClientGetOptions) (resp azfake.PagerResponder[armhybridnetwork.ProxyArtifactClientGetResponse])

	// NewListPager is the fake for method ProxyArtifactClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(resourceGroupName string, publisherName string, artifactStoreName string, options *armhybridnetwork.ProxyArtifactClientListOptions) (resp azfake.PagerResponder[armhybridnetwork.ProxyArtifactClientListResponse])

	// BeginUpdateState is the fake for method ProxyArtifactClient.BeginUpdateState
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdateState func(ctx context.Context, resourceGroupName string, publisherName string, artifactStoreName string, artifactName string, artifactVersionName string, parameters armhybridnetwork.ArtifactChangeState, options *armhybridnetwork.ProxyArtifactClientBeginUpdateStateOptions) (resp azfake.PollerResponder[armhybridnetwork.ProxyArtifactClientUpdateStateResponse], errResp azfake.ErrorResponder)
}

ProxyArtifactServer is a fake server for instances of the armhybridnetwork.ProxyArtifactClient type.

type ProxyArtifactServerTransport

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

ProxyArtifactServerTransport connects instances of armhybridnetwork.ProxyArtifactClient to instances of ProxyArtifactServer. Don't use this type directly, use NewProxyArtifactServerTransport instead.

func NewProxyArtifactServerTransport

func NewProxyArtifactServerTransport(srv *ProxyArtifactServer) *ProxyArtifactServerTransport

NewProxyArtifactServerTransport creates a new instance of ProxyArtifactServerTransport with the provided implementation. The returned ProxyArtifactServerTransport instance is connected to an instance of armhybridnetwork.ProxyArtifactClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ProxyArtifactServerTransport) Do

Do implements the policy.Transporter interface for ProxyArtifactServerTransport.

type PublishersServer

type PublishersServer struct {
	// BeginCreateOrUpdate is the fake for method PublishersClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, publisherName string, options *armhybridnetwork.PublishersClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.PublishersClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PublishersClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, publisherName string, options *armhybridnetwork.PublishersClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.PublishersClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PublishersClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, publisherName string, options *armhybridnetwork.PublishersClientGetOptions) (resp azfake.Responder[armhybridnetwork.PublishersClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByResourceGroupPager is the fake for method PublishersClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armhybridnetwork.PublishersClientListByResourceGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.PublishersClientListByResourceGroupResponse])

	// NewListBySubscriptionPager is the fake for method PublishersClient.NewListBySubscriptionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListBySubscriptionPager func(options *armhybridnetwork.PublishersClientListBySubscriptionOptions) (resp azfake.PagerResponder[armhybridnetwork.PublishersClientListBySubscriptionResponse])

	// Update is the fake for method PublishersClient.Update
	// HTTP status codes to indicate success: http.StatusOK
	Update func(ctx context.Context, resourceGroupName string, publisherName string, options *armhybridnetwork.PublishersClientUpdateOptions) (resp azfake.Responder[armhybridnetwork.PublishersClientUpdateResponse], errResp azfake.ErrorResponder)
}

PublishersServer is a fake server for instances of the armhybridnetwork.PublishersClient type.

type PublishersServerTransport

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

PublishersServerTransport connects instances of armhybridnetwork.PublishersClient to instances of PublishersServer. Don't use this type directly, use NewPublishersServerTransport instead.

func NewPublishersServerTransport

func NewPublishersServerTransport(srv *PublishersServer) *PublishersServerTransport

NewPublishersServerTransport creates a new instance of PublishersServerTransport with the provided implementation. The returned PublishersServerTransport instance is connected to an instance of armhybridnetwork.PublishersClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PublishersServerTransport) Do

Do implements the policy.Transporter interface for PublishersServerTransport.

type ServerFactory

type ServerFactory struct {
	ArtifactManifestsServer                 ArtifactManifestsServer
	ArtifactStoresServer                    ArtifactStoresServer
	ComponentsServer                        ComponentsServer
	ConfigurationGroupSchemasServer         ConfigurationGroupSchemasServer
	ConfigurationGroupValuesServer          ConfigurationGroupValuesServer
	NetworkFunctionDefinitionGroupsServer   NetworkFunctionDefinitionGroupsServer
	NetworkFunctionDefinitionVersionsServer NetworkFunctionDefinitionVersionsServer
	NetworkFunctionsServer                  NetworkFunctionsServer
	NetworkServiceDesignGroupsServer        NetworkServiceDesignGroupsServer
	NetworkServiceDesignVersionsServer      NetworkServiceDesignVersionsServer
	OperationsServer                        OperationsServer
	ProxyArtifactServer                     ProxyArtifactServer
	PublishersServer                        PublishersServer
	SiteNetworkServicesServer               SiteNetworkServicesServer
	SitesServer                             SitesServer
}

ServerFactory is a fake server for instances of the armhybridnetwork.ClientFactory type.

type ServerFactoryTransport

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

ServerFactoryTransport connects instances of armhybridnetwork.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 armhybridnetwork.ClientFactory via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ServerFactoryTransport) Do

Do implements the policy.Transporter interface for ServerFactoryTransport.

type SiteNetworkServicesServer

type SiteNetworkServicesServer struct {
	// BeginCreateOrUpdate is the fake for method SiteNetworkServicesClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, siteNetworkServiceName string, parameters armhybridnetwork.SiteNetworkService, options *armhybridnetwork.SiteNetworkServicesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.SiteNetworkServicesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method SiteNetworkServicesClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, siteNetworkServiceName string, options *armhybridnetwork.SiteNetworkServicesClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.SiteNetworkServicesClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method SiteNetworkServicesClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, siteNetworkServiceName string, options *armhybridnetwork.SiteNetworkServicesClientGetOptions) (resp azfake.Responder[armhybridnetwork.SiteNetworkServicesClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByResourceGroupPager is the fake for method SiteNetworkServicesClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armhybridnetwork.SiteNetworkServicesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.SiteNetworkServicesClientListByResourceGroupResponse])

	// NewListBySubscriptionPager is the fake for method SiteNetworkServicesClient.NewListBySubscriptionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListBySubscriptionPager func(options *armhybridnetwork.SiteNetworkServicesClientListBySubscriptionOptions) (resp azfake.PagerResponder[armhybridnetwork.SiteNetworkServicesClientListBySubscriptionResponse])

	// UpdateTags is the fake for method SiteNetworkServicesClient.UpdateTags
	// HTTP status codes to indicate success: http.StatusOK
	UpdateTags func(ctx context.Context, resourceGroupName string, siteNetworkServiceName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.SiteNetworkServicesClientUpdateTagsOptions) (resp azfake.Responder[armhybridnetwork.SiteNetworkServicesClientUpdateTagsResponse], errResp azfake.ErrorResponder)
}

SiteNetworkServicesServer is a fake server for instances of the armhybridnetwork.SiteNetworkServicesClient type.

type SiteNetworkServicesServerTransport

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

SiteNetworkServicesServerTransport connects instances of armhybridnetwork.SiteNetworkServicesClient to instances of SiteNetworkServicesServer. Don't use this type directly, use NewSiteNetworkServicesServerTransport instead.

func NewSiteNetworkServicesServerTransport

func NewSiteNetworkServicesServerTransport(srv *SiteNetworkServicesServer) *SiteNetworkServicesServerTransport

NewSiteNetworkServicesServerTransport creates a new instance of SiteNetworkServicesServerTransport with the provided implementation. The returned SiteNetworkServicesServerTransport instance is connected to an instance of armhybridnetwork.SiteNetworkServicesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*SiteNetworkServicesServerTransport) Do

Do implements the policy.Transporter interface for SiteNetworkServicesServerTransport.

type SitesServer

type SitesServer struct {
	// BeginCreateOrUpdate is the fake for method SitesClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, siteName string, parameters armhybridnetwork.Site, options *armhybridnetwork.SitesClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armhybridnetwork.SitesClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method SitesClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, siteName string, options *armhybridnetwork.SitesClientBeginDeleteOptions) (resp azfake.PollerResponder[armhybridnetwork.SitesClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method SitesClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, siteName string, options *armhybridnetwork.SitesClientGetOptions) (resp azfake.Responder[armhybridnetwork.SitesClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByResourceGroupPager is the fake for method SitesClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armhybridnetwork.SitesClientListByResourceGroupOptions) (resp azfake.PagerResponder[armhybridnetwork.SitesClientListByResourceGroupResponse])

	// NewListBySubscriptionPager is the fake for method SitesClient.NewListBySubscriptionPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListBySubscriptionPager func(options *armhybridnetwork.SitesClientListBySubscriptionOptions) (resp azfake.PagerResponder[armhybridnetwork.SitesClientListBySubscriptionResponse])

	// UpdateTags is the fake for method SitesClient.UpdateTags
	// HTTP status codes to indicate success: http.StatusOK
	UpdateTags func(ctx context.Context, resourceGroupName string, siteName string, parameters armhybridnetwork.TagsObject, options *armhybridnetwork.SitesClientUpdateTagsOptions) (resp azfake.Responder[armhybridnetwork.SitesClientUpdateTagsResponse], errResp azfake.ErrorResponder)
}

SitesServer is a fake server for instances of the armhybridnetwork.SitesClient type.

type SitesServerTransport

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

SitesServerTransport connects instances of armhybridnetwork.SitesClient to instances of SitesServer. Don't use this type directly, use NewSitesServerTransport instead.

func NewSitesServerTransport

func NewSitesServerTransport(srv *SitesServer) *SitesServerTransport

NewSitesServerTransport creates a new instance of SitesServerTransport with the provided implementation. The returned SitesServerTransport instance is connected to an instance of armhybridnetwork.SitesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*SitesServerTransport) Do

Do implements the policy.Transporter interface for SitesServerTransport.

Jump to

Keyboard shortcuts

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