Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Filter string + const AtScope + func PossibleFilterValues() []Filter + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, 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 ResourceLink struct + ID *string + Name *string + Properties *ResourceLinkProperties + Type interface{} + type ResourceLinkFilter struct + TargetID *string + type ResourceLinkProperties struct + Notes *string + SourceID *string + TargetID *string + type ResourceLinkResult struct + NextLink *string + Value *[]ResourceLink + func (rlr ResourceLinkResult) IsEmpty() bool + type ResourceLinkResultIterator struct + func NewResourceLinkResultIterator(page ResourceLinkResultPage) ResourceLinkResultIterator + func (iter *ResourceLinkResultIterator) Next() error + func (iter *ResourceLinkResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceLinkResultIterator) NotDone() bool + func (iter ResourceLinkResultIterator) Response() ResourceLinkResult + func (iter ResourceLinkResultIterator) Value() ResourceLink + type ResourceLinkResultPage struct + func NewResourceLinkResultPage(...) ResourceLinkResultPage + func (page *ResourceLinkResultPage) Next() error + func (page *ResourceLinkResultPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceLinkResultPage) NotDone() bool + func (page ResourceLinkResultPage) Response() ResourceLinkResult + func (page ResourceLinkResultPage) Values() []ResourceLink + type ResourceLinksClient struct + func NewResourceLinksClient(subscriptionID string) ResourceLinksClient + func NewResourceLinksClientWithBaseURI(baseURI string, subscriptionID string) ResourceLinksClient + func (client ResourceLinksClient) CreateOrUpdate(ctx context.Context, linkID string, parameters ResourceLink) (result ResourceLink, err error) + func (client ResourceLinksClient) CreateOrUpdatePreparer(ctx context.Context, linkID string, parameters ResourceLink) (*http.Request, error) + func (client ResourceLinksClient) CreateOrUpdateResponder(resp *http.Response) (result ResourceLink, err error) + func (client ResourceLinksClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ResourceLinksClient) Delete(ctx context.Context, linkID string) (result autorest.Response, err error) + func (client ResourceLinksClient) DeletePreparer(ctx context.Context, linkID string) (*http.Request, error) + func (client ResourceLinksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ResourceLinksClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ResourceLinksClient) Get(ctx context.Context, linkID string) (result ResourceLink, err error) + func (client ResourceLinksClient) GetPreparer(ctx context.Context, linkID string) (*http.Request, error) + func (client ResourceLinksClient) GetResponder(resp *http.Response) (result ResourceLink, err error) + func (client ResourceLinksClient) GetSender(req *http.Request) (*http.Response, error) + func (client ResourceLinksClient) ListAtSourceScope(ctx context.Context, scope string, filter Filter) (result ResourceLinkResultPage, err error) + func (client ResourceLinksClient) ListAtSourceScopeComplete(ctx context.Context, scope string, filter Filter) (result ResourceLinkResultIterator, err error) + func (client ResourceLinksClient) ListAtSourceScopePreparer(ctx context.Context, scope string, filter Filter) (*http.Request, error) + func (client ResourceLinksClient) ListAtSourceScopeResponder(resp *http.Response) (result ResourceLinkResult, err error) + func (client ResourceLinksClient) ListAtSourceScopeSender(req *http.Request) (*http.Response, error) + func (client ResourceLinksClient) ListAtSubscription(ctx context.Context, filter string) (result ResourceLinkResultPage, err error) + func (client ResourceLinksClient) ListAtSubscriptionComplete(ctx context.Context, filter string) (result ResourceLinkResultIterator, err error) + func (client ResourceLinksClient) ListAtSubscriptionPreparer(ctx context.Context, filter string) (*http.Request, error) + func (client ResourceLinksClient) ListAtSubscriptionResponder(resp *http.Response) (result ResourceLinkResult, err error) + func (client ResourceLinksClient) ListAtSubscriptionSender(req *http.Request) (*http.Response, error) Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 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.v28 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.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