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) (resp 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, ...) (resp 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, ...) (resp RegistryEnvironmentContainersListOperationResponse, err error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersListComplete(ctx context.Context, id RegistryId, ...) (RegistryEnvironmentContainersListCompleteResult, error)
- func (c EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate(ctx context.Context, id RegistryId, ...) (resp RegistryEnvironmentContainersListCompleteResult, err error)
- type EnvironmentContainerResource
- type EnvironmentContainerResourceOperationPredicate
- type EnvironmentId
- type GetOperationResponse
- type ListCompleteResult
- type ListOperationOptions
- type ListOperationResponse
- type ListViewType
- type RegistryEnvironmentContainersCreateOrUpdateOperationResponse
- type RegistryEnvironmentContainersDeleteOperationResponse
- type RegistryEnvironmentContainersGetOperationResponse
- type RegistryEnvironmentContainersListCompleteResult
- 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" )
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response 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 autorest.Client // contains filtered or unexported fields }
func NewEnvironmentContainerClientWithBaseURI ¶
func NewEnvironmentContainerClientWithBaseURI(endpoint string) EnvironmentContainerClient
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) (resp ListOperationResponse, err error)
List ...
func (EnvironmentContainerClient) ListComplete ¶
func (c EnvironmentContainerClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all of the results into a single object
func (EnvironmentContainerClient) ListCompleteMatchingPredicate ¶
func (c EnvironmentContainerClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, predicate EnvironmentContainerResourceOperationPredicate) (resp ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all of the results and then applied 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) (resp RegistryEnvironmentContainersListOperationResponse, err error)
RegistryEnvironmentContainersList ...
func (EnvironmentContainerClient) RegistryEnvironmentContainersListComplete ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersListComplete(ctx context.Context, id RegistryId, options RegistryEnvironmentContainersListOperationOptions) (RegistryEnvironmentContainersListCompleteResult, error)
RegistryEnvironmentContainersListComplete retrieves all of the results into a single object
func (EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate ¶
func (c EnvironmentContainerClient) RegistryEnvironmentContainersListCompleteMatchingPredicate(ctx context.Context, id RegistryId, options RegistryEnvironmentContainersListOperationOptions, predicate EnvironmentContainerResourceOperationPredicate) (resp RegistryEnvironmentContainersListCompleteResult, err error)
RegistryEnvironmentContainersListCompleteMatchingPredicate retrieves all of the results and then applied 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) 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 Model *EnvironmentContainerResource }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []EnvironmentContainerResource
}
type ListOperationOptions ¶
type ListOperationOptions struct { ListViewType *ListViewType Skip *string }
func DefaultListOperationOptions ¶
func DefaultListOperationOptions() ListOperationOptions
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response Model *[]EnvironmentContainerResource // contains filtered or unexported fields }
func (ListOperationResponse) HasMore ¶
func (r ListOperationResponse) HasMore() bool
func (ListOperationResponse) LoadMore ¶
func (r ListOperationResponse) LoadMore(ctx context.Context) (resp ListOperationResponse, err error)
type ListViewType ¶
type ListViewType string
const ( ListViewTypeActiveOnly ListViewType = "ActiveOnly" ListViewTypeAll ListViewType = "All" ListViewTypeArchivedOnly ListViewType = "ArchivedOnly" )
type RegistryEnvironmentContainersCreateOrUpdateOperationResponse ¶
type RegistryEnvironmentContainersCreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type RegistryEnvironmentContainersDeleteOperationResponse ¶
type RegistryEnvironmentContainersDeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type RegistryEnvironmentContainersGetOperationResponse ¶
type RegistryEnvironmentContainersGetOperationResponse struct { HttpResponse *http.Response Model *EnvironmentContainerResource }
type RegistryEnvironmentContainersListCompleteResult ¶
type RegistryEnvironmentContainersListCompleteResult struct {
Items []EnvironmentContainerResource
}
type RegistryEnvironmentContainersListOperationOptions ¶
type RegistryEnvironmentContainersListOperationOptions struct { ListViewType *ListViewType Skip *string }
func DefaultRegistryEnvironmentContainersListOperationOptions ¶
func DefaultRegistryEnvironmentContainersListOperationOptions() RegistryEnvironmentContainersListOperationOptions
type RegistryEnvironmentContainersListOperationResponse ¶
type RegistryEnvironmentContainersListOperationResponse struct { HttpResponse *http.Response Model *[]EnvironmentContainerResource // contains filtered or unexported fields }
func (RegistryEnvironmentContainersListOperationResponse) HasMore ¶
func (r RegistryEnvironmentContainersListOperationResponse) HasMore() bool
func (RegistryEnvironmentContainersListOperationResponse) LoadMore ¶
func (r RegistryEnvironmentContainersListOperationResponse) LoadMore(ctx context.Context) (resp RegistryEnvironmentContainersListOperationResponse, err error)
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) 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) 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) 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_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_list_autorest.go
- method_registryenvironmentcontainerscreateorupdate_autorest.go
- method_registryenvironmentcontainersdelete_autorest.go
- method_registryenvironmentcontainersget_autorest.go
- method_registryenvironmentcontainerslist_autorest.go
- model_environmentcontainer.go
- model_environmentcontainerresource.go
- predicates.go
- version.go