storagecontainer

package
v0.0.0-...-ea4a84b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2018 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	types.Base
	ID                  string            `json:"id" diff:"-"`
	Name                string            `json:"name" validate:"required" diff:"-"`
	ResourceGroupName   string            `json:"resource_group_name" validate:"required" diff:"-"`
	StorageAccountName  string            `json:"storage_account_name" validate:"required" diff:"storage_account_name,immutable"`
	ContainerAccessType string            `json:"container_access_type" diff:"container_access_type,immutable"`
	Properties          map[string]string `json:"properties" diff:"properties,immutable"`
	ClientID            string            `json:"azure_client_id" diff:"-"`
	ClientSecret        string            `json:"azure_client_secret" diff:"-"`
	TenantID            string            `json:"azure_tenant_id" diff:"-"`
	SubscriptionID      string            `json:"azure_subscription_id" diff:"-"`
	Environment         string            `json:"environment" diff:"-"`
	Components          []json.RawMessage `json:"components" diff:"-"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL