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 ValidateDevCenterID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DevCenter + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DevCenter struct + Id *string + Identity *identity.SystemAndUserAssignedMap + Location string + Name *string + Properties *DevCenterProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type DevCenterId struct + DevCenterName string + ResourceGroupName string + SubscriptionId string + func NewDevCenterID(subscriptionId string, resourceGroupName string, devCenterName string) DevCenterId + func ParseDevCenterID(input string) (*DevCenterId, error) + func ParseDevCenterIDInsensitively(input string) (*DevCenterId, error) + func (id *DevCenterId) FromParseResult(input resourceids.ParseResult) error + func (id DevCenterId) ID() string + func (id DevCenterId) Segments() []resourceids.Segment + func (id DevCenterId) String() string + type DevCenterOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DevCenterOperationPredicate) Matches(input DevCenter) bool + type DevCenterProperties struct + DevCenterUri *string + ProvisioningState *ProvisioningState + func (s DevCenterProperties) MarshalJSON() ([]byte, error) + type DevCenterUpdate struct + Identity *identity.SystemAndUserAssignedMap + Location *string + Tags *map[string]string + type DevCentersClient struct + Client *resourcemanager.Client + func NewDevCentersClientWithBaseURI(sdkApi sdkEnv.Api) (*DevCentersClient, error) + func (c DevCentersClient) CreateOrUpdate(ctx context.Context, id DevCenterId, input DevCenter) (result CreateOrUpdateOperationResponse, err error) + func (c DevCentersClient) CreateOrUpdateThenPoll(ctx context.Context, id DevCenterId, input DevCenter) error + func (c DevCentersClient) Delete(ctx context.Context, id DevCenterId) (result DeleteOperationResponse, err error) + func (c DevCentersClient) DeleteThenPoll(ctx context.Context, id DevCenterId) error + func (c DevCentersClient) Get(ctx context.Context, id DevCenterId) (result GetOperationResponse, err error) + func (c DevCentersClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupOperationResponse, err error) + func (c DevCentersClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error) + func (c DevCentersClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c DevCentersClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionOperationResponse, err error) + func (c DevCentersClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId, ...) (ListBySubscriptionCompleteResult, error) + func (c DevCentersClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c DevCentersClient) Update(ctx context.Context, id DevCenterId, input DevCenterUpdate) (result UpdateOperationResponse, err error) + func (c DevCentersClient) UpdateThenPoll(ctx context.Context, id DevCenterId, input DevCenterUpdate) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *DevCenter + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []DevCenter + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationOptions struct + Top *int64 + func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions + func (o ListByResourceGroupOperationOptions) ToHeaders() *client.Headers + func (o ListByResourceGroupOperationOptions) ToOData() *odata.Query + func (o ListByResourceGroupOperationOptions) ToQuery() *client.QueryParams + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]DevCenter + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []DevCenter + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationOptions struct + Top *int64 + func DefaultListBySubscriptionOperationOptions() ListBySubscriptionOperationOptions + func (o ListBySubscriptionOperationOptions) ToHeaders() *client.Headers + func (o ListBySubscriptionOperationOptions) ToOData() *odata.Query + func (o ListBySubscriptionOperationOptions) ToQuery() *client.QueryParams + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]DevCenter + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMovingResources + const ProvisioningStateNotSpecified + const ProvisioningStateRolloutInProgress + const ProvisioningStateRunning + const ProvisioningStateStorageProvisioningFailed + const ProvisioningStateSucceeded + const ProvisioningStateTransientFailure + const ProvisioningStateUpdated + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *DevCenter + OData *odata.OData + Poller pollers.Poller