Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache v2.0 License.
Index ¶
- type ContainerClient
- func (c *ContainerClient) CreateOrUpdate(ctx context.Context, location, name string, storage *storage.Container) (*storage.Container, error)
- func (c *ContainerClient) Delete(ctx context.Context, location, name string) error
- func (c *ContainerClient) Get(ctx context.Context, location, name string) (*[]storage.Container, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerClient ¶
type ContainerClient struct { storage.BaseClient // contains filtered or unexported fields }
Client structure
func NewContainerClient ¶
func NewContainerClient(cloudFQDN string, authorizer auth.Authorizer) (*ContainerClient, error)
NewClient method returns new client
func (*ContainerClient) CreateOrUpdate ¶
func (c *ContainerClient) CreateOrUpdate(ctx context.Context, location, name string, storage *storage.Container) (*storage.Container, error)
CreateOrUpdate methods invokes create or update on the client
Click to show internal directories.
Click to hide internal directories.