Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForBillingType() []string + func PossibleValuesForLocation() []string + func PossibleValuesForSkuName() []string + func PossibleValuesForSkuTier() []string + func ValidateB2CDirectoryID(input interface{}, key string) (warnings []string, errors []error) + type B2CDirectoryId struct + DirectoryName string + ResourceGroup string + SubscriptionId string + func NewB2CDirectoryID(subscriptionId string, resourceGroup string, directoryName string) B2CDirectoryId + func ParseB2CDirectoryID(input string) (*B2CDirectoryId, error) + func ParseB2CDirectoryIDInsensitively(input string) (*B2CDirectoryId, error) + func (id *B2CDirectoryId) FromParseResult(input resourceids.ParseResult) error + func (id B2CDirectoryId) ID() string + func (id B2CDirectoryId) Segments() []resourceids.Segment + func (id B2CDirectoryId) String() string + type BillingConfig struct + BillingType *BillingType + EffectiveStartDateUtc *string + type BillingType string + const BillingTypeAuths + const BillingTypeMonthlyActiveUsers + func (s *BillingType) UnmarshalJSON(bytes []byte) error + type CheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResult + OData *odata.OData + type CheckNameAvailabilityRequest struct + CountryCode *string + Name *string + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason *string + type CreateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type CreateTenant struct + Location Location + Properties TenantPropertiesForCreate + Sku Sku + Tags *map[string]string + type CreateTenantProperties struct + CountryCode string + DisplayName string + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Tenant + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []Tenant + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Tenant + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []Tenant + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]Tenant + OData *odata.OData + type Location string + const LocationAsiaPacific + const LocationAustralia + const LocationEurope + const LocationGlobal + const LocationUnitedStates + func (s *Location) UnmarshalJSON(bytes []byte) error + type Sku struct + Name SkuName + Tier SkuTier + type SkuName string + const SkuNamePremiumP1 + const SkuNamePremiumP2 + const SkuNameStandard + func (s *SkuName) UnmarshalJSON(bytes []byte) error + type SkuTier string + const SkuTierA0 + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type Tenant struct + Id *string + Location *Location + Name *string + Properties *TenantProperties + Sku *Sku + Tags *map[string]string + Type *string + type TenantOperationPredicate struct + Id *string + Name *string + Type *string + func (p TenantOperationPredicate) Matches(input Tenant) bool + type TenantProperties struct + BillingConfig *BillingConfig + CountryCode *string + DisplayName *string + TenantId *string + type TenantPropertiesForCreate struct + CreateTenantProperties CreateTenantProperties + type TenantsClient struct + Client *resourcemanager.Client + func NewTenantsClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantsClient, error) + func (c TenantsClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, ...) (result CheckNameAvailabilityOperationResponse, err error) + func (c TenantsClient) Create(ctx context.Context, id B2CDirectoryId, input CreateTenant) (result CreateOperationResponse, err error) + func (c TenantsClient) CreateThenPoll(ctx context.Context, id B2CDirectoryId, input CreateTenant) error + func (c TenantsClient) Delete(ctx context.Context, id B2CDirectoryId) (result DeleteOperationResponse, err error) + func (c TenantsClient) DeleteThenPoll(ctx context.Context, id B2CDirectoryId) error + func (c TenantsClient) Get(ctx context.Context, id B2CDirectoryId) (result GetOperationResponse, err error) + func (c TenantsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c TenantsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c TenantsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c TenantsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c TenantsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c TenantsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c TenantsClient) Update(ctx context.Context, id B2CDirectoryId, input UpdateTenant) (result UpdateOperationResponse, err error) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Tenant + OData *odata.OData + type UpdateTenant struct + Properties UpdateTenantProperties + Sku Sku + Tags *map[string]string + type UpdateTenantProperties struct + BillingConfig *BillingConfig