Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExplicitClientAPI ¶
type ExplicitClientAPI interface { PostOptionalArrayHeader(ctx context.Context, headerParameter []string) (result autorest.Response, err error) PostOptionalArrayParameter(ctx context.Context, bodyParameter []string) (result autorest.Response, err error) PostOptionalArrayProperty(ctx context.Context, bodyParameter *optionalgroup.ArrayOptionalWrapper) (result autorest.Response, err error) PostOptionalClassParameter(ctx context.Context, bodyParameter *optionalgroup.Product) (result autorest.Response, err error) PostOptionalClassProperty(ctx context.Context, bodyParameter *optionalgroup.ClassOptionalWrapper) (result autorest.Response, err error) PostOptionalIntegerHeader(ctx context.Context, headerParameter *int32) (result autorest.Response, err error) PostOptionalIntegerParameter(ctx context.Context, bodyParameter *int32) (result autorest.Response, err error) PostOptionalIntegerProperty(ctx context.Context, bodyParameter *optionalgroup.IntOptionalWrapper) (result autorest.Response, err error) PostOptionalStringHeader(ctx context.Context, bodyParameter string) (result autorest.Response, err error) PostOptionalStringParameter(ctx context.Context, bodyParameter string) (result autorest.Response, err error) PostOptionalStringProperty(ctx context.Context, bodyParameter *optionalgroup.StringOptionalWrapper) (result autorest.Response, err error) PostRequiredArrayHeader(ctx context.Context, headerParameter []string) (result autorest.Response, err error) PostRequiredArrayParameter(ctx context.Context, bodyParameter []string) (result autorest.Response, err error) PostRequiredArrayProperty(ctx context.Context, bodyParameter optionalgroup.ArrayWrapper) (result autorest.Response, err error) PostRequiredClassParameter(ctx context.Context, bodyParameter optionalgroup.Product) (result autorest.Response, err error) PostRequiredClassProperty(ctx context.Context, bodyParameter optionalgroup.ClassWrapper) (result autorest.Response, err error) PostRequiredIntegerHeader(ctx context.Context, headerParameter int32) (result autorest.Response, err error) PostRequiredIntegerParameter(ctx context.Context, bodyParameter int32) (result autorest.Response, err error) PostRequiredIntegerProperty(ctx context.Context, bodyParameter optionalgroup.IntWrapper) (result autorest.Response, err error) PostRequiredStringHeader(ctx context.Context, headerParameter string) (result autorest.Response, err error) PostRequiredStringParameter(ctx context.Context, bodyParameter string) (result autorest.Response, err error) PostRequiredStringProperty(ctx context.Context, bodyParameter optionalgroup.StringWrapper) (result autorest.Response, err error) }
ExplicitClientAPI contains the set of methods on the ExplicitClient type.
type ImplicitClientAPI ¶
type ImplicitClientAPI interface { GetOptionalGlobalQuery(ctx context.Context) (result autorest.Response, err error) GetRequiredGlobalPath(ctx context.Context) (result autorest.Response, err error) GetRequiredGlobalQuery(ctx context.Context) (result autorest.Response, err error) GetRequiredPath(ctx context.Context, pathParameter string) (result autorest.Response, err error) PutOptionalBody(ctx context.Context, bodyParameter string) (result autorest.Response, err error) PutOptionalHeader(ctx context.Context, queryParameter string) (result autorest.Response, err error) PutOptionalQuery(ctx context.Context, queryParameter string) (result autorest.Response, err error) }
ImplicitClientAPI contains the set of methods on the ImplicitClient type.
Click to show internal directories.
Click to hide internal directories.