Documentation ¶
Overview ¶
Package managementgroups implements the Azure ARM Managementgroups service API version 2020-05-01.
The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureAsyncOperationResults
- type BaseClient
- func (client BaseClient) CheckNameAvailability(ctx context.Context, checkNameAvailabilityRequest CheckNameAvailabilityRequest) (result CheckNameAvailabilityResult, err error)
- func (client BaseClient) CheckNameAvailabilityPreparer(ctx context.Context, checkNameAvailabilityRequest CheckNameAvailabilityRequest) (*http.Request, error)
- func (client BaseClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
- func (client BaseClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)
- func (client BaseClient) StartTenantBackfill(ctx context.Context) (result TenantBackfillStatusResult, err error)
- func (client BaseClient) StartTenantBackfillPreparer(ctx context.Context) (*http.Request, error)
- func (client BaseClient) StartTenantBackfillResponder(resp *http.Response) (result TenantBackfillStatusResult, err error)
- func (client BaseClient) StartTenantBackfillSender(req *http.Request) (*http.Response, error)
- func (client BaseClient) TenantBackfillStatus(ctx context.Context) (result TenantBackfillStatusResult, err error)
- func (client BaseClient) TenantBackfillStatusPreparer(ctx context.Context) (*http.Request, error)
- func (client BaseClient) TenantBackfillStatusResponder(resp *http.Response) (result TenantBackfillStatusResult, err error)
- func (client BaseClient) TenantBackfillStatusSender(req *http.Request) (*http.Response, error)
- type CheckNameAvailabilityRequest
- type CheckNameAvailabilityResult
- type ChildInfo
- type Client
- func (client Client) CreateOrUpdate(ctx context.Context, groupID string, ...) (result CreateOrUpdateFuture, err error)
- func (client Client) CreateOrUpdatePreparer(ctx context.Context, groupID string, ...) (*http.Request, error)
- func (client Client) CreateOrUpdateResponder(resp *http.Response) (result SetObject, err error)
- func (client Client) CreateOrUpdateSender(req *http.Request) (future CreateOrUpdateFuture, err error)
- func (client Client) Delete(ctx context.Context, groupID string, cacheControl string) (result DeleteFuture, err error)
- func (client Client) DeletePreparer(ctx context.Context, groupID string, cacheControl string) (*http.Request, error)
- func (client Client) DeleteResponder(resp *http.Response) (result AzureAsyncOperationResults, err error)
- func (client Client) DeleteSender(req *http.Request) (future DeleteFuture, err error)
- func (client Client) Get(ctx context.Context, groupID string, expand string, recurse *bool, ...) (result ManagementGroup, err error)
- func (client Client) GetDescendants(ctx context.Context, groupID string, skiptoken string, top *int32) (result DescendantListResultPage, err error)
- func (client Client) GetDescendantsComplete(ctx context.Context, groupID string, skiptoken string, top *int32) (result DescendantListResultIterator, err error)
- func (client Client) GetDescendantsPreparer(ctx context.Context, groupID string, skiptoken string, top *int32) (*http.Request, error)
- func (client Client) GetDescendantsResponder(resp *http.Response) (result DescendantListResult, err error)
- func (client Client) GetDescendantsSender(req *http.Request) (*http.Response, 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 CreateManagementGroupChildInfo
- type CreateManagementGroupDetails
- type CreateManagementGroupProperties
- type CreateManagementGroupRequest
- type CreateOrUpdateFuture
- type CreateOrUpdateSettingsProperties
- type CreateOrUpdateSettingsRequest
- type CreateParentGroupInfo
- type DeleteFuture
- type DescendantInfo
- type DescendantInfoProperties
- type DescendantListResult
- type DescendantListResultIterator
- func (iter *DescendantListResultIterator) Next() error
- func (iter *DescendantListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter DescendantListResultIterator) NotDone() bool
- func (iter DescendantListResultIterator) Response() DescendantListResult
- func (iter DescendantListResultIterator) Value() DescendantInfo
- type DescendantListResultPage
- func (page *DescendantListResultPage) Next() error
- func (page *DescendantListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page DescendantListResultPage) NotDone() bool
- func (page DescendantListResultPage) Response() DescendantListResult
- func (page DescendantListResultPage) Values() []DescendantInfo
- type DescendantParentGroupInfo
- type Details
- type EntitiesClient
- func (client EntitiesClient) List(ctx context.Context, skiptoken string, skip *int32, top *int32, ...) (result EntityListResultPage, err error)
- func (client EntitiesClient) ListComplete(ctx context.Context, skiptoken string, skip *int32, top *int32, ...) (result EntityListResultIterator, err error)
- func (client EntitiesClient) ListPreparer(ctx context.Context, skiptoken string, skip *int32, top *int32, ...) (*http.Request, error)
- func (client EntitiesClient) ListResponder(resp *http.Response) (result EntityListResult, err error)
- func (client EntitiesClient) ListSender(req *http.Request) (*http.Response, error)
- type EntityHierarchyItem
- type EntityHierarchyItemProperties
- type EntityInfo
- type EntityInfoProperties
- type EntityListResult
- type EntityListResultIterator
- func (iter *EntityListResultIterator) Next() error
- func (iter *EntityListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter EntityListResultIterator) NotDone() bool
- func (iter EntityListResultIterator) Response() EntityListResult
- func (iter EntityListResultIterator) Value() EntityInfo
- type EntityListResultPage
- type EntityParentGroupInfo
- type ErrorDetails
- type ErrorResponse
- type HierarchySettings
- type HierarchySettingsClient
- func (client HierarchySettingsClient) CreateOrUpdate(ctx context.Context, groupID string, ...) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) CreateOrUpdatePreparer(ctx context.Context, groupID string, ...) (*http.Request, error)
- func (client HierarchySettingsClient) CreateOrUpdateResponder(resp *http.Response) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
- func (client HierarchySettingsClient) Delete(ctx context.Context, groupID string) (result autorest.Response, err error)
- func (client HierarchySettingsClient) DeletePreparer(ctx context.Context, groupID string) (*http.Request, error)
- func (client HierarchySettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client HierarchySettingsClient) DeleteSender(req *http.Request) (*http.Response, error)
- func (client HierarchySettingsClient) Get(ctx context.Context, groupID string) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) GetPreparer(ctx context.Context, groupID string) (*http.Request, error)
- func (client HierarchySettingsClient) GetResponder(resp *http.Response) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) GetSender(req *http.Request) (*http.Response, error)
- func (client HierarchySettingsClient) List(ctx context.Context, groupID string) (result HierarchySettingsList, err error)
- func (client HierarchySettingsClient) ListPreparer(ctx context.Context, groupID string) (*http.Request, error)
- func (client HierarchySettingsClient) ListResponder(resp *http.Response) (result HierarchySettingsList, err error)
- func (client HierarchySettingsClient) ListSender(req *http.Request) (*http.Response, error)
- func (client HierarchySettingsClient) Update(ctx context.Context, groupID string, ...) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) UpdatePreparer(ctx context.Context, groupID string, ...) (*http.Request, error)
- func (client HierarchySettingsClient) UpdateResponder(resp *http.Response) (result HierarchySettings, err error)
- func (client HierarchySettingsClient) UpdateSender(req *http.Request) (*http.Response, error)
- type HierarchySettingsInfo
- type HierarchySettingsList
- type HierarchySettingsProperties
- type Info
- type InfoProperties
- type InheritedPermissions
- type ListResult
- type ListResultIterator
- type ListResultPage
- type ListSubscriptionUnderManagementGroup
- type ListSubscriptionUnderManagementGroupIterator
- func (iter *ListSubscriptionUnderManagementGroupIterator) Next() error
- func (iter *ListSubscriptionUnderManagementGroupIterator) NextWithContext(ctx context.Context) (err error)
- func (iter ListSubscriptionUnderManagementGroupIterator) NotDone() bool
- func (iter ListSubscriptionUnderManagementGroupIterator) Response() ListSubscriptionUnderManagementGroup
- func (iter ListSubscriptionUnderManagementGroupIterator) Value() SubscriptionUnderManagementGroup
- type ListSubscriptionUnderManagementGroupPage
- func (page *ListSubscriptionUnderManagementGroupPage) Next() error
- func (page *ListSubscriptionUnderManagementGroupPage) NextWithContext(ctx context.Context) (err error)
- func (page ListSubscriptionUnderManagementGroupPage) NotDone() bool
- func (page ListSubscriptionUnderManagementGroupPage) Response() ListSubscriptionUnderManagementGroup
- func (page ListSubscriptionUnderManagementGroupPage) Values() []SubscriptionUnderManagementGroup
- type ManagementGroup
- type Operation
- type OperationDisplayProperties
- type OperationListResult
- type 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
- 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 OperationResults
- type 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
- type PatchManagementGroupRequest
- type PathElement
- type Permissions
- type Permissions1
- type Properties
- type Reason
- type SetObject
- type Status
- type SubscriptionUnderManagementGroup
- type SubscriptionUnderManagementGroupProperties
- type SubscriptionsClient
- func (client SubscriptionsClient) Create(ctx context.Context, groupID string, subscriptionID string, ...) (result SubscriptionUnderManagementGroup, err error)
- func (client SubscriptionsClient) CreatePreparer(ctx context.Context, groupID string, subscriptionID string, ...) (*http.Request, error)
- func (client SubscriptionsClient) CreateResponder(resp *http.Response) (result SubscriptionUnderManagementGroup, 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)
- func (client SubscriptionsClient) GetSubscription(ctx context.Context, groupID string, subscriptionID string, ...) (result SubscriptionUnderManagementGroup, err error)
- func (client SubscriptionsClient) GetSubscriptionPreparer(ctx context.Context, groupID string, subscriptionID string, ...) (*http.Request, error)
- func (client SubscriptionsClient) GetSubscriptionResponder(resp *http.Response) (result SubscriptionUnderManagementGroup, err error)
- func (client SubscriptionsClient) GetSubscriptionSender(req *http.Request) (*http.Response, error)
- func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroup(ctx context.Context, groupID string, skiptoken string) (result ListSubscriptionUnderManagementGroupPage, err error)
- func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupComplete(ctx context.Context, groupID string, skiptoken string) (result ListSubscriptionUnderManagementGroupIterator, err error)
- func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupPreparer(ctx context.Context, groupID string, skiptoken string) (*http.Request, error)
- func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupResponder(resp *http.Response) (result ListSubscriptionUnderManagementGroup, err error)
- func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupSender(req *http.Request) (*http.Response, error)
- type TenantBackfillStatusResult
- type Type
- type Type1
- type Type2
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Managementgroups
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type AzureAsyncOperationResults ¶
type AzureAsyncOperationResults struct { autorest.Response `json:"-"` // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` // Status - READ-ONLY; The current status of the asynchronous operation performed . For example, Running, Succeeded, Failed Status *string `json:"status,omitempty"` *InfoProperties `json:"properties,omitempty"` }
AzureAsyncOperationResults the results of Azure-AsyncOperation.
func (AzureAsyncOperationResults) MarshalJSON ¶
func (aaor AzureAsyncOperationResults) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AzureAsyncOperationResults.
func (*AzureAsyncOperationResults) UnmarshalJSON ¶
func (aaor *AzureAsyncOperationResults) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for AzureAsyncOperationResults struct.
type BaseClient ¶
BaseClient is the base client for Managementgroups.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (BaseClient) CheckNameAvailability ¶
func (client BaseClient) CheckNameAvailability(ctx context.Context, checkNameAvailabilityRequest CheckNameAvailabilityRequest) (result CheckNameAvailabilityResult, err error)
CheckNameAvailability checks if the specified management group name is valid and unique Parameters: checkNameAvailabilityRequest - management group name availability check parameters.
func (BaseClient) CheckNameAvailabilityPreparer ¶
func (client BaseClient) CheckNameAvailabilityPreparer(ctx context.Context, checkNameAvailabilityRequest CheckNameAvailabilityRequest) (*http.Request, error)
CheckNameAvailabilityPreparer prepares the CheckNameAvailability request.
func (BaseClient) CheckNameAvailabilityResponder ¶
func (client BaseClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error)
CheckNameAvailabilityResponder handles the response to the CheckNameAvailability request. The method always closes the http.Response Body.
func (BaseClient) CheckNameAvailabilitySender ¶
CheckNameAvailabilitySender sends the CheckNameAvailability request. The method will close the http.Response Body if it receives an error.
func (BaseClient) StartTenantBackfill ¶
func (client BaseClient) StartTenantBackfill(ctx context.Context) (result TenantBackfillStatusResult, err error)
StartTenantBackfill starts backfilling subscriptions for the Tenant.
func (BaseClient) StartTenantBackfillPreparer ¶
StartTenantBackfillPreparer prepares the StartTenantBackfill request.
func (BaseClient) StartTenantBackfillResponder ¶
func (client BaseClient) StartTenantBackfillResponder(resp *http.Response) (result TenantBackfillStatusResult, err error)
StartTenantBackfillResponder handles the response to the StartTenantBackfill request. The method always closes the http.Response Body.
func (BaseClient) StartTenantBackfillSender ¶
StartTenantBackfillSender sends the StartTenantBackfill request. The method will close the http.Response Body if it receives an error.
func (BaseClient) TenantBackfillStatus ¶
func (client BaseClient) TenantBackfillStatus(ctx context.Context) (result TenantBackfillStatusResult, err error)
TenantBackfillStatus gets tenant backfill status
func (BaseClient) TenantBackfillStatusPreparer ¶
TenantBackfillStatusPreparer prepares the TenantBackfillStatus request.
func (BaseClient) TenantBackfillStatusResponder ¶
func (client BaseClient) TenantBackfillStatusResponder(resp *http.Response) (result TenantBackfillStatusResult, err error)
TenantBackfillStatusResponder handles the response to the TenantBackfillStatus request. The method always closes the http.Response Body.
func (BaseClient) TenantBackfillStatusSender ¶
TenantBackfillStatusSender sends the TenantBackfillStatus request. The method will close the http.Response Body if it receives an error.
type CheckNameAvailabilityRequest ¶
type CheckNameAvailabilityRequest struct { // Name - the name to check for availability Name *string `json:"name,omitempty"` // Type - fully qualified resource type which includes provider namespace. Possible values include: 'MicrosoftManagementmanagementGroups' Type Type `json:"type,omitempty"` }
CheckNameAvailabilityRequest management group name availability check parameters.
type CheckNameAvailabilityResult ¶
type CheckNameAvailabilityResult struct { autorest.Response `json:"-"` // NameAvailable - READ-ONLY; Required. True indicates name is valid and available. False indicates the name is invalid, unavailable, or both. NameAvailable *bool `json:"nameAvailable,omitempty"` // Reason - READ-ONLY; Required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. Possible values include: 'Invalid', 'AlreadyExists' Reason Reason `json:"reason,omitempty"` // Message - READ-ONLY; Required if nameAvailable == false. Localized. If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that is already in use, and direct them to select a different name. Message *string `json:"message,omitempty"` }
CheckNameAvailabilityResult describes the result of the request to check management group name availability.
func (CheckNameAvailabilityResult) MarshalJSON ¶
func (cnar CheckNameAvailabilityResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CheckNameAvailabilityResult.
type ChildInfo ¶
type ChildInfo struct { // Type - The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). Possible values include: 'Type1MicrosoftManagementmanagementGroups', 'Type1Subscriptions' Type Type1 `json:"type,omitempty"` // ID - The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Name - The name of the child entity. Name *string `json:"name,omitempty"` // DisplayName - The friendly name of the child resource. DisplayName *string `json:"displayName,omitempty"` // Children - The list of children. Children *[]ChildInfo `json:"children,omitempty"` }
ChildInfo the child information of a management group.
type Client ¶
type Client struct {
BaseClient
}
Client is the the Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
func NewClientWithBaseURI ¶
NewClientWithBaseURI creates an instance of the Client client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (Client) CreateOrUpdate ¶
func (client Client) CreateOrUpdate(ctx context.Context, groupID string, createManagementGroupRequest CreateManagementGroupRequest, cacheControl string) (result CreateOrUpdateFuture, err error)
CreateOrUpdate create or update a management group. If a management group is already created and a subsequent create request is issued with different properties, the management group properties will be updated. Parameters: groupID - management Group ID. createManagementGroupRequest - management group creation parameters. cacheControl - indicates that the request shouldn't utilize any caches.
func (Client) CreateOrUpdatePreparer ¶
func (client Client) CreateOrUpdatePreparer(ctx context.Context, groupID string, createManagementGroupRequest CreateManagementGroupRequest, cacheControl string) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (Client) CreateOrUpdateResponder ¶
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (Client) CreateOrUpdateSender ¶
func (client Client) CreateOrUpdateSender(req *http.Request) (future CreateOrUpdateFuture, err error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (Client) Delete ¶
func (client Client) Delete(ctx context.Context, groupID string, cacheControl string) (result DeleteFuture, err error)
Delete delete management group. If a management group contains child resources, the request will fail. Parameters: groupID - management Group ID. cacheControl - indicates that the request shouldn't utilize any caches.
func (Client) DeletePreparer ¶
func (client Client) DeletePreparer(ctx context.Context, groupID string, cacheControl string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (Client) DeleteResponder ¶
func (client Client) DeleteResponder(resp *http.Response) (result AzureAsyncOperationResults, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (Client) DeleteSender ¶
func (client Client) DeleteSender(req *http.Request) (future DeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (Client) Get ¶
func (client Client) Get(ctx context.Context, groupID string, expand string, recurse *bool, filter string, cacheControl string) (result ManagementGroup, err error)
Get get the details of the management group. Parameters: groupID - management Group ID. expand - the $expand=children query string parameter allows clients to request inclusion of children in the response payload. $expand=path includes the path from the root group to the current group. recurse - the $recurse=true query string parameter allows clients to request inclusion of entire hierarchy in the response payload. Note that $expand=children must be passed up if $recurse is set to true. filter - a filter which allows the exclusion of subscriptions from results (i.e. '$filter=children.childType ne Subscription') cacheControl - indicates that the request shouldn't utilize any caches.
func (Client) GetDescendants ¶
func (client Client) GetDescendants(ctx context.Context, groupID string, skiptoken string, top *int32) (result DescendantListResultPage, err error)
GetDescendants list all entities that descend from a management group. Parameters: groupID - management Group ID. skiptoken - page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls. top - number of elements to return when retrieving results. Passing this in will override $skipToken.
func (Client) GetDescendantsComplete ¶
func (client Client) GetDescendantsComplete(ctx context.Context, groupID string, skiptoken string, top *int32) (result DescendantListResultIterator, err error)
GetDescendantsComplete enumerates all values, automatically crossing page boundaries as required.
func (Client) GetDescendantsPreparer ¶
func (client Client) GetDescendantsPreparer(ctx context.Context, groupID string, skiptoken string, top *int32) (*http.Request, error)
GetDescendantsPreparer prepares the GetDescendants request.
func (Client) GetDescendantsResponder ¶
func (client Client) GetDescendantsResponder(resp *http.Response) (result DescendantListResult, err error)
GetDescendantsResponder handles the response to the GetDescendants request. The method always closes the http.Response Body.
func (Client) GetDescendantsSender ¶
GetDescendantsSender sends the GetDescendants request. The method will close the http.Response Body if it receives an error.
func (Client) GetPreparer ¶
func (client Client) GetPreparer(ctx context.Context, groupID string, expand string, recurse *bool, filter string, cacheControl string) (*http.Request, error)
GetPreparer prepares the Get request.
func (Client) GetResponder ¶
func (client Client) GetResponder(resp *http.Response) (result ManagementGroup, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (Client) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (Client) List ¶
func (client Client) List(ctx context.Context, cacheControl string, skiptoken string) (result ListResultPage, err error)
List list management groups for the authenticated user. Parameters: cacheControl - indicates that the request shouldn't utilize any caches. skiptoken - page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
func (Client) ListComplete ¶
func (client Client) ListComplete(ctx context.Context, cacheControl string, skiptoken string) (result ListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (Client) ListPreparer ¶
func (client Client) ListPreparer(ctx context.Context, cacheControl string, skiptoken string) (*http.Request, error)
ListPreparer prepares the List request.
func (Client) ListResponder ¶
func (client Client) ListResponder(resp *http.Response) (result ListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (Client) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (Client) Update ¶
func (client Client) Update(ctx context.Context, groupID string, patchGroupRequest PatchManagementGroupRequest, cacheControl string) (result ManagementGroup, err error)
Update update a management group. Parameters: groupID - management Group ID. patchGroupRequest - management group patch parameters. cacheControl - indicates that the request shouldn't utilize any caches.
func (Client) UpdatePreparer ¶
func (client Client) UpdatePreparer(ctx context.Context, groupID string, patchGroupRequest PatchManagementGroupRequest, cacheControl string) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (Client) UpdateResponder ¶
func (client Client) UpdateResponder(resp *http.Response) (result ManagementGroup, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
type CreateManagementGroupChildInfo ¶
type CreateManagementGroupChildInfo struct { // Type - READ-ONLY; The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). Possible values include: 'Type2MicrosoftManagementmanagementGroups', 'Type2Subscriptions' Type Type2 `json:"type,omitempty"` // ID - READ-ONLY; The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the child entity. Name *string `json:"name,omitempty"` // DisplayName - READ-ONLY; The friendly name of the child resource. DisplayName *string `json:"displayName,omitempty"` // Children - READ-ONLY; The list of children. Children *[]CreateManagementGroupChildInfo `json:"children,omitempty"` }
CreateManagementGroupChildInfo the child information of a management group used during creation.
func (CreateManagementGroupChildInfo) MarshalJSON ¶
func (cmgci CreateManagementGroupChildInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateManagementGroupChildInfo.
type CreateManagementGroupDetails ¶
type CreateManagementGroupDetails struct { // Version - READ-ONLY; The version number of the object. Version *float64 `json:"version,omitempty"` // UpdatedTime - READ-ONLY; The date and time when this object was last updated. UpdatedTime *date.Time `json:"updatedTime,omitempty"` // UpdatedBy - READ-ONLY; The identity of the principal or process that updated the object. UpdatedBy *string `json:"updatedBy,omitempty"` Parent *CreateParentGroupInfo `json:"parent,omitempty"` }
CreateManagementGroupDetails the details of a management group used during creation.
func (CreateManagementGroupDetails) MarshalJSON ¶
func (cmgd CreateManagementGroupDetails) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateManagementGroupDetails.
type CreateManagementGroupProperties ¶
type CreateManagementGroupProperties struct { // TenantID - READ-ONLY; The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // DisplayName - The friendly name of the management group. If no value is passed then this field will be set to the groupId. DisplayName *string `json:"displayName,omitempty"` Details *CreateManagementGroupDetails `json:"details,omitempty"` // Children - READ-ONLY; The list of children. Children *[]CreateManagementGroupChildInfo `json:"children,omitempty"` }
CreateManagementGroupProperties the generic properties of a management group used during creation.
func (CreateManagementGroupProperties) MarshalJSON ¶
func (cmgp CreateManagementGroupProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateManagementGroupProperties.
type CreateManagementGroupRequest ¶
type CreateManagementGroupRequest struct { // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *CreateManagementGroupProperties `json:"properties,omitempty"` }
CreateManagementGroupRequest management group creation parameters.
func (CreateManagementGroupRequest) MarshalJSON ¶
func (cmgr CreateManagementGroupRequest) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateManagementGroupRequest.
func (*CreateManagementGroupRequest) UnmarshalJSON ¶
func (cmgr *CreateManagementGroupRequest) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for CreateManagementGroupRequest struct.
type CreateOrUpdateFuture ¶
type CreateOrUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(Client) (SetObject, error) }
CreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*CreateOrUpdateFuture) UnmarshalJSON ¶
func (future *CreateOrUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type CreateOrUpdateSettingsProperties ¶
type CreateOrUpdateSettingsProperties struct { // RequireAuthorizationForGroupCreation - Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. RequireAuthorizationForGroupCreation *bool `json:"requireAuthorizationForGroupCreation,omitempty"` // DefaultManagementGroup - Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup DefaultManagementGroup *string `json:"defaultManagementGroup,omitempty"` }
CreateOrUpdateSettingsProperties the properties of the request to create or update Management Group settings
type CreateOrUpdateSettingsRequest ¶
type CreateOrUpdateSettingsRequest struct {
*CreateOrUpdateSettingsProperties `json:"properties,omitempty"`
}
CreateOrUpdateSettingsRequest parameters for creating or updating Management Group settings
func (CreateOrUpdateSettingsRequest) MarshalJSON ¶
func (cousr CreateOrUpdateSettingsRequest) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateOrUpdateSettingsRequest.
func (*CreateOrUpdateSettingsRequest) UnmarshalJSON ¶
func (cousr *CreateOrUpdateSettingsRequest) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for CreateOrUpdateSettingsRequest struct.
type CreateParentGroupInfo ¶
type CreateParentGroupInfo struct { // ID - The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the parent management group Name *string `json:"name,omitempty"` // DisplayName - READ-ONLY; The friendly name of the parent management group. DisplayName *string `json:"displayName,omitempty"` }
CreateParentGroupInfo (Optional) The ID of the parent management group used during creation.
func (CreateParentGroupInfo) MarshalJSON ¶
func (cpgi CreateParentGroupInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for CreateParentGroupInfo.
type DeleteFuture ¶
type DeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(Client) (AzureAsyncOperationResults, error) }
DeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*DeleteFuture) UnmarshalJSON ¶
func (future *DeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type DescendantInfo ¶
type DescendantInfo struct { // ID - READ-ONLY; The fully qualified ID for the descendant. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 or /subscriptions/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the descendant. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *DescendantInfoProperties `json:"properties,omitempty"` }
DescendantInfo the descendant.
func (DescendantInfo) MarshalJSON ¶
func (di DescendantInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DescendantInfo.
func (*DescendantInfo) UnmarshalJSON ¶
func (di *DescendantInfo) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for DescendantInfo struct.
type DescendantInfoProperties ¶
type DescendantInfoProperties struct { // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` Parent *DescendantParentGroupInfo `json:"parent,omitempty"` }
DescendantInfoProperties the generic properties of an descendant.
type DescendantListResult ¶
type DescendantListResult struct { autorest.Response `json:"-"` // Value - The list of descendants. Value *[]DescendantInfo `json:"value,omitempty"` // NextLink - READ-ONLY; The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
DescendantListResult describes the result of the request to view descendants.
func (DescendantListResult) IsEmpty ¶
func (dlr DescendantListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (DescendantListResult) MarshalJSON ¶
func (dlr DescendantListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for DescendantListResult.
type DescendantListResultIterator ¶
type DescendantListResultIterator struct {
// contains filtered or unexported fields
}
DescendantListResultIterator provides access to a complete listing of DescendantInfo values.
func NewDescendantListResultIterator ¶
func NewDescendantListResultIterator(page DescendantListResultPage) DescendantListResultIterator
Creates a new instance of the DescendantListResultIterator type.
func (*DescendantListResultIterator) Next ¶
func (iter *DescendantListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*DescendantListResultIterator) NextWithContext ¶
func (iter *DescendantListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (DescendantListResultIterator) NotDone ¶
func (iter DescendantListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (DescendantListResultIterator) Response ¶
func (iter DescendantListResultIterator) Response() DescendantListResult
Response returns the raw server response from the last page request.
func (DescendantListResultIterator) Value ¶
func (iter DescendantListResultIterator) Value() DescendantInfo
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type DescendantListResultPage ¶
type DescendantListResultPage struct {
// contains filtered or unexported fields
}
DescendantListResultPage contains a page of DescendantInfo values.
func NewDescendantListResultPage ¶
func NewDescendantListResultPage(cur DescendantListResult, getNextPage func(context.Context, DescendantListResult) (DescendantListResult, error)) DescendantListResultPage
Creates a new instance of the DescendantListResultPage type.
func (*DescendantListResultPage) Next ¶
func (page *DescendantListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*DescendantListResultPage) NextWithContext ¶
func (page *DescendantListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (DescendantListResultPage) NotDone ¶
func (page DescendantListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (DescendantListResultPage) Response ¶
func (page DescendantListResultPage) Response() DescendantListResult
Response returns the raw server response from the last page request.
func (DescendantListResultPage) Values ¶
func (page DescendantListResultPage) Values() []DescendantInfo
Values returns the slice of values for the current page or nil if there are no values.
type DescendantParentGroupInfo ¶
type DescendantParentGroupInfo struct { // ID - The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` }
DescendantParentGroupInfo the ID of the parent management group.
type Details ¶
type Details struct { // Version - The version number of the object. Version *float64 `json:"version,omitempty"` // UpdatedTime - The date and time when this object was last updated. UpdatedTime *date.Time `json:"updatedTime,omitempty"` // UpdatedBy - The identity of the principal or process that updated the object. UpdatedBy *string `json:"updatedBy,omitempty"` Parent *ParentGroupInfo `json:"parent,omitempty"` }
Details the details of a management group.
type EntitiesClient ¶
type EntitiesClient struct {
BaseClient
}
EntitiesClient is the the Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
func NewEntitiesClient ¶
func NewEntitiesClient() EntitiesClient
NewEntitiesClient creates an instance of the EntitiesClient client.
func NewEntitiesClientWithBaseURI ¶
func NewEntitiesClientWithBaseURI(baseURI string) EntitiesClient
NewEntitiesClientWithBaseURI creates an instance of the EntitiesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (EntitiesClient) List ¶
func (client EntitiesClient) List(ctx context.Context, skiptoken string, skip *int32, top *int32, selectParameter string, search string, filter string, view string, groupName string, cacheControl string) (result EntityListResultPage, err error)
List list all entities (Management Groups, Subscriptions, etc.) for the authenticated user. Parameters: skiptoken - page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls. skip - number of entities to skip over when retrieving results. Passing this in will override $skipToken. top - number of elements to return when retrieving results. Passing this in will override $skipToken. selectParameter - this parameter specifies the fields to include in the response. Can include any combination of Name,DisplayName,Type,ParentDisplayNameChain,ParentChain, e.g. '$select=Name,DisplayName,Type,ParentDisplayNameChain,ParentNameChain'. When specified the $select parameter can override select in $skipToken. search - the $search parameter is used in conjunction with the $filter parameter to return three different outputs depending on the parameter passed in. With $search=AllowedParents the API will return the entity info of all groups that the requested entity will be able to reparent to as determined by the user's permissions. With $search=AllowedChildren the API will return the entity info of all entities that can be added as children of the requested entity. With $search=ParentAndFirstLevelChildren the API will return the parent and first level of children that the user has either direct access to or indirect access via one of their descendants. With $search=ParentOnly the API will return only the group if the user has access to at least one of the descendants of the group. With $search=ChildrenOnly the API will return only the first level of children of the group entity info specified in $filter. The user must have direct access to the children entities or one of it's descendants for it to show up in the results. filter - the filter parameter allows you to filter on the the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively. view - the view parameter allows clients to filter the type of data that is returned by the getEntities call. groupName - a filter which allows the get entities call to focus on a particular group (i.e. "$filter=name eq 'groupName'") cacheControl - indicates that the request shouldn't utilize any caches.
func (EntitiesClient) ListComplete ¶
func (client EntitiesClient) ListComplete(ctx context.Context, skiptoken string, skip *int32, top *int32, selectParameter string, search string, filter string, view string, groupName string, cacheControl string) (result EntityListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (EntitiesClient) ListPreparer ¶
func (client EntitiesClient) ListPreparer(ctx context.Context, skiptoken string, skip *int32, top *int32, selectParameter string, search string, filter string, view string, groupName string, cacheControl string) (*http.Request, error)
ListPreparer prepares the List request.
func (EntitiesClient) ListResponder ¶
func (client EntitiesClient) ListResponder(resp *http.Response) (result EntityListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (EntitiesClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type EntityHierarchyItem ¶
type EntityHierarchyItem struct { // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *EntityHierarchyItemProperties `json:"properties,omitempty"` }
EntityHierarchyItem the management group details for the hierarchy view.
func (EntityHierarchyItem) MarshalJSON ¶
func (ehi EntityHierarchyItem) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EntityHierarchyItem.
func (*EntityHierarchyItem) UnmarshalJSON ¶
func (ehi *EntityHierarchyItem) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for EntityHierarchyItem struct.
type EntityHierarchyItemProperties ¶
type EntityHierarchyItemProperties struct { // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` // Permissions - Possible values include: 'Permissions1Noaccess', 'Permissions1View', 'Permissions1Edit', 'Permissions1Delete' Permissions Permissions1 `json:"permissions,omitempty"` // Children - The list of children. Children *[]EntityHierarchyItem `json:"children,omitempty"` }
EntityHierarchyItemProperties the generic properties of a management group.
type EntityInfo ¶
type EntityInfo struct { // ID - READ-ONLY; The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the entity. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *EntityInfoProperties `json:"properties,omitempty"` }
EntityInfo the entity.
func (EntityInfo) MarshalJSON ¶
func (ei EntityInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EntityInfo.
func (*EntityInfo) UnmarshalJSON ¶
func (ei *EntityInfo) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for EntityInfo struct.
type EntityInfoProperties ¶
type EntityInfoProperties struct { // TenantID - The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` Parent *EntityParentGroupInfo `json:"parent,omitempty"` // Permissions - Possible values include: 'PermissionsNoaccess', 'PermissionsView', 'PermissionsEdit', 'PermissionsDelete' Permissions Permissions `json:"permissions,omitempty"` // InheritedPermissions - Possible values include: 'Noaccess', 'View', 'Edit', 'Delete' InheritedPermissions InheritedPermissions `json:"inheritedPermissions,omitempty"` NumberOfDescendants *int32 `json:"numberOfDescendants,omitempty"` // NumberOfChildren - Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group. NumberOfChildren *int32 `json:"numberOfChildren,omitempty"` // NumberOfChildGroups - Number of children is the number of Groups that are exactly one level underneath the current Group. NumberOfChildGroups *int32 `json:"numberOfChildGroups,omitempty"` // ParentDisplayNameChain - The parent display name chain from the root group to the immediate parent ParentDisplayNameChain *[]string `json:"parentDisplayNameChain,omitempty"` // ParentNameChain - The parent name chain from the root group to the immediate parent ParentNameChain *[]string `json:"parentNameChain,omitempty"` }
EntityInfoProperties the generic properties of an entity.
type EntityListResult ¶
type EntityListResult struct { autorest.Response `json:"-"` // Value - The list of entities. Value *[]EntityInfo `json:"value,omitempty"` // Count - READ-ONLY; Total count of records that match the filter Count *int32 `json:"count,omitempty"` // NextLink - READ-ONLY; The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
EntityListResult describes the result of the request to view entities.
func (EntityListResult) IsEmpty ¶
func (elr EntityListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (EntityListResult) MarshalJSON ¶
func (elr EntityListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for EntityListResult.
type EntityListResultIterator ¶
type EntityListResultIterator struct {
// contains filtered or unexported fields
}
EntityListResultIterator provides access to a complete listing of EntityInfo values.
func NewEntityListResultIterator ¶
func NewEntityListResultIterator(page EntityListResultPage) EntityListResultIterator
Creates a new instance of the EntityListResultIterator type.
func (*EntityListResultIterator) Next ¶
func (iter *EntityListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*EntityListResultIterator) NextWithContext ¶
func (iter *EntityListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (EntityListResultIterator) NotDone ¶
func (iter EntityListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (EntityListResultIterator) Response ¶
func (iter EntityListResultIterator) Response() EntityListResult
Response returns the raw server response from the last page request.
func (EntityListResultIterator) Value ¶
func (iter EntityListResultIterator) Value() EntityInfo
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type EntityListResultPage ¶
type EntityListResultPage struct {
// contains filtered or unexported fields
}
EntityListResultPage contains a page of EntityInfo values.
func NewEntityListResultPage ¶
func NewEntityListResultPage(cur EntityListResult, getNextPage func(context.Context, EntityListResult) (EntityListResult, error)) EntityListResultPage
Creates a new instance of the EntityListResultPage type.
func (*EntityListResultPage) Next ¶
func (page *EntityListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*EntityListResultPage) NextWithContext ¶
func (page *EntityListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (EntityListResultPage) NotDone ¶
func (page EntityListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (EntityListResultPage) Response ¶
func (page EntityListResultPage) Response() EntityListResult
Response returns the raw server response from the last page request.
func (EntityListResultPage) Values ¶
func (page EntityListResultPage) Values() []EntityInfo
Values returns the slice of values for the current page or nil if there are no values.
type EntityParentGroupInfo ¶
type EntityParentGroupInfo struct { // ID - The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` }
EntityParentGroupInfo (Optional) The ID of the parent management group.
type ErrorDetails ¶
type ErrorDetails struct { // Code - One of a server-defined set of error codes. Code *string `json:"code,omitempty"` // Message - A human-readable representation of the error. Message *string `json:"message,omitempty"` // Details - A human-readable representation of the error's details. Details *string `json:"details,omitempty"` }
ErrorDetails the details of the error.
type ErrorResponse ¶
type ErrorResponse struct {
Error *ErrorDetails `json:"error,omitempty"`
}
ErrorResponse the error object.
type HierarchySettings ¶
type HierarchySettings struct { autorest.Response `json:"-"` // ID - READ-ONLY; The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default. ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups/settings. Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the object. In this case, default. Name *string `json:"name,omitempty"` *HierarchySettingsProperties `json:"properties,omitempty"` }
HierarchySettings settings defined at the Management Group scope.
func (HierarchySettings) MarshalJSON ¶
func (hs HierarchySettings) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for HierarchySettings.
func (*HierarchySettings) UnmarshalJSON ¶
func (hs *HierarchySettings) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for HierarchySettings struct.
type HierarchySettingsClient ¶
type HierarchySettingsClient struct {
BaseClient
}
HierarchySettingsClient is the the Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
func NewHierarchySettingsClient ¶
func NewHierarchySettingsClient() HierarchySettingsClient
NewHierarchySettingsClient creates an instance of the HierarchySettingsClient client.
func NewHierarchySettingsClientWithBaseURI ¶
func NewHierarchySettingsClientWithBaseURI(baseURI string) HierarchySettingsClient
NewHierarchySettingsClientWithBaseURI creates an instance of the HierarchySettingsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (HierarchySettingsClient) CreateOrUpdate ¶
func (client HierarchySettingsClient) CreateOrUpdate(ctx context.Context, groupID string, createTenantSettingsRequest CreateOrUpdateSettingsRequest) (result HierarchySettings, err error)
CreateOrUpdate creates or updates the hierarchy settings defined at the Management Group level. Parameters: groupID - management Group ID. createTenantSettingsRequest - tenant level settings request parameter.
func (HierarchySettingsClient) CreateOrUpdatePreparer ¶
func (client HierarchySettingsClient) CreateOrUpdatePreparer(ctx context.Context, groupID string, createTenantSettingsRequest CreateOrUpdateSettingsRequest) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (HierarchySettingsClient) CreateOrUpdateResponder ¶
func (client HierarchySettingsClient) CreateOrUpdateResponder(resp *http.Response) (result HierarchySettings, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (HierarchySettingsClient) CreateOrUpdateSender ¶
func (client HierarchySettingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (HierarchySettingsClient) Delete ¶
func (client HierarchySettingsClient) Delete(ctx context.Context, groupID string) (result autorest.Response, err error)
Delete deletes the hierarchy settings defined at the Management Group level. Parameters: groupID - management Group ID.
func (HierarchySettingsClient) DeletePreparer ¶
func (client HierarchySettingsClient) DeletePreparer(ctx context.Context, groupID string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (HierarchySettingsClient) DeleteResponder ¶
func (client HierarchySettingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (HierarchySettingsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (HierarchySettingsClient) Get ¶
func (client HierarchySettingsClient) Get(ctx context.Context, groupID string) (result HierarchySettings, err error)
Get gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy. Parameters: groupID - management Group ID.
func (HierarchySettingsClient) GetPreparer ¶
func (client HierarchySettingsClient) GetPreparer(ctx context.Context, groupID string) (*http.Request, error)
GetPreparer prepares the Get request.
func (HierarchySettingsClient) GetResponder ¶
func (client HierarchySettingsClient) GetResponder(resp *http.Response) (result HierarchySettings, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (HierarchySettingsClient) GetSender ¶
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (HierarchySettingsClient) List ¶
func (client HierarchySettingsClient) List(ctx context.Context, groupID string) (result HierarchySettingsList, err error)
List gets all the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy. Parameters: groupID - management Group ID.
func (HierarchySettingsClient) ListPreparer ¶
func (client HierarchySettingsClient) ListPreparer(ctx context.Context, groupID string) (*http.Request, error)
ListPreparer prepares the List request.
func (HierarchySettingsClient) ListResponder ¶
func (client HierarchySettingsClient) ListResponder(resp *http.Response) (result HierarchySettingsList, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (HierarchySettingsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (HierarchySettingsClient) Update ¶
func (client HierarchySettingsClient) Update(ctx context.Context, groupID string, createTenantSettingsRequest CreateOrUpdateSettingsRequest) (result HierarchySettings, err error)
Update updates the hierarchy settings defined at the Management Group level. Parameters: groupID - management Group ID. createTenantSettingsRequest - tenant level settings request parameter.
func (HierarchySettingsClient) UpdatePreparer ¶
func (client HierarchySettingsClient) UpdatePreparer(ctx context.Context, groupID string, createTenantSettingsRequest CreateOrUpdateSettingsRequest) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (HierarchySettingsClient) UpdateResponder ¶
func (client HierarchySettingsClient) UpdateResponder(resp *http.Response) (result HierarchySettings, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (HierarchySettingsClient) UpdateSender ¶
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type HierarchySettingsInfo ¶
type HierarchySettingsInfo struct { // ID - READ-ONLY; The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default. ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups/settings. Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the object. In this case, default. Name *string `json:"name,omitempty"` *HierarchySettingsProperties `json:"properties,omitempty"` }
HierarchySettingsInfo the hierarchy settings resource.
func (HierarchySettingsInfo) MarshalJSON ¶
func (hsi HierarchySettingsInfo) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for HierarchySettingsInfo.
func (*HierarchySettingsInfo) UnmarshalJSON ¶
func (hsi *HierarchySettingsInfo) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for HierarchySettingsInfo struct.
type HierarchySettingsList ¶
type HierarchySettingsList struct { autorest.Response `json:"-"` // Value - The list of hierarchy settings. Value *[]HierarchySettingsInfo `json:"value,omitempty"` // NextLink - READ-ONLY; The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
HierarchySettingsList lists all hierarchy settings.
func (HierarchySettingsList) MarshalJSON ¶
func (hsl HierarchySettingsList) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for HierarchySettingsList.
type HierarchySettingsProperties ¶
type HierarchySettingsProperties struct { // TenantID - The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // RequireAuthorizationForGroupCreation - Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. RequireAuthorizationForGroupCreation *bool `json:"requireAuthorizationForGroupCreation,omitempty"` // DefaultManagementGroup - Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup DefaultManagementGroup *string `json:"defaultManagementGroup,omitempty"` }
HierarchySettingsProperties the generic properties of hierarchy settings.
type Info ¶
type Info struct { // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *InfoProperties `json:"properties,omitempty"` }
Info the management group resource.
func (Info) MarshalJSON ¶
MarshalJSON is the custom marshaler for Info.
func (*Info) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for Info struct.
type InfoProperties ¶
type InfoProperties struct { // TenantID - The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` }
InfoProperties the generic properties of a management group.
type InheritedPermissions ¶
type InheritedPermissions string
InheritedPermissions enumerates the values for inherited permissions.
const ( // Delete ... Delete InheritedPermissions = "delete" // Edit ... Edit InheritedPermissions = "edit" // Noaccess ... Noaccess InheritedPermissions = "noaccess" // View ... View InheritedPermissions = "view" )
func PossibleInheritedPermissionsValues ¶
func PossibleInheritedPermissionsValues() []InheritedPermissions
PossibleInheritedPermissionsValues returns an array of possible values for the InheritedPermissions const type.
type ListResult ¶
type ListResult struct { autorest.Response `json:"-"` // Value - The list of management groups. Value *[]Info `json:"value,omitempty"` // NextLink - READ-ONLY; The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
ListResult describes the result of the request to list management groups.
func (ListResult) IsEmpty ¶
func (lr ListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (ListResult) MarshalJSON ¶
func (lr ListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListResult.
type ListResultIterator ¶
type ListResultIterator struct {
// contains filtered or unexported fields
}
ListResultIterator provides access to a complete listing of Info values.
func NewListResultIterator ¶
func NewListResultIterator(page ListResultPage) ListResultIterator
Creates a new instance of the ListResultIterator type.
func (*ListResultIterator) Next ¶
func (iter *ListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListResultIterator) NextWithContext ¶
func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ListResultIterator) NotDone ¶
func (iter ListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ListResultIterator) Response ¶
func (iter ListResultIterator) Response() ListResult
Response returns the raw server response from the last page request.
func (ListResultIterator) Value ¶
func (iter ListResultIterator) Value() Info
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ListResultPage ¶
type ListResultPage struct {
// contains filtered or unexported fields
}
ListResultPage contains a page of Info values.
func NewListResultPage ¶
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
Creates a new instance of the ListResultPage type.
func (*ListResultPage) Next ¶
func (page *ListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListResultPage) NextWithContext ¶
func (page *ListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ListResultPage) NotDone ¶
func (page ListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ListResultPage) Response ¶
func (page ListResultPage) Response() ListResult
Response returns the raw server response from the last page request.
func (ListResultPage) Values ¶
func (page ListResultPage) Values() []Info
Values returns the slice of values for the current page or nil if there are no values.
type ListSubscriptionUnderManagementGroup ¶
type ListSubscriptionUnderManagementGroup struct { autorest.Response `json:"-"` // Value - The list of subscriptions. Value *[]SubscriptionUnderManagementGroup `json:"value,omitempty"` // NextLink - READ-ONLY; The URL to use for getting the next set of results. NextLink *string `json:"nextLink,omitempty"` }
ListSubscriptionUnderManagementGroup the details of all subscriptions under management group.
func (ListSubscriptionUnderManagementGroup) IsEmpty ¶
func (lsumg ListSubscriptionUnderManagementGroup) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (ListSubscriptionUnderManagementGroup) MarshalJSON ¶
func (lsumg ListSubscriptionUnderManagementGroup) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ListSubscriptionUnderManagementGroup.
type ListSubscriptionUnderManagementGroupIterator ¶
type ListSubscriptionUnderManagementGroupIterator struct {
// contains filtered or unexported fields
}
ListSubscriptionUnderManagementGroupIterator provides access to a complete listing of SubscriptionUnderManagementGroup values.
func NewListSubscriptionUnderManagementGroupIterator ¶
func NewListSubscriptionUnderManagementGroupIterator(page ListSubscriptionUnderManagementGroupPage) ListSubscriptionUnderManagementGroupIterator
Creates a new instance of the ListSubscriptionUnderManagementGroupIterator type.
func (*ListSubscriptionUnderManagementGroupIterator) Next ¶
func (iter *ListSubscriptionUnderManagementGroupIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListSubscriptionUnderManagementGroupIterator) NextWithContext ¶
func (iter *ListSubscriptionUnderManagementGroupIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ListSubscriptionUnderManagementGroupIterator) NotDone ¶
func (iter ListSubscriptionUnderManagementGroupIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ListSubscriptionUnderManagementGroupIterator) Response ¶
func (iter ListSubscriptionUnderManagementGroupIterator) Response() ListSubscriptionUnderManagementGroup
Response returns the raw server response from the last page request.
func (ListSubscriptionUnderManagementGroupIterator) Value ¶
func (iter ListSubscriptionUnderManagementGroupIterator) Value() SubscriptionUnderManagementGroup
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ListSubscriptionUnderManagementGroupPage ¶
type ListSubscriptionUnderManagementGroupPage struct {
// contains filtered or unexported fields
}
ListSubscriptionUnderManagementGroupPage contains a page of SubscriptionUnderManagementGroup values.
func NewListSubscriptionUnderManagementGroupPage ¶
func NewListSubscriptionUnderManagementGroupPage(cur ListSubscriptionUnderManagementGroup, getNextPage func(context.Context, ListSubscriptionUnderManagementGroup) (ListSubscriptionUnderManagementGroup, error)) ListSubscriptionUnderManagementGroupPage
Creates a new instance of the ListSubscriptionUnderManagementGroupPage type.
func (*ListSubscriptionUnderManagementGroupPage) Next ¶
func (page *ListSubscriptionUnderManagementGroupPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ListSubscriptionUnderManagementGroupPage) NextWithContext ¶
func (page *ListSubscriptionUnderManagementGroupPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ListSubscriptionUnderManagementGroupPage) NotDone ¶
func (page ListSubscriptionUnderManagementGroupPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ListSubscriptionUnderManagementGroupPage) Response ¶
func (page ListSubscriptionUnderManagementGroupPage) Response() ListSubscriptionUnderManagementGroup
Response returns the raw server response from the last page request.
func (ListSubscriptionUnderManagementGroupPage) Values ¶
func (page ListSubscriptionUnderManagementGroupPage) Values() []SubscriptionUnderManagementGroup
Values returns the slice of values for the current page or nil if there are no values.
type ManagementGroup ¶
type ManagementGroup struct { autorest.Response `json:"-"` // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *Properties `json:"properties,omitempty"` }
ManagementGroup the management group details.
func (ManagementGroup) MarshalJSON ¶
func (mg ManagementGroup) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ManagementGroup.
func (*ManagementGroup) UnmarshalJSON ¶
func (mg *ManagementGroup) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ManagementGroup struct.
type Operation ¶
type Operation struct { // Name - READ-ONLY; Operation name: {provider}/{resource}/{operation}. Name *string `json:"name,omitempty"` Display *OperationDisplayProperties `json:"display,omitempty"` }
Operation operation supported by the Microsoft.Management resource provider.
func (Operation) MarshalJSON ¶
MarshalJSON is the custom marshaler for Operation.
type OperationDisplayProperties ¶
type OperationDisplayProperties struct { // Provider - READ-ONLY; The name of the provider. Provider *string `json:"provider,omitempty"` // Resource - READ-ONLY; The resource on which the operation is performed. Resource *string `json:"resource,omitempty"` // Operation - READ-ONLY; The operation that can be performed. Operation *string `json:"operation,omitempty"` // Description - READ-ONLY; Operation description. Description *string `json:"description,omitempty"` }
OperationDisplayProperties the object that represents the operation.
func (OperationDisplayProperties) MarshalJSON ¶
func (odp OperationDisplayProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for OperationDisplayProperties.
type OperationListResult ¶
type OperationListResult struct { autorest.Response `json:"-"` // Value - READ-ONLY; List of operations supported by the Microsoft.Management resource provider. Value *[]Operation `json:"value,omitempty"` // NextLink - READ-ONLY; URL to get the next set of operation list results if there are any. NextLink *string `json:"nextLink,omitempty"` }
OperationListResult describes the result of the request to list Microsoft.Management operations.
func (OperationListResult) IsEmpty ¶
func (olr OperationListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
func (OperationListResult) MarshalJSON ¶
func (olr OperationListResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for OperationListResult.
type OperationListResultIterator ¶
type OperationListResultIterator struct {
// contains filtered or unexported fields
}
OperationListResultIterator provides access to a complete listing of Operation values.
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
Creates a new instance of the OperationListResultIterator type.
func (*OperationListResultIterator) Next ¶
func (iter *OperationListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultIterator) NextWithContext ¶
func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (OperationListResultIterator) NotDone ¶
func (iter OperationListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (OperationListResultIterator) Response ¶
func (iter OperationListResultIterator) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultIterator) Value ¶
func (iter OperationListResultIterator) Value() Operation
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type OperationListResultPage ¶
type OperationListResultPage struct {
// contains filtered or unexported fields
}
OperationListResultPage contains a page of Operation values.
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
Creates a new instance of the OperationListResultPage type.
func (*OperationListResultPage) Next ¶
func (page *OperationListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultPage) NextWithContext ¶
func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (OperationListResultPage) NotDone ¶
func (page OperationListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (OperationListResultPage) Response ¶
func (page OperationListResultPage) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultPage) Values ¶
func (page OperationListResultPage) Values() []Operation
Values returns the slice of values for the current page or nil if there are no values.
type OperationResults ¶
type OperationResults struct { // ID - READ-ONLY; The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups Type *string `json:"type,omitempty"` // Name - READ-ONLY; The name of the management group. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *InfoProperties `json:"properties,omitempty"` }
OperationResults the results of an asynchronous operation.
func (OperationResults) MarshalJSON ¶
func (or OperationResults) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for OperationResults.
func (*OperationResults) UnmarshalJSON ¶
func (or *OperationResults) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for OperationResults struct.
type OperationsClient ¶
type OperationsClient struct {
BaseClient
}
OperationsClient is the the Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
func NewOperationsClient ¶
func NewOperationsClient() OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (OperationsClient) List ¶
func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
List lists all of the available Management REST API operations.
func (OperationsClient) ListComplete ¶
func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (OperationsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (OperationsClient) ListResponder ¶
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (OperationsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type ParentGroupInfo ¶
type ParentGroupInfo struct { // ID - The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ID *string `json:"id,omitempty"` // Name - The name of the parent management group Name *string `json:"name,omitempty"` // DisplayName - The friendly name of the parent management group. DisplayName *string `json:"displayName,omitempty"` }
ParentGroupInfo (Optional) The ID of the parent management group.
type PatchManagementGroupRequest ¶
type PatchManagementGroupRequest struct { // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` // ParentGroupID - (Optional) The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 ParentGroupID *string `json:"parentGroupId,omitempty"` }
PatchManagementGroupRequest management group patch parameters.
type PathElement ¶
type PathElement struct { // Name - The name of the group. Name *string `json:"name,omitempty"` // DisplayName - The friendly name of the group. DisplayName *string `json:"displayName,omitempty"` }
PathElement a path element of a management group ancestors.
type Permissions ¶
type Permissions string
Permissions enumerates the values for permissions.
const ( // PermissionsDelete ... PermissionsDelete Permissions = "delete" // PermissionsEdit ... PermissionsEdit Permissions = "edit" // PermissionsNoaccess ... PermissionsNoaccess Permissions = "noaccess" // PermissionsView ... PermissionsView Permissions = "view" )
func PossiblePermissionsValues ¶
func PossiblePermissionsValues() []Permissions
PossiblePermissionsValues returns an array of possible values for the Permissions const type.
type Permissions1 ¶
type Permissions1 string
Permissions1 enumerates the values for permissions 1.
const ( // Permissions1Delete ... Permissions1Delete Permissions1 = "delete" // Permissions1Edit ... Permissions1Edit Permissions1 = "edit" // Permissions1Noaccess ... Permissions1Noaccess Permissions1 = "noaccess" // Permissions1View ... Permissions1View Permissions1 = "view" )
func PossiblePermissions1Values ¶
func PossiblePermissions1Values() []Permissions1
PossiblePermissions1Values returns an array of possible values for the Permissions1 const type.
type Properties ¶
type Properties struct { // TenantID - The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // DisplayName - The friendly name of the management group. DisplayName *string `json:"displayName,omitempty"` Details *Details `json:"details,omitempty"` // Children - The list of children. Children *[]ChildInfo `json:"children,omitempty"` // Path - The path from the root to the current group. Path *[]PathElement `json:"path,omitempty"` }
Properties the generic properties of a management group.
type Reason ¶
type Reason string
Reason enumerates the values for reason.
func PossibleReasonValues ¶
func PossibleReasonValues() []Reason
PossibleReasonValues returns an array of possible values for the Reason const type.
type Status ¶
type Status string
Status enumerates the values for status.
const ( // Cancelled ... Cancelled Status = "Cancelled" // Completed ... Completed Status = "Completed" // Failed ... Failed Status = "Failed" // NotStarted ... NotStarted Status = "NotStarted" // NotStartedButGroupsExist ... NotStartedButGroupsExist Status = "NotStartedButGroupsExist" // Started ... Started Status = "Started" )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
PossibleStatusValues returns an array of possible values for the Status const type.
type SubscriptionUnderManagementGroup ¶
type SubscriptionUnderManagementGroup struct { autorest.Response `json:"-"` // ID - READ-ONLY; The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001 ID *string `json:"id,omitempty"` // Type - READ-ONLY; The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions Type *string `json:"type,omitempty"` // Name - READ-ONLY; The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000 Name *string `json:"name,omitempty"` *SubscriptionUnderManagementGroupProperties `json:"properties,omitempty"` }
SubscriptionUnderManagementGroup the details of subscription under management group.
func (SubscriptionUnderManagementGroup) MarshalJSON ¶
func (sumg SubscriptionUnderManagementGroup) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for SubscriptionUnderManagementGroup.
func (*SubscriptionUnderManagementGroup) UnmarshalJSON ¶
func (sumg *SubscriptionUnderManagementGroup) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for SubscriptionUnderManagementGroup struct.
type SubscriptionUnderManagementGroupProperties ¶
type SubscriptionUnderManagementGroupProperties struct { // Tenant - The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000 Tenant *string `json:"tenant,omitempty"` // DisplayName - The friendly name of the subscription. DisplayName *string `json:"displayName,omitempty"` Parent *DescendantParentGroupInfo `json:"parent,omitempty"` // State - The state of the subscription. State *string `json:"state,omitempty"` }
SubscriptionUnderManagementGroupProperties the generic properties of subscription under a management group.
type SubscriptionsClient ¶
type SubscriptionsClient struct {
BaseClient
}
SubscriptionsClient is the the Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
func NewSubscriptionsClient ¶
func NewSubscriptionsClient() SubscriptionsClient
NewSubscriptionsClient creates an instance of the SubscriptionsClient client.
func NewSubscriptionsClientWithBaseURI ¶
func NewSubscriptionsClientWithBaseURI(baseURI string) SubscriptionsClient
NewSubscriptionsClientWithBaseURI creates an instance of the SubscriptionsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (SubscriptionsClient) Create ¶
func (client SubscriptionsClient) Create(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (result SubscriptionUnderManagementGroup, err error)
Create associates existing subscription with the management group. Parameters: groupID - management Group ID. subscriptionID - subscription ID. cacheControl - indicates that the request shouldn't utilize any caches.
func (SubscriptionsClient) CreatePreparer ¶
func (client SubscriptionsClient) CreatePreparer(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (*http.Request, error)
CreatePreparer prepares the Create request.
func (SubscriptionsClient) CreateResponder ¶
func (client SubscriptionsClient) CreateResponder(resp *http.Response) (result SubscriptionUnderManagementGroup, err error)
CreateResponder handles the response to the Create request. The method always closes the http.Response Body.
func (SubscriptionsClient) CreateSender ¶
CreateSender sends the Create request. The method will close the http.Response Body if it receives an error.
func (SubscriptionsClient) Delete ¶
func (client SubscriptionsClient) Delete(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (result autorest.Response, err error)
Delete de-associates subscription from the management group. Parameters: groupID - management Group ID. subscriptionID - subscription ID. cacheControl - indicates that the request shouldn't utilize any caches.
func (SubscriptionsClient) DeletePreparer ¶
func (client SubscriptionsClient) DeletePreparer(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (SubscriptionsClient) DeleteResponder ¶
func (client SubscriptionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (SubscriptionsClient) DeleteSender ¶
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (SubscriptionsClient) GetSubscription ¶
func (client SubscriptionsClient) GetSubscription(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (result SubscriptionUnderManagementGroup, err error)
GetSubscription retrieves details about given subscription which is associated with the management group. Parameters: groupID - management Group ID. subscriptionID - subscription ID. cacheControl - indicates that the request shouldn't utilize any caches.
func (SubscriptionsClient) GetSubscriptionPreparer ¶
func (client SubscriptionsClient) GetSubscriptionPreparer(ctx context.Context, groupID string, subscriptionID string, cacheControl string) (*http.Request, error)
GetSubscriptionPreparer prepares the GetSubscription request.
func (SubscriptionsClient) GetSubscriptionResponder ¶
func (client SubscriptionsClient) GetSubscriptionResponder(resp *http.Response) (result SubscriptionUnderManagementGroup, err error)
GetSubscriptionResponder handles the response to the GetSubscription request. The method always closes the http.Response Body.
func (SubscriptionsClient) GetSubscriptionSender ¶
GetSubscriptionSender sends the GetSubscription request. The method will close the http.Response Body if it receives an error.
func (SubscriptionsClient) GetSubscriptionsUnderManagementGroup ¶
func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroup(ctx context.Context, groupID string, skiptoken string) (result ListSubscriptionUnderManagementGroupPage, err error)
GetSubscriptionsUnderManagementGroup retrieves details about all subscriptions which are associated with the management group. Parameters: groupID - management Group ID. skiptoken - page continuation token is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.
func (SubscriptionsClient) GetSubscriptionsUnderManagementGroupComplete ¶
func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupComplete(ctx context.Context, groupID string, skiptoken string) (result ListSubscriptionUnderManagementGroupIterator, err error)
GetSubscriptionsUnderManagementGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (SubscriptionsClient) GetSubscriptionsUnderManagementGroupPreparer ¶
func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupPreparer(ctx context.Context, groupID string, skiptoken string) (*http.Request, error)
GetSubscriptionsUnderManagementGroupPreparer prepares the GetSubscriptionsUnderManagementGroup request.
func (SubscriptionsClient) GetSubscriptionsUnderManagementGroupResponder ¶
func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupResponder(resp *http.Response) (result ListSubscriptionUnderManagementGroup, err error)
GetSubscriptionsUnderManagementGroupResponder handles the response to the GetSubscriptionsUnderManagementGroup request. The method always closes the http.Response Body.
func (SubscriptionsClient) GetSubscriptionsUnderManagementGroupSender ¶
func (client SubscriptionsClient) GetSubscriptionsUnderManagementGroupSender(req *http.Request) (*http.Response, error)
GetSubscriptionsUnderManagementGroupSender sends the GetSubscriptionsUnderManagementGroup request. The method will close the http.Response Body if it receives an error.
type TenantBackfillStatusResult ¶
type TenantBackfillStatusResult struct { autorest.Response `json:"-"` // TenantID - READ-ONLY; The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 TenantID *string `json:"tenantId,omitempty"` // Status - READ-ONLY; The status of the Tenant Backfill. Possible values include: 'NotStarted', 'NotStartedButGroupsExist', 'Started', 'Failed', 'Cancelled', 'Completed' Status Status `json:"status,omitempty"` }
TenantBackfillStatusResult the tenant backfill status
func (TenantBackfillStatusResult) MarshalJSON ¶
func (tbsr TenantBackfillStatusResult) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TenantBackfillStatusResult.
type Type ¶
type Type string
Type enumerates the values for type.
const ( // MicrosoftManagementmanagementGroups ... MicrosoftManagementmanagementGroups Type = "Microsoft.Management/managementGroups" )
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
PossibleTypeValues returns an array of possible values for the Type const type.
type Type1 ¶
type Type1 string
Type1 enumerates the values for type 1.
func PossibleType1Values ¶
func PossibleType1Values() []Type1
PossibleType1Values returns an array of possible values for the Type1 const type.