Documentation ¶
Index ¶
- func RandomInt() int
- func RandomString() string
- type Client
- func (client Client) BuildTestResources(ctx context.Context, resourceGroup, name string, kind storage.Kind) (*TestResources, error)
- func (client Client) BuildTestResourcesWithHns(ctx context.Context, resourceGroup, name string, kind storage.Kind) (*TestResources, error)
- func (client Client) BuildTestResourcesWithSku(ctx context.Context, resourceGroup, name string, kind storage.Kind, ...) (*TestResources, error)
- func (client Client) DestroyTestResources(ctx context.Context, resourceGroup, name string) error
- func (client Client) PrepareWithAuthorizer(input autorest.Client, authorizer autorest.Authorizer) autorest.Client
- func (client Client) PrepareWithStorageResourceManagerAuth(input autorest.Client) autorest.Client
- type TestResources
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomString ¶
func RandomString() string
Types ¶
type Client ¶
type Client struct { ResourceGroupsClient resources.GroupsClient StorageClient storage.AccountsClient Environment azure.Environment // contains filtered or unexported fields }
func (Client) BuildTestResources ¶
func (Client) BuildTestResourcesWithHns ¶ added in v0.11.0
func (Client) BuildTestResourcesWithSku ¶ added in v0.13.0
func (Client) DestroyTestResources ¶
func (Client) PrepareWithAuthorizer ¶
type TestResources ¶
Click to show internal directories.
Click to hide internal directories.