...

Package workspaces

import "github.com/Azure/azure-sdk-for-go/profiles/preview/machinelearning/mgmt/workspaces"
Overview
Index
Subdirectories

Overview ▾

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type Client

type Client = original.Client

func NewClient

func NewClient(subscriptionID string) Client

func NewClientWithBaseURI

func NewClientWithBaseURI(baseURI string, subscriptionID string) Client

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type KeysResponse

type KeysResponse = original.KeysResponse

type ListResult

type ListResult = original.ListResult

type ListResultIterator

type ListResultIterator = original.ListResultIterator

func NewListResultIterator

func NewListResultIterator(page ListResultPage) ListResultIterator

type ListResultPage

type ListResultPage = original.ListResultPage

func NewListResultPage

func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Properties

type Properties = original.Properties

type PropertiesUpdateParameters

type PropertiesUpdateParameters = original.PropertiesUpdateParameters

type Resource

type Resource = original.Resource

type Sku

type Sku = original.Sku

type State

type State = original.State
const (
    Deleted      State = original.Deleted
    Disabled     State = original.Disabled
    Enabled      State = original.Enabled
    Migrated     State = original.Migrated
    Registered   State = original.Registered
    Unregistered State = original.Unregistered
    Updated      State = original.Updated
)

func PossibleStateValues

func PossibleStateValues() []State

type UpdateParameters

type UpdateParameters = original.UpdateParameters

type Workspace

type Workspace = original.Workspace

type WorkspaceType

type WorkspaceType = original.WorkspaceType
const (
    Anonymous    WorkspaceType = original.Anonymous
    Free         WorkspaceType = original.Free
    PaidPremium  WorkspaceType = original.PaidPremium
    PaidStandard WorkspaceType = original.PaidStandard
    Production   WorkspaceType = original.Production
)

func PossibleWorkspaceTypeValues

func PossibleWorkspaceTypeValues() []WorkspaceType

Subdirectories

Name Synopsis
..
workspacesapi