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 BaseClient struct + BaseURI string + func New() BaseClient + func NewWithBaseURI(baseURI string) BaseClient + type ChildInfo struct + ChildID *string + ChildType ChildType + Children *[]ChildInfo + DisplayName *string + type ChildType string + const ChildTypeManagementGroup + const ChildTypeSubscription + func PossibleChildTypeValues() []ChildType + type Client struct + func NewClient() Client + func NewClientWithBaseURI(baseURI string) Client + func (client Client) CreateOrUpdate(ctx context.Context, groupID string, ...) (result ManagementGroup, err error) + func (client Client) CreateOrUpdatePreparer(ctx context.Context, groupID string, ...) (*http.Request, error) + func (client Client) CreateOrUpdateResponder(resp *http.Response) (result ManagementGroup, err error) + func (client Client) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client Client) Delete(ctx context.Context, groupID string, cacheControl string) (result autorest.Response, err error) + func (client Client) DeletePreparer(ctx context.Context, groupID string, cacheControl string) (*http.Request, error) + func (client Client) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) DeleteSender(req *http.Request) (*http.Response, error) + func (client Client) Get(ctx context.Context, groupID string, expand string, recurse *bool, ...) (result ManagementGroup, err error) + func (client Client) GetPreparer(ctx context.Context, groupID string, expand string, recurse *bool, ...) (*http.Request, error) + func (client Client) GetResponder(resp *http.Response) (result ManagementGroup, err error) + func (client Client) GetSender(req *http.Request) (*http.Response, error) + func (client Client) List(ctx context.Context, cacheControl string, skiptoken string) (result ListResultPage, err error) + func (client Client) ListComplete(ctx context.Context, cacheControl string, skiptoken string) (result ListResultIterator, err error) + func (client Client) ListPreparer(ctx context.Context, cacheControl string, skiptoken string) (*http.Request, error) + func (client Client) ListResponder(resp *http.Response) (result ListResult, err error) + func (client Client) ListSender(req *http.Request) (*http.Response, error) + func (client Client) Update(ctx context.Context, groupID string, ...) (result ManagementGroup, err error) + func (client Client) UpdatePreparer(ctx context.Context, groupID string, ...) (*http.Request, error) + func (client Client) UpdateResponder(resp *http.Response) (result ManagementGroup, err error) + func (client Client) UpdateSender(req *http.Request) (*http.Response, error) + type CreateManagementGroupRequest struct + DisplayName *string + ParentID *string + type Details struct + Parent *ParentGroupInfo + UpdatedBy *string + UpdatedTime *date.Time + Version *float64 + type ErrorDetails struct + Code *string + Message *string + type ErrorResponse struct + Error *ErrorDetails + type Info struct + ID *string + Name *string + Type *string + func (i *Info) UnmarshalJSON(body []byte) error + func (i Info) MarshalJSON() ([]byte, error) + type InfoProperties struct + DisplayName *string + TenantID *string + type ListResult struct + NextLink *string + Value *[]Info + func (lr ListResult) IsEmpty() bool + type ListResultIterator struct + func NewListResultIterator(page ListResultPage) ListResultIterator + func (iter *ListResultIterator) Next() error + func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListResultIterator) NotDone() bool + func (iter ListResultIterator) Response() ListResult + func (iter ListResultIterator) Value() Info + type ListResultPage struct + func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage + func (page *ListResultPage) Next() error + func (page *ListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListResultPage) NotDone() bool + func (page ListResultPage) Response() ListResult + func (page ListResultPage) Values() []Info + type ManagementGroup struct + ID *string + Name *string + Type *string + func (mg *ManagementGroup) UnmarshalJSON(body []byte) error + func (mg ManagementGroup) MarshalJSON() ([]byte, error) + 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() OperationsClient + func NewOperationsClientWithBaseURI(baseURI 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 ParentGroupInfo struct + DisplayName *string + ParentID *string + type Properties struct + Children *[]ChildInfo + Details *Details + DisplayName *string + TenantID *string + type SubscriptionsClient struct + func NewSubscriptionsClient() SubscriptionsClient + func NewSubscriptionsClientWithBaseURI(baseURI string) SubscriptionsClient + func (client SubscriptionsClient) Create(ctx context.Context, groupID string, subscriptionID string, ...) (result autorest.Response, err error) + func (client SubscriptionsClient) CreatePreparer(ctx context.Context, groupID string, subscriptionID string, ...) (*http.Request, error) + func (client SubscriptionsClient) CreateResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionsClient) CreateSender(req *http.Request) (*http.Response, error) + func (client SubscriptionsClient) Delete(ctx context.Context, groupID string, subscriptionID string, ...) (result autorest.Response, err error) + func (client SubscriptionsClient) DeletePreparer(ctx context.Context, groupID string, subscriptionID string, ...) (*http.Request, error) + func (client SubscriptionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client SubscriptionsClient) DeleteSender(req *http.Request) (*http.Response, error) Other modules containing this package 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