Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AllocationState
- type AppInsightsReference
- type AutoScaleSettings
- type AzureBlobFileSystemReference
- type AzureFileShareReference
- type AzureStorageCredentialsInfo
- type BaseClient
- type CNTKsettings
- type CachingType
- type Caffe2Settings
- type CaffeSettings
- type ChainerSettings
- type CloudError
- type CloudErrorBody
- type Cluster
- type ClusterBaseProperties
- type ClusterCreateParameters
- type ClusterListResult
- type ClusterListResultIterator
- type ClusterListResultPage
- type ClusterProperties
- type ClusterUpdateParameters
- type ClusterUpdateProperties
- type ClustersClient
- type ClustersCreateFuture
- type ClustersDeleteFuture
- type ContainerSettings
- type CustomMpiSettings
- type CustomToolkitSettings
- type DataDisks
- type DeallocationOption
- type EnvironmentVariable
- type EnvironmentVariableWithSecretValue
- type Error
- type ExecutionState
- type Experiment
- type ExperimentListResult
- type ExperimentListResultIterator
- type ExperimentListResultPage
- type ExperimentProperties
- type ExperimentsClient
- type ExperimentsCreateFuture
- type ExperimentsDeleteFuture
- type File
- type FileListResult
- type FileListResultIterator
- type FileListResultPage
- type FileProperties
- type FileServer
- type FileServerBaseProperties
- type FileServerCreateParameters
- type FileServerListResult
- type FileServerListResultIterator
- type FileServerListResultPage
- type FileServerProperties
- type FileServerProvisioningState
- type FileServerReference
- type FileServersClient
- type FileServersCreateFuture
- type FileServersDeleteFuture
- type FileType
- type HorovodSettings
- type ImageReference
- type ImageSourceRegistry
- type InputDirectory
- type Job
- type JobBaseProperties
- type JobBasePropertiesConstraints
- type JobCreateParameters
- type JobListResult
- type JobListResultIterator
- type JobListResultPage
- type JobPreparation
- type JobPriority
- type JobProperties
- type JobPropertiesConstraints
- type JobPropertiesExecutionInfo
- type JobsClient
- type JobsCreateFuture
- type JobsDeleteFuture
- type JobsTerminateFuture
- type KeyVaultSecretReference
- type ListUsagesResult
- type ListUsagesResultIterator
- type ListUsagesResultPage
- type ManualScaleSettings
- type MountSettings
- type MountVolumes
- type NameValuePair
- type NodeSetup
- type NodeStateCounts
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type OutputDirectory
- type PerformanceCountersSettings
- type PrivateRegistryCredentials
- type ProvisioningState
- type ProxyResource
- type PyTorchSettings
- type RemoteLoginInformation
- type RemoteLoginInformationListResult
- type RemoteLoginInformationListResultIterator
- type RemoteLoginInformationListResultPage
- type Resource
- type ResourceID
- type SSHConfiguration
- type ScaleSettings
- type SetupTask
- type StorageAccountType
- type TensorFlowSettings
- type ToolType
- type UnmanagedFileSystemReference
- type Usage
- type UsageName
- type UsageUnit
- type UsagesClient
- type UserAccountSettings
- type VMPriority
- type VirtualMachineConfiguration
- type Workspace
- type WorkspaceCreateParameters
- type WorkspaceListResult
- type WorkspaceListResultIterator
- type WorkspaceListResultPage
- type WorkspaceProperties
- type WorkspaceUpdateParameters
- type WorkspacesClient
- type WorkspacesCreateFuture
- type WorkspacesDeleteFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllocationState ¶
type AllocationState = original.AllocationState
const ( Resizing AllocationState = original.Resizing Steady AllocationState = original.Steady )
func PossibleAllocationStateValues ¶
func PossibleAllocationStateValues() []AllocationState
type AppInsightsReference ¶
type AppInsightsReference = original.AppInsightsReference
type AutoScaleSettings ¶
type AutoScaleSettings = original.AutoScaleSettings
type AzureBlobFileSystemReference ¶
type AzureBlobFileSystemReference = original.AzureBlobFileSystemReference
type AzureFileShareReference ¶
type AzureFileShareReference = original.AzureFileShareReference
type AzureStorageCredentialsInfo ¶
type AzureStorageCredentialsInfo = original.AzureStorageCredentialsInfo
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CNTKsettings ¶
type CNTKsettings = original.CNTKsettings
type CachingType ¶
type CachingType = original.CachingType
const ( None CachingType = original.None Readonly CachingType = original.Readonly Readwrite CachingType = original.Readwrite )
func PossibleCachingTypeValues ¶
func PossibleCachingTypeValues() []CachingType
type Caffe2Settings ¶
type Caffe2Settings = original.Caffe2Settings
type CaffeSettings ¶
type CaffeSettings = original.CaffeSettings
type ChainerSettings ¶
type ChainerSettings = original.ChainerSettings
type CloudError ¶
type CloudError = original.CloudError
type CloudErrorBody ¶
type CloudErrorBody = original.CloudErrorBody
type ClusterBaseProperties ¶
type ClusterBaseProperties = original.ClusterBaseProperties
type ClusterCreateParameters ¶
type ClusterCreateParameters = original.ClusterCreateParameters
type ClusterListResult ¶
type ClusterListResult = original.ClusterListResult
type ClusterListResultIterator ¶
type ClusterListResultIterator = original.ClusterListResultIterator
func NewClusterListResultIterator ¶
func NewClusterListResultIterator(page ClusterListResultPage) ClusterListResultIterator
type ClusterListResultPage ¶
type ClusterListResultPage = original.ClusterListResultPage
func NewClusterListResultPage ¶
func NewClusterListResultPage(getNextPage func(context.Context, ClusterListResult) (ClusterListResult, error)) ClusterListResultPage
type ClusterProperties ¶
type ClusterProperties = original.ClusterProperties
type ClusterUpdateParameters ¶
type ClusterUpdateParameters = original.ClusterUpdateParameters
type ClusterUpdateProperties ¶
type ClusterUpdateProperties = original.ClusterUpdateProperties
type ClustersClient ¶
type ClustersClient = original.ClustersClient
func NewClustersClient ¶
func NewClustersClient(subscriptionID string) ClustersClient
func NewClustersClientWithBaseURI ¶
func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient
type ClustersCreateFuture ¶
type ClustersCreateFuture = original.ClustersCreateFuture
type ClustersDeleteFuture ¶
type ClustersDeleteFuture = original.ClustersDeleteFuture
type ContainerSettings ¶
type ContainerSettings = original.ContainerSettings
type CustomMpiSettings ¶
type CustomMpiSettings = original.CustomMpiSettings
type CustomToolkitSettings ¶
type CustomToolkitSettings = original.CustomToolkitSettings
type DeallocationOption ¶
type DeallocationOption = original.DeallocationOption
const ( Requeue DeallocationOption = original.Requeue Terminate DeallocationOption = original.Terminate Waitforjobcompletion DeallocationOption = original.Waitforjobcompletion )
func PossibleDeallocationOptionValues ¶
func PossibleDeallocationOptionValues() []DeallocationOption
type EnvironmentVariable ¶
type EnvironmentVariable = original.EnvironmentVariable
type EnvironmentVariableWithSecretValue ¶
type EnvironmentVariableWithSecretValue = original.EnvironmentVariableWithSecretValue
type ExecutionState ¶
type ExecutionState = original.ExecutionState
const ( Failed ExecutionState = original.Failed Queued ExecutionState = original.Queued Running ExecutionState = original.Running Succeeded ExecutionState = original.Succeeded Terminating ExecutionState = original.Terminating )
func PossibleExecutionStateValues ¶
func PossibleExecutionStateValues() []ExecutionState
type Experiment ¶
type Experiment = original.Experiment
type ExperimentListResult ¶
type ExperimentListResult = original.ExperimentListResult
type ExperimentListResultIterator ¶
type ExperimentListResultIterator = original.ExperimentListResultIterator
func NewExperimentListResultIterator ¶
func NewExperimentListResultIterator(page ExperimentListResultPage) ExperimentListResultIterator
type ExperimentListResultPage ¶
type ExperimentListResultPage = original.ExperimentListResultPage
func NewExperimentListResultPage ¶
func NewExperimentListResultPage(getNextPage func(context.Context, ExperimentListResult) (ExperimentListResult, error)) ExperimentListResultPage
type ExperimentProperties ¶
type ExperimentProperties = original.ExperimentProperties
type ExperimentsClient ¶
type ExperimentsClient = original.ExperimentsClient
func NewExperimentsClient ¶
func NewExperimentsClient(subscriptionID string) ExperimentsClient
func NewExperimentsClientWithBaseURI ¶
func NewExperimentsClientWithBaseURI(baseURI string, subscriptionID string) ExperimentsClient
type ExperimentsCreateFuture ¶
type ExperimentsCreateFuture = original.ExperimentsCreateFuture
type ExperimentsDeleteFuture ¶
type ExperimentsDeleteFuture = original.ExperimentsDeleteFuture
type FileListResult ¶
type FileListResult = original.FileListResult
type FileListResultIterator ¶
type FileListResultIterator = original.FileListResultIterator
func NewFileListResultIterator ¶
func NewFileListResultIterator(page FileListResultPage) FileListResultIterator
type FileListResultPage ¶
type FileListResultPage = original.FileListResultPage
func NewFileListResultPage ¶
func NewFileListResultPage(getNextPage func(context.Context, FileListResult) (FileListResult, error)) FileListResultPage
type FileProperties ¶
type FileProperties = original.FileProperties
type FileServer ¶
type FileServer = original.FileServer
type FileServerBaseProperties ¶
type FileServerBaseProperties = original.FileServerBaseProperties
type FileServerCreateParameters ¶
type FileServerCreateParameters = original.FileServerCreateParameters
type FileServerListResult ¶
type FileServerListResult = original.FileServerListResult
type FileServerListResultIterator ¶
type FileServerListResultIterator = original.FileServerListResultIterator
func NewFileServerListResultIterator ¶
func NewFileServerListResultIterator(page FileServerListResultPage) FileServerListResultIterator
type FileServerListResultPage ¶
type FileServerListResultPage = original.FileServerListResultPage
func NewFileServerListResultPage ¶
func NewFileServerListResultPage(getNextPage func(context.Context, FileServerListResult) (FileServerListResult, error)) FileServerListResultPage
type FileServerProperties ¶
type FileServerProperties = original.FileServerProperties
type FileServerProvisioningState ¶
type FileServerProvisioningState = original.FileServerProvisioningState
const ( FileServerProvisioningStateCreating FileServerProvisioningState = original.FileServerProvisioningStateCreating FileServerProvisioningStateDeleting FileServerProvisioningState = original.FileServerProvisioningStateDeleting FileServerProvisioningStateFailed FileServerProvisioningState = original.FileServerProvisioningStateFailed FileServerProvisioningStateSucceeded FileServerProvisioningState = original.FileServerProvisioningStateSucceeded FileServerProvisioningStateUpdating FileServerProvisioningState = original.FileServerProvisioningStateUpdating )
func PossibleFileServerProvisioningStateValues ¶
func PossibleFileServerProvisioningStateValues() []FileServerProvisioningState
type FileServerReference ¶
type FileServerReference = original.FileServerReference
type FileServersClient ¶
type FileServersClient = original.FileServersClient
func NewFileServersClient ¶
func NewFileServersClient(subscriptionID string) FileServersClient
func NewFileServersClientWithBaseURI ¶
func NewFileServersClientWithBaseURI(baseURI string, subscriptionID string) FileServersClient
type FileServersCreateFuture ¶
type FileServersCreateFuture = original.FileServersCreateFuture
type FileServersDeleteFuture ¶
type FileServersDeleteFuture = original.FileServersDeleteFuture
type FileType ¶
const ( FileTypeDirectory FileType = original.FileTypeDirectory FileTypeFile FileType = original.FileTypeFile )
func PossibleFileTypeValues ¶
func PossibleFileTypeValues() []FileType
type HorovodSettings ¶
type HorovodSettings = original.HorovodSettings
type ImageReference ¶
type ImageReference = original.ImageReference
type ImageSourceRegistry ¶
type ImageSourceRegistry = original.ImageSourceRegistry
type InputDirectory ¶
type InputDirectory = original.InputDirectory
type JobBaseProperties ¶
type JobBaseProperties = original.JobBaseProperties
type JobBasePropertiesConstraints ¶
type JobBasePropertiesConstraints = original.JobBasePropertiesConstraints
type JobCreateParameters ¶
type JobCreateParameters = original.JobCreateParameters
type JobListResult ¶
type JobListResult = original.JobListResult
type JobListResultIterator ¶
type JobListResultIterator = original.JobListResultIterator
func NewJobListResultIterator ¶
func NewJobListResultIterator(page JobListResultPage) JobListResultIterator
type JobListResultPage ¶
type JobListResultPage = original.JobListResultPage
func NewJobListResultPage ¶
func NewJobListResultPage(getNextPage func(context.Context, JobListResult) (JobListResult, error)) JobListResultPage
type JobPreparation ¶
type JobPreparation = original.JobPreparation
type JobPriority ¶
type JobPriority = original.JobPriority
const ( High JobPriority = original.High Low JobPriority = original.Low Normal JobPriority = original.Normal )
func PossibleJobPriorityValues ¶
func PossibleJobPriorityValues() []JobPriority
type JobProperties ¶
type JobProperties = original.JobProperties
type JobPropertiesConstraints ¶
type JobPropertiesConstraints = original.JobPropertiesConstraints
type JobPropertiesExecutionInfo ¶
type JobPropertiesExecutionInfo = original.JobPropertiesExecutionInfo
type JobsClient ¶
type JobsClient = original.JobsClient
func NewJobsClient ¶
func NewJobsClient(subscriptionID string) JobsClient
func NewJobsClientWithBaseURI ¶
func NewJobsClientWithBaseURI(baseURI string, subscriptionID string) JobsClient
type JobsCreateFuture ¶
type JobsCreateFuture = original.JobsCreateFuture
type JobsDeleteFuture ¶
type JobsDeleteFuture = original.JobsDeleteFuture
type JobsTerminateFuture ¶
type JobsTerminateFuture = original.JobsTerminateFuture
type KeyVaultSecretReference ¶
type KeyVaultSecretReference = original.KeyVaultSecretReference
type ListUsagesResult ¶
type ListUsagesResult = original.ListUsagesResult
type ListUsagesResultIterator ¶
type ListUsagesResultIterator = original.ListUsagesResultIterator
func NewListUsagesResultIterator ¶
func NewListUsagesResultIterator(page ListUsagesResultPage) ListUsagesResultIterator
type ListUsagesResultPage ¶
type ListUsagesResultPage = original.ListUsagesResultPage
func NewListUsagesResultPage ¶
func NewListUsagesResultPage(getNextPage func(context.Context, ListUsagesResult) (ListUsagesResult, error)) ListUsagesResultPage
type ManualScaleSettings ¶
type ManualScaleSettings = original.ManualScaleSettings
type MountSettings ¶
type MountSettings = original.MountSettings
type MountVolumes ¶
type MountVolumes = original.MountVolumes
type NameValuePair ¶
type NameValuePair = original.NameValuePair
type NodeStateCounts ¶
type NodeStateCounts = original.NodeStateCounts
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type OutputDirectory ¶
type OutputDirectory = original.OutputDirectory
type PerformanceCountersSettings ¶
type PerformanceCountersSettings = original.PerformanceCountersSettings
type PrivateRegistryCredentials ¶
type PrivateRegistryCredentials = original.PrivateRegistryCredentials
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type PyTorchSettings ¶
type PyTorchSettings = original.PyTorchSettings
type RemoteLoginInformation ¶
type RemoteLoginInformation = original.RemoteLoginInformation
type RemoteLoginInformationListResult ¶
type RemoteLoginInformationListResult = original.RemoteLoginInformationListResult
type RemoteLoginInformationListResultIterator ¶
type RemoteLoginInformationListResultIterator = original.RemoteLoginInformationListResultIterator
func NewRemoteLoginInformationListResultIterator ¶
func NewRemoteLoginInformationListResultIterator(page RemoteLoginInformationListResultPage) RemoteLoginInformationListResultIterator
type RemoteLoginInformationListResultPage ¶
type RemoteLoginInformationListResultPage = original.RemoteLoginInformationListResultPage
func NewRemoteLoginInformationListResultPage ¶
func NewRemoteLoginInformationListResultPage(getNextPage func(context.Context, RemoteLoginInformationListResult) (RemoteLoginInformationListResult, error)) RemoteLoginInformationListResultPage
type ResourceID ¶
type ResourceID = original.ResourceID
type SSHConfiguration ¶
type SSHConfiguration = original.SSHConfiguration
type ScaleSettings ¶
type ScaleSettings = original.ScaleSettings
type StorageAccountType ¶
type StorageAccountType = original.StorageAccountType
const ( PremiumLRS StorageAccountType = original.PremiumLRS StandardLRS StorageAccountType = original.StandardLRS )
func PossibleStorageAccountTypeValues ¶
func PossibleStorageAccountTypeValues() []StorageAccountType
type TensorFlowSettings ¶
type TensorFlowSettings = original.TensorFlowSettings
type UnmanagedFileSystemReference ¶
type UnmanagedFileSystemReference = original.UnmanagedFileSystemReference
type UsageUnit ¶
func PossibleUsageUnitValues ¶
func PossibleUsageUnitValues() []UsageUnit
type UsagesClient ¶
type UsagesClient = original.UsagesClient
func NewUsagesClient ¶
func NewUsagesClient(subscriptionID string) UsagesClient
func NewUsagesClientWithBaseURI ¶
func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient
type UserAccountSettings ¶
type UserAccountSettings = original.UserAccountSettings
type VMPriority ¶
type VMPriority = original.VMPriority
const ( Dedicated VMPriority = original.Dedicated Lowpriority VMPriority = original.Lowpriority )
func PossibleVMPriorityValues ¶
func PossibleVMPriorityValues() []VMPriority
type VirtualMachineConfiguration ¶
type VirtualMachineConfiguration = original.VirtualMachineConfiguration
type WorkspaceCreateParameters ¶
type WorkspaceCreateParameters = original.WorkspaceCreateParameters
type WorkspaceListResult ¶
type WorkspaceListResult = original.WorkspaceListResult
type WorkspaceListResultIterator ¶
type WorkspaceListResultIterator = original.WorkspaceListResultIterator
func NewWorkspaceListResultIterator ¶
func NewWorkspaceListResultIterator(page WorkspaceListResultPage) WorkspaceListResultIterator
type WorkspaceListResultPage ¶
type WorkspaceListResultPage = original.WorkspaceListResultPage
func NewWorkspaceListResultPage ¶
func NewWorkspaceListResultPage(getNextPage func(context.Context, WorkspaceListResult) (WorkspaceListResult, error)) WorkspaceListResultPage
type WorkspaceProperties ¶
type WorkspaceProperties = original.WorkspaceProperties
type WorkspaceUpdateParameters ¶
type WorkspaceUpdateParameters = original.WorkspaceUpdateParameters
type WorkspacesClient ¶
type WorkspacesClient = original.WorkspacesClient
func NewWorkspacesClient ¶
func NewWorkspacesClient(subscriptionID string) WorkspacesClient
func NewWorkspacesClientWithBaseURI ¶
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient
type WorkspacesCreateFuture ¶
type WorkspacesCreateFuture = original.WorkspacesCreateFuture
type WorkspacesDeleteFuture ¶
type WorkspacesDeleteFuture = original.WorkspacesDeleteFuture
Click to show internal directories.
Click to hide internal directories.