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 PossibleValuesForProvisioningState() []string + func ValidateProjectID(input interface{}, key string) (warnings []string, errors []error) + func ValidateStorageMoverID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Project + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Project + OData *odata.OData + type ListCompleteResult struct + Items []Project + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Project + OData *odata.OData + type Project struct + Id *string + Name *string + Properties *ProjectProperties + SystemData *systemdata.SystemData + Type *string + type ProjectId struct + ProjectName string + ResourceGroupName string + StorageMoverName string + SubscriptionId string + func NewProjectID(subscriptionId string, resourceGroupName string, storageMoverName string, ...) ProjectId + func ParseProjectID(input string) (*ProjectId, error) + func ParseProjectIDInsensitively(input string) (*ProjectId, error) + func (id *ProjectId) FromParseResult(input resourceids.ParseResult) error + func (id ProjectId) ID() string + func (id ProjectId) Segments() []resourceids.Segment + func (id ProjectId) String() string + type ProjectOperationPredicate struct + Id *string + Name *string + Type *string + func (p ProjectOperationPredicate) Matches(input Project) bool + type ProjectProperties struct + Description *string + ProvisioningState *ProvisioningState + type ProjectUpdateParameters struct + Properties *ProjectUpdateProperties + type ProjectUpdateProperties struct + Description *string + type ProjectsClient struct + Client *resourcemanager.Client + func NewProjectsClientWithBaseURI(sdkApi sdkEnv.Api) (*ProjectsClient, error) + func (c ProjectsClient) CreateOrUpdate(ctx context.Context, id ProjectId, input Project) (result CreateOrUpdateOperationResponse, err error) + func (c ProjectsClient) Delete(ctx context.Context, id ProjectId) (result DeleteOperationResponse, err error) + func (c ProjectsClient) DeleteThenPoll(ctx context.Context, id ProjectId) error + func (c ProjectsClient) Get(ctx context.Context, id ProjectId) (result GetOperationResponse, err error) + func (c ProjectsClient) List(ctx context.Context, id StorageMoverId) (result ListOperationResponse, err error) + func (c ProjectsClient) ListComplete(ctx context.Context, id StorageMoverId) (ListCompleteResult, error) + func (c ProjectsClient) ListCompleteMatchingPredicate(ctx context.Context, id StorageMoverId, predicate ProjectOperationPredicate) (result ListCompleteResult, err error) + func (c ProjectsClient) Update(ctx context.Context, id ProjectId, input ProjectUpdateParameters) (result UpdateOperationResponse, err error) + type ProvisioningState string + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type StorageMoverId struct + ResourceGroupName string + StorageMoverName string + SubscriptionId string + func NewStorageMoverID(subscriptionId string, resourceGroupName string, storageMoverName string) StorageMoverId + func ParseStorageMoverID(input string) (*StorageMoverId, error) + func ParseStorageMoverIDInsensitively(input string) (*StorageMoverId, error) + func (id *StorageMoverId) FromParseResult(input resourceids.ParseResult) error + func (id StorageMoverId) ID() string + func (id StorageMoverId) Segments() []resourceids.Segment + func (id StorageMoverId) String() string + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Project + OData *odata.OData