Versions in this module Expand all Collapse all v28 v28.1.0 Apr 29, 2019 v28.0.0 Apr 26, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (a *Account) UnmarshalJSON(body []byte) error + func (a Account) MarshalJSON() ([]byte, error) + type AccountListResult struct + NextLink *string + Value *[]Account + func (alr AccountListResult) IsEmpty() bool + type AccountListResultIterator struct + func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator + func (iter *AccountListResultIterator) Next() error + func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AccountListResultIterator) NotDone() bool + func (iter AccountListResultIterator) Response() AccountListResult + func (iter AccountListResultIterator) Value() Account + type AccountListResultPage struct + func NewAccountListResultPage(...) AccountListResultPage + func (page *AccountListResultPage) Next() error + func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AccountListResultPage) NotDone() bool + func (page AccountListResultPage) Response() AccountListResult + func (page AccountListResultPage) Values() []Account + type AccountProperties struct + AccountID *string + CreationDate *date.Time + Description *string + DiscoveryURI *string + FriendlyName *string + KeyVaultID *string + ProvisioningState ProvisioningState + Seats *string + StorageAccount *StorageAccountProperties + VsoAccountID *string + type AccountPropertiesUpdateParameters struct + Description *string + FriendlyName *string + Seats *string + StorageAccountKey *string + type AccountUpdateParameters struct + Tags map[string]*string + func (aup *AccountUpdateParameters) UnmarshalJSON(body []byte) error + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err error) + func (client AccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type ErrorResponse struct + Code *string + Message *string + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + Value *[]Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type Project struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (p *Project) UnmarshalJSON(body []byte) error + func (p Project) MarshalJSON() ([]byte, error) + type ProjectListResult struct + NextLink *string + Value *[]Project + func (plr ProjectListResult) IsEmpty() bool + type ProjectListResultIterator struct + func NewProjectListResultIterator(page ProjectListResultPage) ProjectListResultIterator + func (iter *ProjectListResultIterator) Next() error + func (iter *ProjectListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProjectListResultIterator) NotDone() bool + func (iter ProjectListResultIterator) Response() ProjectListResult + func (iter ProjectListResultIterator) Value() Project + type ProjectListResultPage struct + func NewProjectListResultPage(...) ProjectListResultPage + func (page *ProjectListResultPage) Next() error + func (page *ProjectListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ProjectListResultPage) NotDone() bool + func (page ProjectListResultPage) Response() ProjectListResult + func (page ProjectListResultPage) Values() []Project + type ProjectProperties struct + AccountID *string + CreationDate *date.Time + Description *string + FriendlyName *string + Gitrepo *string + ProjectID *string + ProvisioningState ProvisioningState + WorkspaceID *string + type ProjectPropertiesUpdateParameters struct + Description *string + FriendlyName *string + Gitrepo *string + type ProjectUpdateParameters struct + Tags map[string]*string + func (pup *ProjectUpdateParameters) UnmarshalJSON(body []byte) error + func (pup ProjectUpdateParameters) MarshalJSON() ([]byte, error) + type ProjectsClient struct + func NewProjectsClient(subscriptionID string) ProjectsClient + func NewProjectsClientWithBaseURI(baseURI string, subscriptionID string) ProjectsClient + func (client ProjectsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Project, err error) + func (client ProjectsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ProjectsClient) CreateOrUpdateResponder(resp *http.Response) (result Project, err error) + func (client ProjectsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ProjectsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ProjectsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ProjectsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProjectsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ProjectsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Project, err error) + func (client ProjectsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ProjectsClient) GetResponder(resp *http.Response) (result Project, err error) + func (client ProjectsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProjectsClient) ListByWorkspace(ctx context.Context, accountName string, workspaceName string, ...) (result ProjectListResultPage, err error) + func (client ProjectsClient) ListByWorkspaceComplete(ctx context.Context, accountName string, workspaceName string, ...) (result ProjectListResultIterator, err error) + func (client ProjectsClient) ListByWorkspacePreparer(ctx context.Context, accountName string, workspaceName string, ...) (*http.Request, error) + func (client ProjectsClient) ListByWorkspaceResponder(resp *http.Response) (result ProjectListResult, err error) + func (client ProjectsClient) ListByWorkspaceSender(req *http.Request) (*http.Response, error) + func (client ProjectsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Project, err error) + func (client ProjectsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ProjectsClient) UpdateResponder(resp *http.Response) (result Project, err error) + func (client ProjectsClient) UpdateSender(req *http.Request) (*http.Response, error) + type ProvisioningState string + const Creating + const Deleting + const Failed + const Succeeded + const Updating + func PossibleProvisioningStateValues() []ProvisioningState + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type StorageAccountProperties struct + AccessKey *string + StorageAccountID *string + type Workspace struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (w *Workspace) UnmarshalJSON(body []byte) error + func (w Workspace) MarshalJSON() ([]byte, error) + type WorkspaceListResult struct + NextLink *string + Value *[]Workspace + func (wlr WorkspaceListResult) IsEmpty() bool + type WorkspaceListResultIterator struct + func NewWorkspaceListResultIterator(page WorkspaceListResultPage) WorkspaceListResultIterator + func (iter *WorkspaceListResultIterator) Next() error + func (iter *WorkspaceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkspaceListResultIterator) NotDone() bool + func (iter WorkspaceListResultIterator) Response() WorkspaceListResult + func (iter WorkspaceListResultIterator) Value() Workspace + type WorkspaceListResultPage struct + func NewWorkspaceListResultPage(...) WorkspaceListResultPage + func (page *WorkspaceListResultPage) Next() error + func (page *WorkspaceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WorkspaceListResultPage) NotDone() bool + func (page WorkspaceListResultPage) Response() WorkspaceListResult + func (page WorkspaceListResultPage) Values() []Workspace + type WorkspaceProperties struct + AccountID *string + CreationDate *date.Time + Description *string + FriendlyName *string + ProvisioningState ProvisioningState + WorkspaceID *string + type WorkspacePropertiesUpdateParameters struct + Description *string + FriendlyName *string + type WorkspaceUpdateParameters struct + Tags map[string]*string + func (wup *WorkspaceUpdateParameters) UnmarshalJSON(body []byte) error + func (wup WorkspaceUpdateParameters) MarshalJSON() ([]byte, error) + type WorkspacesClient struct + func NewWorkspacesClient(subscriptionID string) WorkspacesClient + func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient + func (client WorkspacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Workspace, err error) + func (client WorkspacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client WorkspacesClient) CreateOrUpdateResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client WorkspacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client WorkspacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkspacesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Workspace, err error) + func (client WorkspacesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client WorkspacesClient) GetResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) ListByAccounts(ctx context.Context, accountName string, resourceGroupName string) (result WorkspaceListResultPage, err error) + func (client WorkspacesClient) ListByAccountsComplete(ctx context.Context, accountName string, resourceGroupName string) (result WorkspaceListResultIterator, err error) + func (client WorkspacesClient) ListByAccountsPreparer(ctx context.Context, accountName string, resourceGroupName string) (*http.Request, error) + func (client WorkspacesClient) ListByAccountsResponder(resp *http.Response) (result WorkspaceListResult, err error) + func (client WorkspacesClient) ListByAccountsSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Workspace, err error) + func (client WorkspacesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client WorkspacesClient) UpdateResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) UpdateSender(req *http.Request) (*http.Response, error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48