Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClientFailureClientAPI ¶
type HTTPClientFailureClientAPI interface { Delete400(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Delete407(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Delete417(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Get400(ctx context.Context) (result autorest.Response, err error) Get402(ctx context.Context) (result autorest.Response, err error) Get403(ctx context.Context) (result autorest.Response, err error) Get411(ctx context.Context) (result autorest.Response, err error) Get412(ctx context.Context) (result autorest.Response, err error) Get416(ctx context.Context) (result autorest.Response, err error) Head400(ctx context.Context) (result autorest.Response, err error) Head401(ctx context.Context) (result autorest.Response, err error) Head410(ctx context.Context) (result autorest.Response, err error) Head429(ctx context.Context) (result autorest.Response, err error) Patch400(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch405(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch414(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post400(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post406(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post415(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put400(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put404(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put409(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put413(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) }
HTTPClientFailureClientAPI contains the set of methods on the HTTPClientFailureClient type.
type HTTPFailureClientAPI ¶
type HTTPFailureClientAPI interface { GetEmptyError(ctx context.Context) (result httpinfrastructuregroup.Bool, err error) GetNoModelEmpty(ctx context.Context) (result httpinfrastructuregroup.Bool, err error) GetNoModelError(ctx context.Context) (result httpinfrastructuregroup.Bool, err error) }
HTTPFailureClientAPI contains the set of methods on the HTTPFailureClient type.
type HTTPRedirectsClientAPI ¶
type HTTPRedirectsClientAPI interface { Delete307(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Get300(ctx context.Context) (result httpinfrastructuregroup.ListString, err error) Get301(ctx context.Context) (result autorest.Response, err error) Get302(ctx context.Context) (result autorest.Response, err error) Get307(ctx context.Context) (result autorest.Response, err error) Head300(ctx context.Context) (result autorest.Response, err error) Head301(ctx context.Context) (result autorest.Response, err error) Head302(ctx context.Context) (result autorest.Response, err error) Head307(ctx context.Context) (result autorest.Response, err error) Patch302(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch307(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post303(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post307(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put301(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put307(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) }
HTTPRedirectsClientAPI contains the set of methods on the HTTPRedirectsClient type.
type HTTPRetryClientAPI ¶
type HTTPRetryClientAPI interface { Delete503(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Get502(ctx context.Context) (result autorest.Response, err error) Head408(ctx context.Context) (result autorest.Response, err error) Patch500(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch504(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post503(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put500(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put504(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) }
HTTPRetryClientAPI contains the set of methods on the HTTPRetryClient type.
type HTTPServerFailureClientAPI ¶
type HTTPServerFailureClientAPI interface { Delete505(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Get501(ctx context.Context) (result autorest.Response, err error) Head501(ctx context.Context) (result autorest.Response, err error) Post505(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) }
HTTPServerFailureClientAPI contains the set of methods on the HTTPServerFailureClient type.
type HTTPSuccessClientAPI ¶
type HTTPSuccessClientAPI interface { Delete200(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Delete202(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Delete204(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Get200(ctx context.Context) (result httpinfrastructuregroup.Bool, err error) Head200(ctx context.Context) (result autorest.Response, err error) Head204(ctx context.Context) (result autorest.Response, err error) Head404(ctx context.Context) (result autorest.Response, err error) Patch200(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch202(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Patch204(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post200(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post201(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post202(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Post204(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put200(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put201(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put202(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) Put204(ctx context.Context, booleanValue *bool) (result autorest.Response, err error) }
HTTPSuccessClientAPI contains the set of methods on the HTTPSuccessClient type.
type MultipleResponsesClientAPI ¶
type MultipleResponsesClientAPI interface { Get200Model201ModelDefaultError200Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model201ModelDefaultError201Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model201ModelDefaultError400Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model204NoModelDefaultError200Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model204NoModelDefaultError201Invalid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model204NoModelDefaultError202None(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model204NoModelDefaultError204Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200Model204NoModelDefaultError400Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA200Invalid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA200None(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA200Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA201ModelC404ModelDDefaultError200Valid(ctx context.Context) (result httpinfrastructuregroup.SetObject, err error) Get200ModelA201ModelC404ModelDDefaultError201Valid(ctx context.Context) (result httpinfrastructuregroup.SetObject, err error) Get200ModelA201ModelC404ModelDDefaultError400Valid(ctx context.Context) (result httpinfrastructuregroup.SetObject, err error) Get200ModelA201ModelC404ModelDDefaultError404Valid(ctx context.Context) (result httpinfrastructuregroup.SetObject, err error) Get200ModelA202Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA400Invalid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA400None(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get200ModelA400Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) Get202None204NoneDefaultError202None(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultError204None(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultError400Valid(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultNone202Invalid(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultNone204None(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultNone400Invalid(ctx context.Context) (result autorest.Response, err error) Get202None204NoneDefaultNone400None(ctx context.Context) (result autorest.Response, err error) GetDefaultModelA200None(ctx context.Context) (result httpinfrastructuregroup.A, err error) GetDefaultModelA200Valid(ctx context.Context) (result httpinfrastructuregroup.A, err error) GetDefaultModelA400None(ctx context.Context) (result autorest.Response, err error) GetDefaultModelA400Valid(ctx context.Context) (result autorest.Response, err error) GetDefaultNone200Invalid(ctx context.Context) (result autorest.Response, err error) GetDefaultNone200None(ctx context.Context) (result autorest.Response, err error) GetDefaultNone400Invalid(ctx context.Context) (result autorest.Response, err error) GetDefaultNone400None(ctx context.Context) (result autorest.Response, err error) }
MultipleResponsesClientAPI contains the set of methods on the MultipleResponsesClient type.
Click to show internal directories.
Click to hide internal directories.