Documentation ¶
Index ¶
- func PossibleValuesForAssetProvisioningState() []string
- func PossibleValuesForListViewType() []string
- func ValidateEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateRegistryEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateRegistryID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type AssetProvisioningState
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type EnvironmentContainer
- type EnvironmentContainerClient
- func (c EnvironmentContainerClient) CreateOrUpdate(ctx context.Context, id EnvironmentId, input EnvironmentContainerResource) (result CreateOrUpdateOperationResponse, err error)
- func (c EnvironmentContainerClient) Delete(ctx context.Context, id EnvironmentId) (result DeleteOperationResponse, err error)
- func (c EnvironmentContainerClient) Get(ctx context.Context, id EnvironmentId) (result GetOperationResponse, err error)
- func (c EnvironmentContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c EnvironmentContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
- func (c EnvironmentContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdate(ctx context.Context, id RegistryEnvironmentId, ...) (result RegistryEnvironmentContainersCreateOrUpdateOperationResponse, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdateThenPoll(ctx context.Context, id RegistryEnvironmentId, ...) error
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersDelete(ctx context.Context, id RegistryEnvironmentId) (result RegistryEnvironmentContainersDeleteOperationResponse, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersDeleteThenPoll(ctx context.Context, id RegistryEnvironmentId) error
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersGet(ctx context.Context, id RegistryEnvironmentId) (result RegistryEnvironmentContainersGetOperationResponse, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersList(ctx context.Context, id RegistryId, ...) (result RegistryEnvironmentContainersListOperationResponse, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersListComplete(ctx context.Context, id RegistryId, ...) (RegistryEnvironmentContainersListCompleteResult, error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate(ctx context.Context, id RegistryId, ...) (result RegistryEnvironmentContainersListCompleteResult, err error)
- type EnvironmentContainerResource
- type EnvironmentContainerResourceOperationPredicate
- type EnvironmentId
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type ListViewType
- type RegistryEnvironmentContainersCreateOrUpdateOperationResponse
- type RegistryEnvironmentContainersDeleteOperationResponse
- type RegistryEnvironmentContainersGetOperationResponse
- type RegistryEnvironmentContainersListCompleteResult
- type RegistryEnvironmentContainersListCustomPager
- type RegistryEnvironmentContainersListOperationOptions
- type RegistryEnvironmentContainersListOperationResponse
- type RegistryEnvironmentId
- type RegistryId
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAssetProvisioningState ¶
func PossibleValuesForAssetProvisioningState() []string
func PossibleValuesForListViewType ¶
func PossibleValuesForListViewType() []string
func ValidateEnvironmentID ¶
ValidateEnvironmentID checks that 'input' can be parsed as a Environment ID
func ValidateRegistryEnvironmentID ¶
func ValidateRegistryEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
ValidateRegistryEnvironmentID checks that 'input' can be parsed as a Registry Environment ID
func ValidateRegistryID ¶
ValidateRegistryID checks that 'input' can be parsed as a Registry ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type AssetProvisioningState ¶
type AssetProvisioningState string
const ( AssetProvisioningStateCanceled AssetProvisioningState = "Canceled" AssetProvisioningStateCreating AssetProvisioningState = "Creating" AssetProvisioningStateDeleting AssetProvisioningState = "Deleting" AssetProvisioningStateFailed AssetProvisioningState = "Failed" AssetProvisioningStateSucceeded AssetProvisioningState = "Succeeded" AssetProvisioningStateUpdating AssetProvisioningState = "Updating" )
func (*AssetProvisioningState) UnmarshalJSON ¶
func (s *AssetProvisioningState) UnmarshalJSON(bytes []byte) error
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentContainerResource }
type DeleteOperationResponse ¶
type EnvironmentContainer ¶
type EnvironmentContainer struct { Description *string `json:"description,omitempty"` IsArchived *bool `json:"isArchived,omitempty"` LatestVersion *string `json:"latestVersion,omitempty"` NextVersion *string `json:"nextVersion,omitempty"` Properties *map[string]string `json:"properties,omitempty"` ProvisioningState *AssetProvisioningState `json:"provisioningState,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type EnvironmentContainerClient ¶
type EnvironmentContainerClient struct {
Client *resourcemanager.Client
}
func NewEnvironmentContainerClientWithBaseURI ¶
func NewEnvironmentContainerClientWithBaseURI(sdkApi sdkEnv.Api) (*EnvironmentContainerClient, error)
func (EnvironmentContainerClient) CreateOrUpdate ¶
func (c EnvironmentContainerClient) CreateOrUpdate(ctx context.Context, id EnvironmentId, input EnvironmentContainerResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (EnvironmentContainerClient) Delete ¶
func (c EnvironmentContainerClient) Delete(ctx context.Context, id EnvironmentId) (result DeleteOperationResponse, err error)
Delete ...
func (EnvironmentContainerClient) Get ¶
func (c EnvironmentContainerClient) Get(ctx context.Context, id EnvironmentId) (result GetOperationResponse, err error)
Get ...
func (EnvironmentContainerClient) List ¶
func (c EnvironmentContainerClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (EnvironmentContainerClient) ListComplete ¶
func (c EnvironmentContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (EnvironmentContainerClient) ListCompleteMatchingPredicate ¶
func (c EnvironmentContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, predicate EnvironmentContainerResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdate ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdate(ctx context.Context, id RegistryEnvironmentId, input EnvironmentContainerResource) (result RegistryEnvironmentContainersCreateOrUpdateOperationResponse, err error)
RegistryEnvironmentContainersCreateOrUpdate ...
func (EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdateThenPoll ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersCreateOrUpdateThenPoll(ctx context.Context, id RegistryEnvironmentId, input EnvironmentContainerResource) error
RegistryEnvironmentContainersCreateOrUpdateThenPoll performs RegistryEnvironmentContainersCreateOrUpdate then polls until it's completed
func (EnvironmentContainerClient) RegistryEnvironmentContainersDelete ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersDelete(ctx context.Context, id RegistryEnvironmentId) (result RegistryEnvironmentContainersDeleteOperationResponse, err error)
RegistryEnvironmentContainersDelete ...
func (EnvironmentContainerClient) RegistryEnvironmentContainersDeleteThenPoll ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersDeleteThenPoll(ctx context.Context, id RegistryEnvironmentId) error
RegistryEnvironmentContainersDeleteThenPoll performs RegistryEnvironmentContainersDelete then polls until it's completed
func (EnvironmentContainerClient) RegistryEnvironmentContainersGet ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersGet(ctx context.Context, id RegistryEnvironmentId) (result RegistryEnvironmentContainersGetOperationResponse, err error)
RegistryEnvironmentContainersGet ...
func (EnvironmentContainerClient) RegistryEnvironmentContainersList ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersList(ctx context.Context, id RegistryId, options RegistryEnvironmentContainersListOperationOptions) (result RegistryEnvironmentContainersListOperationResponse, err error)
RegistryEnvironmentContainersList ...
func (EnvironmentContainerClient) RegistryEnvironmentContainersListComplete ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersListComplete(ctx context.Context, id RegistryId, options RegistryEnvironmentContainersListOperationOptions) (RegistryEnvironmentContainersListCompleteResult, error)
RegistryEnvironmentContainersListComplete retrieves all the results into a single object
func (EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate(ctx context.Context, id RegistryId, options RegistryEnvironmentContainersListOperationOptions, predicate EnvironmentContainerResourceOperationPredicate) (result RegistryEnvironmentContainersListCompleteResult, err error)
RegistryEnvironmentContainersListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type EnvironmentContainerResource ¶
type EnvironmentContainerResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties EnvironmentContainer `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type EnvironmentContainerResourceOperationPredicate ¶
func (EnvironmentContainerResourceOperationPredicate) Matches ¶
func (p EnvironmentContainerResourceOperationPredicate) Matches(input EnvironmentContainerResource) bool
type EnvironmentId ¶
type EnvironmentId struct { SubscriptionId string ResourceGroupName string WorkspaceName string EnvironmentName string }
EnvironmentId is a struct representing the Resource ID for a Environment
func NewEnvironmentID ¶
func NewEnvironmentID(subscriptionId string, resourceGroupName string, workspaceName string, environmentName string) EnvironmentId
NewEnvironmentID returns a new EnvironmentId struct
func ParseEnvironmentID ¶
func ParseEnvironmentID(input string) (*EnvironmentId, error)
ParseEnvironmentID parses 'input' into a EnvironmentId
func ParseEnvironmentIDInsensitively ¶
func ParseEnvironmentIDInsensitively(input string) (*EnvironmentId, error)
ParseEnvironmentIDInsensitively parses 'input' case-insensitively into a EnvironmentId note: this method should only be used for API response data and not user input
func (*EnvironmentId) FromParseResult ¶
func (id *EnvironmentId) FromParseResult(input resourceids.ParseResult) error
func (EnvironmentId) ID ¶
func (id EnvironmentId) ID() string
ID returns the formatted Environment ID
func (EnvironmentId) Segments ¶
func (id EnvironmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Environment ID
func (EnvironmentId) String ¶
func (id EnvironmentId) String() string
String returns a human-readable description of this Environment ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentContainerResource }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []EnvironmentContainerResource }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationOptions ¶
type ListOperationOptions struct { ListViewType *ListViewType Skip *string }
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
func (ListOperationOptions) ToHeaders ¶
func (o ListOperationOptions) ToHeaders() *client.Headers
func (ListOperationOptions) ToOData ¶
func (o ListOperationOptions) ToOData() *odata.Query
func (ListOperationOptions) ToQuery ¶
func (o ListOperationOptions) ToQuery() *client.QueryParams
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]EnvironmentContainerResource }
type ListViewType ¶
type ListViewType string
const ( ListViewTypeActiveOnly ListViewType = "ActiveOnly" ListViewTypeAll ListViewType = "All" ListViewTypeArchivedOnly ListViewType = "ArchivedOnly" )
func (*ListViewType) UnmarshalJSON ¶
func (s *ListViewType) UnmarshalJSON(bytes []byte) error
type RegistryEnvironmentContainersGetOperationResponse ¶
type RegistryEnvironmentContainersGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentContainerResource }
type RegistryEnvironmentContainersListCompleteResult ¶
type RegistryEnvironmentContainersListCompleteResult struct { LatestHttpResponse *http.Response Items []EnvironmentContainerResource }
type RegistryEnvironmentContainersListCustomPager ¶ added in v0.20240628.1153531
func (*RegistryEnvironmentContainersListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *RegistryEnvironmentContainersListCustomPager) NextPageLink() *odata.Link
type RegistryEnvironmentContainersListOperationOptions ¶
type RegistryEnvironmentContainersListOperationOptions struct { ListViewType *ListViewType Skip *string }
func DefaultRegistryEnvironmentContainersListOperationOptions ¶
func DefaultRegistryEnvironmentContainersListOperationOptions() RegistryEnvironmentContainersListOperationOptions
func (RegistryEnvironmentContainersListOperationOptions) ToHeaders ¶
func (o RegistryEnvironmentContainersListOperationOptions) ToHeaders() *client.Headers
func (RegistryEnvironmentContainersListOperationOptions) ToOData ¶
func (o RegistryEnvironmentContainersListOperationOptions) ToOData() *odata.Query
func (RegistryEnvironmentContainersListOperationOptions) ToQuery ¶
func (o RegistryEnvironmentContainersListOperationOptions) ToQuery() *client.QueryParams
type RegistryEnvironmentContainersListOperationResponse ¶
type RegistryEnvironmentContainersListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]EnvironmentContainerResource }
type RegistryEnvironmentId ¶
type RegistryEnvironmentId struct { SubscriptionId string ResourceGroupName string RegistryName string EnvironmentName string }
RegistryEnvironmentId is a struct representing the Resource ID for a Registry Environment
func NewRegistryEnvironmentID ¶
func NewRegistryEnvironmentID(subscriptionId string, resourceGroupName string, registryName string, environmentName string) RegistryEnvironmentId
NewRegistryEnvironmentID returns a new RegistryEnvironmentId struct
func ParseRegistryEnvironmentID ¶
func ParseRegistryEnvironmentID(input string) (*RegistryEnvironmentId, error)
ParseRegistryEnvironmentID parses 'input' into a RegistryEnvironmentId
func ParseRegistryEnvironmentIDInsensitively ¶
func ParseRegistryEnvironmentIDInsensitively(input string) (*RegistryEnvironmentId, error)
ParseRegistryEnvironmentIDInsensitively parses 'input' case-insensitively into a RegistryEnvironmentId note: this method should only be used for API response data and not user input
func (*RegistryEnvironmentId) FromParseResult ¶
func (id *RegistryEnvironmentId) FromParseResult(input resourceids.ParseResult) error
func (RegistryEnvironmentId) ID ¶
func (id RegistryEnvironmentId) ID() string
ID returns the formatted Registry Environment ID
func (RegistryEnvironmentId) Segments ¶
func (id RegistryEnvironmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Registry Environment ID
func (RegistryEnvironmentId) String ¶
func (id RegistryEnvironmentId) String() string
String returns a human-readable description of this Registry Environment ID
type RegistryId ¶
RegistryId is a struct representing the Resource ID for a Registry
func NewRegistryID ¶
func NewRegistryID(subscriptionId string, resourceGroupName string, registryName string) RegistryId
NewRegistryID returns a new RegistryId struct
func ParseRegistryID ¶
func ParseRegistryID(input string) (*RegistryId, error)
ParseRegistryID parses 'input' into a RegistryId
func ParseRegistryIDInsensitively ¶
func ParseRegistryIDInsensitively(input string) (*RegistryId, error)
ParseRegistryIDInsensitively parses 'input' case-insensitively into a RegistryId note: this method should only be used for API response data and not user input
func (*RegistryId) FromParseResult ¶
func (id *RegistryId) FromParseResult(input resourceids.ParseResult) error
func (RegistryId) Segments ¶
func (id RegistryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Registry ID
func (RegistryId) String ¶
func (id RegistryId) String() string
String returns a human-readable description of this Registry ID
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (*WorkspaceId) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID
Source Files ¶
- client.go
- constants.go
- id_environment.go
- id_registry.go
- id_registryenvironment.go
- id_workspace.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- method_registryenvironmentcontainerscreateorupdate.go
- method_registryenvironmentcontainersdelete.go
- method_registryenvironmentcontainersget.go
- method_registryenvironmentcontainerslist.go
- model_environmentcontainer.go
- model_environmentcontainerresource.go
- predicates.go
- version.go