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 ValidateEnvironmentID(input interface{}, key string) (warnings []string, errors []error) + func ValidateUserID(input interface{}, key string) (warnings []string, errors []error) + type ArmTemplateParameterProperties struct + Name *string + Value *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *DtlEnvironment + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DtlEnvironment struct + Id *string + Location *string + Name *string + Properties EnvironmentProperties + Tags *map[string]string + Type *string + type DtlEnvironmentOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DtlEnvironmentOperationPredicate) Matches(input DtlEnvironment) bool + type EnvironmentDeploymentProperties struct + ArmTemplateId *string + Parameters *[]ArmTemplateParameterProperties + type EnvironmentId struct + EnvironmentName string + LabName string + ResourceGroupName string + SubscriptionId string + UserName string + func NewEnvironmentID(subscriptionId string, resourceGroupName string, labName string, ...) EnvironmentId + func ParseEnvironmentID(input string) (*EnvironmentId, error) + func ParseEnvironmentIDInsensitively(input string) (*EnvironmentId, error) + func (id *EnvironmentId) FromParseResult(input resourceids.ParseResult) error + func (id EnvironmentId) ID() string + func (id EnvironmentId) Segments() []resourceids.Segment + func (id EnvironmentId) String() string + type EnvironmentProperties struct + ArmTemplateDisplayName *string + CreatedByUser *string + DeploymentProperties *EnvironmentDeploymentProperties + ProvisioningState *string + ResourceGroupId *string + UniqueIdentifier *string + type EnvironmentsClient struct + Client *resourcemanager.Client + func NewEnvironmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*EnvironmentsClient, error) + func (c EnvironmentsClient) CreateOrUpdate(ctx context.Context, id EnvironmentId, input DtlEnvironment) (result CreateOrUpdateOperationResponse, err error) + func (c EnvironmentsClient) CreateOrUpdateThenPoll(ctx context.Context, id EnvironmentId, input DtlEnvironment) error + func (c EnvironmentsClient) Delete(ctx context.Context, id EnvironmentId) (result DeleteOperationResponse, err error) + func (c EnvironmentsClient) DeleteThenPoll(ctx context.Context, id EnvironmentId) error + func (c EnvironmentsClient) Get(ctx context.Context, id EnvironmentId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c EnvironmentsClient) List(ctx context.Context, id UserId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c EnvironmentsClient) ListComplete(ctx context.Context, id UserId, options ListOperationOptions) (ListCompleteResult, error) + func (c EnvironmentsClient) ListCompleteMatchingPredicate(ctx context.Context, id UserId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c EnvironmentsClient) Update(ctx context.Context, id EnvironmentId, input UpdateResource) (result UpdateOperationResponse, err error) + type GetOperationOptions struct + Expand *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *DtlEnvironment + OData *odata.OData + type ListCompleteResult struct + Items []DtlEnvironment + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Expand *string + Filter *string + Orderby *string + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]DtlEnvironment + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *DtlEnvironment + OData *odata.OData + type UpdateResource struct + Tags *map[string]string + type UserId struct + LabName string + ResourceGroupName string + SubscriptionId string + UserName string + func NewUserID(subscriptionId string, resourceGroupName string, labName string, ...) UserId + func ParseUserID(input string) (*UserId, error) + func ParseUserIDInsensitively(input string) (*UserId, error) + func (id *UserId) FromParseResult(input resourceids.ParseResult) error + func (id UserId) ID() string + func (id UserId) Segments() []resourceids.Segment + func (id UserId) String() string