organizations

package
v0.20231214.1160726 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: MPL-2.0 Imports: 11 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/resource-manager/newrelic/2022-07-01/organizations Documentation

The organizations SDK allows for interaction with the Azure Resource Manager Service newrelic (API Version 2022-07-01).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-sdk/resource-manager/newrelic/2022-07-01/organizations"

Client Initialization

client := organizations.NewOrganizationsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: OrganizationsClient.List

ctx := context.TODO()
id := organizations.NewSubscriptionID("12345678-1234-9876-4563-123456789012")

// alternatively `client.List(ctx, id, organizations.DefaultListOperationOptions())` can be used to do batched pagination
items, err := client.ListComplete(ctx, id, organizations.DefaultListOperationOptions())
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForBillingSource

func PossibleValuesForBillingSource() []string

Types

type BillingSource

type BillingSource string
const (
	BillingSourceAZURE    BillingSource = "AZURE"
	BillingSourceNEWRELIC BillingSource = "NEWRELIC"
)

func (*BillingSource) UnmarshalJSON

func (s *BillingSource) UnmarshalJSON(bytes []byte) error

type ListCompleteResult

type ListCompleteResult struct {
	Items []OrganizationResource
}

type ListOperationOptions

type ListOperationOptions struct {
	Location  *string
	UserEmail *string
}

func DefaultListOperationOptions

func DefaultListOperationOptions() ListOperationOptions

func (ListOperationOptions) ToHeaders

func (o ListOperationOptions) ToHeaders() *client.Headers

func (ListOperationOptions) ToOData

func (o ListOperationOptions) ToOData() *odata.Query

func (ListOperationOptions) ToQuery

type ListOperationResponse

type ListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]OrganizationResource
}

type OrganizationProperties

type OrganizationProperties struct {
	BillingSource    *BillingSource `json:"billingSource,omitempty"`
	OrganizationId   *string        `json:"organizationId,omitempty"`
	OrganizationName *string        `json:"organizationName,omitempty"`
}

type OrganizationResource

type OrganizationResource struct {
	Id         *string                 `json:"id,omitempty"`
	Name       *string                 `json:"name,omitempty"`
	Properties *OrganizationProperties `json:"properties,omitempty"`
	SystemData *systemdata.SystemData  `json:"systemData,omitempty"`
	Type       *string                 `json:"type,omitempty"`
}

type OrganizationResourceOperationPredicate

type OrganizationResourceOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (OrganizationResourceOperationPredicate) Matches

type OrganizationsClient

type OrganizationsClient struct {
	Client *resourcemanager.Client
}

func NewOrganizationsClientWithBaseURI

func NewOrganizationsClientWithBaseURI(sdkApi sdkEnv.Api) (*OrganizationsClient, error)

func (OrganizationsClient) List

List ...

func (OrganizationsClient) ListComplete

ListComplete retrieves all the results into a single object

func (OrganizationsClient) ListCompleteMatchingPredicate

func (c OrganizationsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, predicate OrganizationResourceOperationPredicate) (result ListCompleteResult, err error)

ListCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL