Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForStatus ¶
func PossibleValuesForStatus() []string
Types ¶
type StartTenantBackfillOperationResponse ¶
type StartTenantBackfillOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TenantBackfillStatusResult }
type StatusOperationResponse ¶
type StatusOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TenantBackfillStatusResult }
type TenantBackfillClient ¶
type TenantBackfillClient struct {
Client *resourcemanager.Client
}
func NewTenantBackfillClientWithBaseURI ¶
func NewTenantBackfillClientWithBaseURI(sdkApi sdkEnv.Api) (*TenantBackfillClient, error)
func (TenantBackfillClient) StartTenantBackfill ¶
func (c TenantBackfillClient) StartTenantBackfill(ctx context.Context) (result StartTenantBackfillOperationResponse, err error)
StartTenantBackfill ...
func (TenantBackfillClient) Status ¶
func (c TenantBackfillClient) Status(ctx context.Context) (result StatusOperationResponse, err error)
Status ...
Click to show internal directories.
Click to hide internal directories.