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 PossibleValuesForResourceNameStatus() []string + func PossibleValuesForTenantCategory() []string + type CheckResourceNameOperationResponse struct + HttpResponse *http.Response + Model *CheckResourceNameResult + OData *odata.OData + type CheckResourceNameResult struct + Name *string + Status *ResourceNameStatus + Type *string + type ListCompleteResult struct + Items []TenantIdDescription + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]TenantIdDescription + OData *odata.OData + type ResourceName struct + Name string + Type string + type ResourceNameStatus string + const ResourceNameStatusAllowed + const ResourceNameStatusReserved + func (s *ResourceNameStatus) UnmarshalJSON(bytes []byte) error + type TenantCategory string + const TenantCategoryHome + const TenantCategoryManagedBy + const TenantCategoryProjectedBy + func (s *TenantCategory) UnmarshalJSON(bytes []byte) error + type TenantIdDescription struct + Country *string + CountryCode *string + DefaultDomain *string + DisplayName *string + Domains *[]string + Id *string + TenantBrandingLogoURL *string + TenantCategory *TenantCategory + TenantId *string + TenantType *string + type TenantIdDescriptionOperationPredicate struct + Country *string + CountryCode *string + DefaultDomain *string + DisplayName *string + Id *string + TenantBrandingLogoURL *string + TenantId *string + TenantType *string + func (p TenantIdDescriptionOperationPredicate) Matches(input TenantIdDescription) bool + type TenantsClient struct + Client *resourcemanager.Client + func NewTenantsClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantsClient, error) + func (c TenantsClient) CheckResourceName(ctx context.Context, input ResourceName) (result CheckResourceNameOperationResponse, err error) + func (c TenantsClient) List(ctx context.Context) (result ListOperationResponse, err error) + func (c TenantsClient) ListComplete(ctx context.Context) (ListCompleteResult, error) + func (c TenantsClient) ListCompleteMatchingPredicate(ctx context.Context, predicate TenantIdDescriptionOperationPredicate) (result ListCompleteResult, err error)