Documentation ¶
Overview ¶
Package custombaseurlgroup implements the Azure ARM Custombaseurlgroup service API version 1.0.0.
Test Infrastructure for AutoRest
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type Error
- type PathsClient
- func (client PathsClient) GetEmpty(ctx context.Context, accountName string) (result autorest.Response, err error)
- func (client PathsClient) GetEmptyPreparer(ctx context.Context, accountName string) (*http.Request, error)
- func (client PathsClient) GetEmptyResponder(resp *http.Response) (result autorest.Response, err error)
- func (client PathsClient) GetEmptySender(req *http.Request) (*http.Response, error)
Constants ¶
const (
// DefaultHost is the default value for host
DefaultHost = "host"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type BaseClient ¶
BaseClient is the base client for Custombaseurlgroup.
func NewWithoutDefaults ¶
func NewWithoutDefaults(host string) BaseClient
NewWithoutDefaults creates an instance of the BaseClient client.
type Error ¶
type Error struct { Status *int32 `json:"status,omitempty"` Message *string `json:"message,omitempty"` }
Error ...
type PathsClient ¶
type PathsClient struct {
BaseClient
}
PathsClient is the test Infrastructure for AutoRest
func NewPathsClient ¶
func NewPathsClient() PathsClient
NewPathsClient creates an instance of the PathsClient client.
func (PathsClient) GetEmpty ¶
func (client PathsClient) GetEmpty(ctx context.Context, accountName string) (result autorest.Response, err error)
GetEmpty get a 200 to test a valid base uri Parameters: accountName - account Name
func (PathsClient) GetEmptyPreparer ¶
func (client PathsClient) GetEmptyPreparer(ctx context.Context, accountName string) (*http.Request, error)
GetEmptyPreparer prepares the GetEmpty request.
func (PathsClient) GetEmptyResponder ¶
func (client PathsClient) GetEmptyResponder(resp *http.Response) (result autorest.Response, err error)
GetEmptyResponder handles the response to the GetEmpty request. The method always closes the http.Response Body.
func (PathsClient) GetEmptySender ¶
GetEmptySender sends the GetEmpty request. The method will close the http.Response Body if it receives an error.