fake

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 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 OperationResultsServer

type OperationResultsServer struct {
	// Get is the fake for method OperationResultsClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, locationName string, operationResultID string, options *armm365securityandcompliance.OperationResultsClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.OperationResultsClientGetResponse], errResp azfake.ErrorResponder)
}

OperationResultsServer is a fake server for instances of the armm365securityandcompliance.OperationResultsClient type.

type OperationResultsServerTransport

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

OperationResultsServerTransport connects instances of armm365securityandcompliance.OperationResultsClient to instances of OperationResultsServer. Don't use this type directly, use NewOperationResultsServerTransport instead.

func NewOperationResultsServerTransport

func NewOperationResultsServerTransport(srv *OperationResultsServer) *OperationResultsServerTransport

NewOperationResultsServerTransport creates a new instance of OperationResultsServerTransport with the provided implementation. The returned OperationResultsServerTransport instance is connected to an instance of armm365securityandcompliance.OperationResultsClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*OperationResultsServerTransport) Do

Do implements the policy.Transporter interface for OperationResultsServerTransport.

type OperationsServer

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

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

type OperationsServerTransport

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

OperationsServerTransport connects instances of armm365securityandcompliance.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 armm365securityandcompliance.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 PrivateEndpointConnectionsAdtAPIServer

type PrivateEndpointConnectionsAdtAPIServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsAdtAPIClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsAdtAPIClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsAdtAPIClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsAdtAPIClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClientListByServiceResponse])
}

PrivateEndpointConnectionsAdtAPIServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClient type.

type PrivateEndpointConnectionsAdtAPIServerTransport

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

PrivateEndpointConnectionsAdtAPIServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClient to instances of PrivateEndpointConnectionsAdtAPIServer. Don't use this type directly, use NewPrivateEndpointConnectionsAdtAPIServerTransport instead.

func NewPrivateEndpointConnectionsAdtAPIServerTransport

func NewPrivateEndpointConnectionsAdtAPIServerTransport(srv *PrivateEndpointConnectionsAdtAPIServer) *PrivateEndpointConnectionsAdtAPIServerTransport

NewPrivateEndpointConnectionsAdtAPIServerTransport creates a new instance of PrivateEndpointConnectionsAdtAPIServerTransport with the provided implementation. The returned PrivateEndpointConnectionsAdtAPIServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsAdtAPIClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsAdtAPIServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsAdtAPIServerTransport.

type PrivateEndpointConnectionsCompServer

type PrivateEndpointConnectionsCompServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsCompClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsCompClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsCompClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsCompClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsCompClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsCompClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsCompClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsCompClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsCompClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsCompClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsCompClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsCompClientListByServiceResponse])
}

PrivateEndpointConnectionsCompServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsCompClient type.

type PrivateEndpointConnectionsCompServerTransport

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

PrivateEndpointConnectionsCompServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsCompClient to instances of PrivateEndpointConnectionsCompServer. Don't use this type directly, use NewPrivateEndpointConnectionsCompServerTransport instead.

func NewPrivateEndpointConnectionsCompServerTransport

func NewPrivateEndpointConnectionsCompServerTransport(srv *PrivateEndpointConnectionsCompServer) *PrivateEndpointConnectionsCompServerTransport

NewPrivateEndpointConnectionsCompServerTransport creates a new instance of PrivateEndpointConnectionsCompServerTransport with the provided implementation. The returned PrivateEndpointConnectionsCompServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsCompClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsCompServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsCompServerTransport.

type PrivateEndpointConnectionsForEDMServer

type PrivateEndpointConnectionsForEDMServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsForEDMClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsForEDMClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsForEDMClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsForEDMClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForEDMClientListByServiceResponse])
}

PrivateEndpointConnectionsForEDMServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsForEDMClient type.

type PrivateEndpointConnectionsForEDMServerTransport

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

PrivateEndpointConnectionsForEDMServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsForEDMClient to instances of PrivateEndpointConnectionsForEDMServer. Don't use this type directly, use NewPrivateEndpointConnectionsForEDMServerTransport instead.

func NewPrivateEndpointConnectionsForEDMServerTransport

func NewPrivateEndpointConnectionsForEDMServerTransport(srv *PrivateEndpointConnectionsForEDMServer) *PrivateEndpointConnectionsForEDMServerTransport

NewPrivateEndpointConnectionsForEDMServerTransport creates a new instance of PrivateEndpointConnectionsForEDMServerTransport with the provided implementation. The returned PrivateEndpointConnectionsForEDMServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsForEDMClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsForEDMServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsForEDMServerTransport.

type PrivateEndpointConnectionsForMIPPolicySyncServer

type PrivateEndpointConnectionsForMIPPolicySyncServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsForMIPPolicySyncClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsForMIPPolicySyncClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsForMIPPolicySyncClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsForMIPPolicySyncClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClientListByServiceResponse])
}

PrivateEndpointConnectionsForMIPPolicySyncServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClient type.

type PrivateEndpointConnectionsForMIPPolicySyncServerTransport

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

PrivateEndpointConnectionsForMIPPolicySyncServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClient to instances of PrivateEndpointConnectionsForMIPPolicySyncServer. Don't use this type directly, use NewPrivateEndpointConnectionsForMIPPolicySyncServerTransport instead.

func NewPrivateEndpointConnectionsForMIPPolicySyncServerTransport

func NewPrivateEndpointConnectionsForMIPPolicySyncServerTransport(srv *PrivateEndpointConnectionsForMIPPolicySyncServer) *PrivateEndpointConnectionsForMIPPolicySyncServerTransport

NewPrivateEndpointConnectionsForMIPPolicySyncServerTransport creates a new instance of PrivateEndpointConnectionsForMIPPolicySyncServerTransport with the provided implementation. The returned PrivateEndpointConnectionsForMIPPolicySyncServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsForMIPPolicySyncClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsForMIPPolicySyncServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsForMIPPolicySyncServerTransport.

type PrivateEndpointConnectionsForSCCPowershellServer

type PrivateEndpointConnectionsForSCCPowershellServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsForSCCPowershellClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsForSCCPowershellClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsForSCCPowershellClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsForSCCPowershellClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClientListByServiceResponse])
}

PrivateEndpointConnectionsForSCCPowershellServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClient type.

type PrivateEndpointConnectionsForSCCPowershellServerTransport

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

PrivateEndpointConnectionsForSCCPowershellServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClient to instances of PrivateEndpointConnectionsForSCCPowershellServer. Don't use this type directly, use NewPrivateEndpointConnectionsForSCCPowershellServerTransport instead.

func NewPrivateEndpointConnectionsForSCCPowershellServerTransport

func NewPrivateEndpointConnectionsForSCCPowershellServerTransport(srv *PrivateEndpointConnectionsForSCCPowershellServer) *PrivateEndpointConnectionsForSCCPowershellServerTransport

NewPrivateEndpointConnectionsForSCCPowershellServerTransport creates a new instance of PrivateEndpointConnectionsForSCCPowershellServerTransport with the provided implementation. The returned PrivateEndpointConnectionsForSCCPowershellServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsForSCCPowershellClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsForSCCPowershellServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsForSCCPowershellServerTransport.

type PrivateEndpointConnectionsSecServer

type PrivateEndpointConnectionsSecServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateEndpointConnectionsSecClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties armm365securityandcompliance.PrivateEndpointConnection, options *armm365securityandcompliance.PrivateEndpointConnectionsSecClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsSecClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateEndpointConnectionsSecClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsSecClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateEndpointConnectionsSecClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateEndpointConnectionsSecClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *armm365securityandcompliance.PrivateEndpointConnectionsSecClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateEndpointConnectionsSecClientGetResponse], errResp azfake.ErrorResponder)

	// NewListByServicePager is the fake for method PrivateEndpointConnectionsSecClient.NewListByServicePager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByServicePager func(resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateEndpointConnectionsSecClientListByServiceOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateEndpointConnectionsSecClientListByServiceResponse])
}

PrivateEndpointConnectionsSecServer is a fake server for instances of the armm365securityandcompliance.PrivateEndpointConnectionsSecClient type.

type PrivateEndpointConnectionsSecServerTransport

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

PrivateEndpointConnectionsSecServerTransport connects instances of armm365securityandcompliance.PrivateEndpointConnectionsSecClient to instances of PrivateEndpointConnectionsSecServer. Don't use this type directly, use NewPrivateEndpointConnectionsSecServerTransport instead.

func NewPrivateEndpointConnectionsSecServerTransport

func NewPrivateEndpointConnectionsSecServerTransport(srv *PrivateEndpointConnectionsSecServer) *PrivateEndpointConnectionsSecServerTransport

NewPrivateEndpointConnectionsSecServerTransport creates a new instance of PrivateEndpointConnectionsSecServerTransport with the provided implementation. The returned PrivateEndpointConnectionsSecServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateEndpointConnectionsSecClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateEndpointConnectionsSecServerTransport) Do

Do implements the policy.Transporter interface for PrivateEndpointConnectionsSecServerTransport.

type PrivateLinkResourcesAdtAPIServer

type PrivateLinkResourcesAdtAPIServer struct {
	// Get is the fake for method PrivateLinkResourcesAdtAPIClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesAdtAPIClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesAdtAPIClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesAdtAPIClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesAdtAPIClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesAdtAPIClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesAdtAPIServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesAdtAPIClient type.

type PrivateLinkResourcesAdtAPIServerTransport

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

PrivateLinkResourcesAdtAPIServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesAdtAPIClient to instances of PrivateLinkResourcesAdtAPIServer. Don't use this type directly, use NewPrivateLinkResourcesAdtAPIServerTransport instead.

func NewPrivateLinkResourcesAdtAPIServerTransport

func NewPrivateLinkResourcesAdtAPIServerTransport(srv *PrivateLinkResourcesAdtAPIServer) *PrivateLinkResourcesAdtAPIServerTransport

NewPrivateLinkResourcesAdtAPIServerTransport creates a new instance of PrivateLinkResourcesAdtAPIServerTransport with the provided implementation. The returned PrivateLinkResourcesAdtAPIServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesAdtAPIClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesAdtAPIServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesAdtAPIServerTransport.

type PrivateLinkResourcesCompServer

type PrivateLinkResourcesCompServer struct {
	// Get is the fake for method PrivateLinkResourcesCompClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesCompClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesCompClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesCompClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesCompClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesCompClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesCompServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesCompClient type.

type PrivateLinkResourcesCompServerTransport

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

PrivateLinkResourcesCompServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesCompClient to instances of PrivateLinkResourcesCompServer. Don't use this type directly, use NewPrivateLinkResourcesCompServerTransport instead.

func NewPrivateLinkResourcesCompServerTransport

func NewPrivateLinkResourcesCompServerTransport(srv *PrivateLinkResourcesCompServer) *PrivateLinkResourcesCompServerTransport

NewPrivateLinkResourcesCompServerTransport creates a new instance of PrivateLinkResourcesCompServerTransport with the provided implementation. The returned PrivateLinkResourcesCompServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesCompClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesCompServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesCompServerTransport.

type PrivateLinkResourcesForMIPPolicySyncServer

type PrivateLinkResourcesForMIPPolicySyncServer struct {
	// Get is the fake for method PrivateLinkResourcesForMIPPolicySyncClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesForMIPPolicySyncClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesForMIPPolicySyncServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClient type.

type PrivateLinkResourcesForMIPPolicySyncServerTransport

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

PrivateLinkResourcesForMIPPolicySyncServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClient to instances of PrivateLinkResourcesForMIPPolicySyncServer. Don't use this type directly, use NewPrivateLinkResourcesForMIPPolicySyncServerTransport instead.

func NewPrivateLinkResourcesForMIPPolicySyncServerTransport

func NewPrivateLinkResourcesForMIPPolicySyncServerTransport(srv *PrivateLinkResourcesForMIPPolicySyncServer) *PrivateLinkResourcesForMIPPolicySyncServerTransport

NewPrivateLinkResourcesForMIPPolicySyncServerTransport creates a new instance of PrivateLinkResourcesForMIPPolicySyncServerTransport with the provided implementation. The returned PrivateLinkResourcesForMIPPolicySyncServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesForMIPPolicySyncClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesForMIPPolicySyncServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesForMIPPolicySyncServerTransport.

type PrivateLinkResourcesForSCCPowershellServer

type PrivateLinkResourcesForSCCPowershellServer struct {
	// Get is the fake for method PrivateLinkResourcesForSCCPowershellClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesForSCCPowershellClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesForSCCPowershellServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClient type.

type PrivateLinkResourcesForSCCPowershellServerTransport

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

PrivateLinkResourcesForSCCPowershellServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClient to instances of PrivateLinkResourcesForSCCPowershellServer. Don't use this type directly, use NewPrivateLinkResourcesForSCCPowershellServerTransport instead.

func NewPrivateLinkResourcesForSCCPowershellServerTransport

func NewPrivateLinkResourcesForSCCPowershellServerTransport(srv *PrivateLinkResourcesForSCCPowershellServer) *PrivateLinkResourcesForSCCPowershellServerTransport

NewPrivateLinkResourcesForSCCPowershellServerTransport creates a new instance of PrivateLinkResourcesForSCCPowershellServerTransport with the provided implementation. The returned PrivateLinkResourcesForSCCPowershellServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesForSCCPowershellClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesForSCCPowershellServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesForSCCPowershellServerTransport.

type PrivateLinkResourcesSecServer

type PrivateLinkResourcesSecServer struct {
	// Get is the fake for method PrivateLinkResourcesSecClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesSecClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesSecClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesSecClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesSecClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesSecClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesSecServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesSecClient type.

type PrivateLinkResourcesSecServerTransport

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

PrivateLinkResourcesSecServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesSecClient to instances of PrivateLinkResourcesSecServer. Don't use this type directly, use NewPrivateLinkResourcesSecServerTransport instead.

func NewPrivateLinkResourcesSecServerTransport

func NewPrivateLinkResourcesSecServerTransport(srv *PrivateLinkResourcesSecServer) *PrivateLinkResourcesSecServerTransport

NewPrivateLinkResourcesSecServerTransport creates a new instance of PrivateLinkResourcesSecServerTransport with the provided implementation. The returned PrivateLinkResourcesSecServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesSecClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesSecServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesSecServerTransport.

type PrivateLinkResourcesServer

type PrivateLinkResourcesServer struct {
	// Get is the fake for method PrivateLinkResourcesClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, groupName string, options *armm365securityandcompliance.PrivateLinkResourcesClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesClientGetResponse], errResp azfake.ErrorResponder)

	// ListByService is the fake for method PrivateLinkResourcesClient.ListByService
	// HTTP status codes to indicate success: http.StatusOK
	ListByService func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkResourcesClientListByServiceOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkResourcesClientListByServiceResponse], errResp azfake.ErrorResponder)
}

PrivateLinkResourcesServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkResourcesClient type.

type PrivateLinkResourcesServerTransport

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

PrivateLinkResourcesServerTransport connects instances of armm365securityandcompliance.PrivateLinkResourcesClient to instances of PrivateLinkResourcesServer. Don't use this type directly, use NewPrivateLinkResourcesServerTransport instead.

func NewPrivateLinkResourcesServerTransport

func NewPrivateLinkResourcesServerTransport(srv *PrivateLinkResourcesServer) *PrivateLinkResourcesServerTransport

NewPrivateLinkResourcesServerTransport creates a new instance of PrivateLinkResourcesServerTransport with the provided implementation. The returned PrivateLinkResourcesServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkResourcesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkResourcesServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkResourcesServerTransport.

type PrivateLinkServicesForEDMUploadServer

type PrivateLinkServicesForEDMUploadServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForEDMUploadClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForEDMUploadDescription armm365securityandcompliance.PrivateLinkServicesForEDMUploadDescription, options *armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForEDMUploadClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForEDMUploadClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForEDMUploadClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForEDMUploadClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForEDMUploadClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForEDMUploadServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForEDMUploadClient type.

type PrivateLinkServicesForEDMUploadServerTransport

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

PrivateLinkServicesForEDMUploadServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForEDMUploadClient to instances of PrivateLinkServicesForEDMUploadServer. Don't use this type directly, use NewPrivateLinkServicesForEDMUploadServerTransport instead.

func NewPrivateLinkServicesForEDMUploadServerTransport

func NewPrivateLinkServicesForEDMUploadServerTransport(srv *PrivateLinkServicesForEDMUploadServer) *PrivateLinkServicesForEDMUploadServerTransport

NewPrivateLinkServicesForEDMUploadServerTransport creates a new instance of PrivateLinkServicesForEDMUploadServerTransport with the provided implementation. The returned PrivateLinkServicesForEDMUploadServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForEDMUploadClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForEDMUploadServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForEDMUploadServerTransport.

type PrivateLinkServicesForM365ComplianceCenterServer

type PrivateLinkServicesForM365ComplianceCenterServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForM365ComplianceCenterDescription armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterDescription, options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForM365ComplianceCenterClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForM365ComplianceCenterServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClient type.

type PrivateLinkServicesForM365ComplianceCenterServerTransport

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

PrivateLinkServicesForM365ComplianceCenterServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClient to instances of PrivateLinkServicesForM365ComplianceCenterServer. Don't use this type directly, use NewPrivateLinkServicesForM365ComplianceCenterServerTransport instead.

func NewPrivateLinkServicesForM365ComplianceCenterServerTransport

func NewPrivateLinkServicesForM365ComplianceCenterServerTransport(srv *PrivateLinkServicesForM365ComplianceCenterServer) *PrivateLinkServicesForM365ComplianceCenterServerTransport

NewPrivateLinkServicesForM365ComplianceCenterServerTransport creates a new instance of PrivateLinkServicesForM365ComplianceCenterServerTransport with the provided implementation. The returned PrivateLinkServicesForM365ComplianceCenterServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForM365ComplianceCenterClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForM365ComplianceCenterServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForM365ComplianceCenterServerTransport.

type PrivateLinkServicesForM365SecurityCenterServer

type PrivateLinkServicesForM365SecurityCenterServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForM365SecurityCenterClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForM365SecurityCenterDescription armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterDescription, options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateLinkServicesForM365SecurityCenterClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForM365SecurityCenterClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForM365SecurityCenterClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForM365SecurityCenterClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForM365SecurityCenterClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForM365SecurityCenterServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClient type.

type PrivateLinkServicesForM365SecurityCenterServerTransport

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

PrivateLinkServicesForM365SecurityCenterServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClient to instances of PrivateLinkServicesForM365SecurityCenterServer. Don't use this type directly, use NewPrivateLinkServicesForM365SecurityCenterServerTransport instead.

func NewPrivateLinkServicesForM365SecurityCenterServerTransport

func NewPrivateLinkServicesForM365SecurityCenterServerTransport(srv *PrivateLinkServicesForM365SecurityCenterServer) *PrivateLinkServicesForM365SecurityCenterServerTransport

NewPrivateLinkServicesForM365SecurityCenterServerTransport creates a new instance of PrivateLinkServicesForM365SecurityCenterServerTransport with the provided implementation. The returned PrivateLinkServicesForM365SecurityCenterServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForM365SecurityCenterClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForM365SecurityCenterServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForM365SecurityCenterServerTransport.

type PrivateLinkServicesForMIPPolicySyncServer

type PrivateLinkServicesForMIPPolicySyncServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForMIPPolicySyncClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForMIPPolicySyncDescription armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncDescription, options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateLinkServicesForMIPPolicySyncClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForMIPPolicySyncClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForMIPPolicySyncClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForMIPPolicySyncClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForMIPPolicySyncClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForMIPPolicySyncServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClient type.

type PrivateLinkServicesForMIPPolicySyncServerTransport

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

PrivateLinkServicesForMIPPolicySyncServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClient to instances of PrivateLinkServicesForMIPPolicySyncServer. Don't use this type directly, use NewPrivateLinkServicesForMIPPolicySyncServerTransport instead.

func NewPrivateLinkServicesForMIPPolicySyncServerTransport

func NewPrivateLinkServicesForMIPPolicySyncServerTransport(srv *PrivateLinkServicesForMIPPolicySyncServer) *PrivateLinkServicesForMIPPolicySyncServerTransport

NewPrivateLinkServicesForMIPPolicySyncServerTransport creates a new instance of PrivateLinkServicesForMIPPolicySyncServerTransport with the provided implementation. The returned PrivateLinkServicesForMIPPolicySyncServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForMIPPolicySyncClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForMIPPolicySyncServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForMIPPolicySyncServerTransport.

type PrivateLinkServicesForO365ManagementActivityAPIServer

type PrivateLinkServicesForO365ManagementActivityAPIServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForO365ManagementActivityAPIDescription armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIDescription, options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForO365ManagementActivityAPIClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForO365ManagementActivityAPIServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClient type.

type PrivateLinkServicesForO365ManagementActivityAPIServerTransport

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

PrivateLinkServicesForO365ManagementActivityAPIServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClient to instances of PrivateLinkServicesForO365ManagementActivityAPIServer. Don't use this type directly, use NewPrivateLinkServicesForO365ManagementActivityAPIServerTransport instead.

func NewPrivateLinkServicesForO365ManagementActivityAPIServerTransport

func NewPrivateLinkServicesForO365ManagementActivityAPIServerTransport(srv *PrivateLinkServicesForO365ManagementActivityAPIServer) *PrivateLinkServicesForO365ManagementActivityAPIServerTransport

NewPrivateLinkServicesForO365ManagementActivityAPIServerTransport creates a new instance of PrivateLinkServicesForO365ManagementActivityAPIServerTransport with the provided implementation. The returned PrivateLinkServicesForO365ManagementActivityAPIServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForO365ManagementActivityAPIClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForO365ManagementActivityAPIServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForO365ManagementActivityAPIServerTransport.

type PrivateLinkServicesForSCCPowershellServer

type PrivateLinkServicesForSCCPowershellServer struct {
	// BeginCreateOrUpdate is the fake for method PrivateLinkServicesForSCCPowershellClient.BeginCreateOrUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusCreated
	BeginCreateOrUpdate func(ctx context.Context, resourceGroupName string, resourceName string, privateLinkServicesForSCCPowershellDescription armm365securityandcompliance.PrivateLinkServicesForSCCPowershellDescription, options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientBeginCreateOrUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientCreateOrUpdateResponse], errResp azfake.ErrorResponder)

	// BeginDelete is the fake for method PrivateLinkServicesForSCCPowershellClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientDeleteResponse], errResp azfake.ErrorResponder)

	// Get is the fake for method PrivateLinkServicesForSCCPowershellClient.Get
	// HTTP status codes to indicate success: http.StatusOK
	Get func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientGetOptions) (resp azfake.Responder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientGetResponse], errResp azfake.ErrorResponder)

	// NewListPager is the fake for method PrivateLinkServicesForSCCPowershellClient.NewListPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListPager func(options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientListOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientListResponse])

	// NewListByResourceGroupPager is the fake for method PrivateLinkServicesForSCCPowershellClient.NewListByResourceGroupPager
	// HTTP status codes to indicate success: http.StatusOK
	NewListByResourceGroupPager func(resourceGroupName string, options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientListByResourceGroupOptions) (resp azfake.PagerResponder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientListByResourceGroupResponse])

	// BeginUpdate is the fake for method PrivateLinkServicesForSCCPowershellClient.BeginUpdate
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted
	BeginUpdate func(ctx context.Context, resourceGroupName string, resourceName string, servicePatchDescription armm365securityandcompliance.ServicesPatchDescription, options *armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientBeginUpdateOptions) (resp azfake.PollerResponder[armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClientUpdateResponse], errResp azfake.ErrorResponder)
}

PrivateLinkServicesForSCCPowershellServer is a fake server for instances of the armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClient type.

type PrivateLinkServicesForSCCPowershellServerTransport

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

PrivateLinkServicesForSCCPowershellServerTransport connects instances of armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClient to instances of PrivateLinkServicesForSCCPowershellServer. Don't use this type directly, use NewPrivateLinkServicesForSCCPowershellServerTransport instead.

func NewPrivateLinkServicesForSCCPowershellServerTransport

func NewPrivateLinkServicesForSCCPowershellServerTransport(srv *PrivateLinkServicesForSCCPowershellServer) *PrivateLinkServicesForSCCPowershellServerTransport

NewPrivateLinkServicesForSCCPowershellServerTransport creates a new instance of PrivateLinkServicesForSCCPowershellServerTransport with the provided implementation. The returned PrivateLinkServicesForSCCPowershellServerTransport instance is connected to an instance of armm365securityandcompliance.PrivateLinkServicesForSCCPowershellClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*PrivateLinkServicesForSCCPowershellServerTransport) Do

Do implements the policy.Transporter interface for PrivateLinkServicesForSCCPowershellServerTransport.

type ServerFactory

type ServerFactory struct {
	OperationResultsServer                                OperationResultsServer
	OperationsServer                                      OperationsServer
	PrivateEndpointConnectionsAdtAPIServer                PrivateEndpointConnectionsAdtAPIServer
	PrivateEndpointConnectionsCompServer                  PrivateEndpointConnectionsCompServer
	PrivateEndpointConnectionsForEDMServer                PrivateEndpointConnectionsForEDMServer
	PrivateEndpointConnectionsForMIPPolicySyncServer      PrivateEndpointConnectionsForMIPPolicySyncServer
	PrivateEndpointConnectionsForSCCPowershellServer      PrivateEndpointConnectionsForSCCPowershellServer
	PrivateEndpointConnectionsSecServer                   PrivateEndpointConnectionsSecServer
	PrivateLinkResourcesAdtAPIServer                      PrivateLinkResourcesAdtAPIServer
	PrivateLinkResourcesServer                            PrivateLinkResourcesServer
	PrivateLinkResourcesCompServer                        PrivateLinkResourcesCompServer
	PrivateLinkResourcesForMIPPolicySyncServer            PrivateLinkResourcesForMIPPolicySyncServer
	PrivateLinkResourcesForSCCPowershellServer            PrivateLinkResourcesForSCCPowershellServer
	PrivateLinkResourcesSecServer                         PrivateLinkResourcesSecServer
	PrivateLinkServicesForEDMUploadServer                 PrivateLinkServicesForEDMUploadServer
	PrivateLinkServicesForM365ComplianceCenterServer      PrivateLinkServicesForM365ComplianceCenterServer
	PrivateLinkServicesForM365SecurityCenterServer        PrivateLinkServicesForM365SecurityCenterServer
	PrivateLinkServicesForMIPPolicySyncServer             PrivateLinkServicesForMIPPolicySyncServer
	PrivateLinkServicesForO365ManagementActivityAPIServer PrivateLinkServicesForO365ManagementActivityAPIServer
	PrivateLinkServicesForSCCPowershellServer             PrivateLinkServicesForSCCPowershellServer
	ServicesServer                                        ServicesServer
}

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

type ServerFactoryTransport

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

ServerFactoryTransport connects instances of armm365securityandcompliance.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 armm365securityandcompliance.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 ServicesServer

type ServicesServer struct {
	// BeginDelete is the fake for method ServicesClient.BeginDelete
	// HTTP status codes to indicate success: http.StatusOK, http.StatusAccepted, http.StatusNoContent
	BeginDelete func(ctx context.Context, resourceGroupName string, resourceName string, options *armm365securityandcompliance.ServicesClientBeginDeleteOptions) (resp azfake.PollerResponder[armm365securityandcompliance.ServicesClientDeleteResponse], errResp azfake.ErrorResponder)
}

ServicesServer is a fake server for instances of the armm365securityandcompliance.ServicesClient type.

type ServicesServerTransport

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

ServicesServerTransport connects instances of armm365securityandcompliance.ServicesClient to instances of ServicesServer. Don't use this type directly, use NewServicesServerTransport instead.

func NewServicesServerTransport

func NewServicesServerTransport(srv *ServicesServer) *ServicesServerTransport

NewServicesServerTransport creates a new instance of ServicesServerTransport with the provided implementation. The returned ServicesServerTransport instance is connected to an instance of armm365securityandcompliance.ServicesClient via the azcore.ClientOptions.Transporter field in the client's constructor parameters.

func (*ServicesServerTransport) Do

Do implements the policy.Transporter interface for ServicesServerTransport.

Jump to

Keyboard shortcuts

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