B2CTenantsClientAPI contains the set of methods on the B2CTenantsClient type.
type B2CTenantsClientAPI interface { CheckNameAvailability(ctx context.Context, checkNameAvailabilityRequestBody *azureadexternalidentities.CheckNameAvailabilityRequestBody) (result azureadexternalidentities.NameAvailabilityResponse, err error) Create(ctx context.Context, resourceGroupName string, resourceName string, createTenantRequestBody *azureadexternalidentities.CreateTenantRequestBody) (result azureadexternalidentities.B2CTenantsCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result azureadexternalidentities.B2CTenantsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, resourceName string) (result azureadexternalidentities.B2CTenantResource, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result azureadexternalidentities.B2CTenantResourceList, err error) ListBySubscription(ctx context.Context) (result azureadexternalidentities.B2CTenantResourceList, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, updateTenantRequestBody *azureadexternalidentities.B2CTenantUpdateRequest) (result azureadexternalidentities.B2CTenantResource, err error) }
GuestUsagesClientAPI contains the set of methods on the GuestUsagesClient type.
type GuestUsagesClientAPI interface { Create(ctx context.Context, resourceGroupName string, resourceName string, resource *azureadexternalidentities.GuestUsagesResource) (result azureadexternalidentities.GuestUsagesResource, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, resourceName string) (result azureadexternalidentities.GuestUsagesResource, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result azureadexternalidentities.GuestUsagesResourceList, err error) ListBySubscription(ctx context.Context) (result azureadexternalidentities.GuestUsagesResourceList, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, resourcePatch *azureadexternalidentities.GuestUsagesResourcePatch) (result azureadexternalidentities.GuestUsagesResource, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type OperationsClientAPI interface { List(ctx context.Context) (result azureadexternalidentities.AvailableOperations, err error) }