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 ValidateResourcePoolID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *ResourcePool + OData *odata.OData + Poller pollers.Poller + type DeleteOperationOptions struct + Force *bool + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type ExtendedLocation struct + Name *string + Type *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *ResourcePool + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []ResourcePool + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ResourcePool + OData *odata.OData + type ListCompleteResult struct + Items []ResourcePool + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ResourcePool + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateProvisioning + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ResourcePatch struct + Tags *map[string]string + type ResourcePool struct + ExtendedLocation *ExtendedLocation + Id *string + Kind *string + Location string + Name *string + Properties ResourcePoolProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ResourcePoolId struct + ResourceGroupName string + ResourcePoolName string + SubscriptionId string + func NewResourcePoolID(subscriptionId string, resourceGroupName string, resourcePoolName string) ResourcePoolId + func ParseResourcePoolID(input string) (*ResourcePoolId, error) + func ParseResourcePoolIDInsensitively(input string) (*ResourcePoolId, error) + func (id *ResourcePoolId) FromParseResult(input resourceids.ParseResult) error + func (id ResourcePoolId) ID() string + func (id ResourcePoolId) Segments() []resourceids.Segment + func (id ResourcePoolId) String() string + type ResourcePoolOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p ResourcePoolOperationPredicate) Matches(input ResourcePool) bool + type ResourcePoolProperties struct + CpuCapacityMHz *int64 + CpuLimitMHz *int64 + CpuOverallUsageMHz *int64 + CpuReservationMHz *int64 + CpuSharesLevel *string + CustomResourceName *string + DatastoreIds *[]string + InventoryItemId *string + MemCapacityGB *int64 + MemLimitMB *int64 + MemOverallUsageGB *int64 + MemReservationMB *int64 + MemSharesLevel *string + MoName *string + MoRefId *string + NetworkIds *[]string + ProvisioningState *ProvisioningState + Statuses *[]ResourceStatus + Uuid *string + VCenterId *string + type ResourcePoolsClient struct + Client *resourcemanager.Client + func NewResourcePoolsClientWithBaseURI(sdkApi sdkEnv.Api) (*ResourcePoolsClient, error) + func (c ResourcePoolsClient) Create(ctx context.Context, id ResourcePoolId, input ResourcePool) (result CreateOperationResponse, err error) + func (c ResourcePoolsClient) CreateThenPoll(ctx context.Context, id ResourcePoolId, input ResourcePool) error + func (c ResourcePoolsClient) Delete(ctx context.Context, id ResourcePoolId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ResourcePoolsClient) DeleteThenPoll(ctx context.Context, id ResourcePoolId, options DeleteOperationOptions) error + func (c ResourcePoolsClient) Get(ctx context.Context, id ResourcePoolId) (result GetOperationResponse, err error) + func (c ResourcePoolsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ResourcePoolsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ResourcePoolsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c ResourcePoolsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ResourcePoolsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ResourcePoolsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c ResourcePoolsClient) Update(ctx context.Context, id ResourcePoolId, input ResourcePatch) (result UpdateOperationResponse, err error) + type ResourceStatus struct + LastUpdatedAt *string + Message *string + Reason *string + Severity *string + Status *string + Type *string + func (o *ResourceStatus) GetLastUpdatedAtAsTime() (*time.Time, error) + func (o *ResourceStatus) SetLastUpdatedAtAsTime(input time.Time) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ResourcePool + OData *odata.OData