Documentation ¶
Index ¶
- func PossibleValuesForAssetProvisioningState() []string
- func PossibleValuesForAutoRebuildSetting() []string
- func PossibleValuesForEnvironmentType() []string
- func PossibleValuesForListViewType() []string
- func PossibleValuesForOperatingSystemType() []string
- func ValidateEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateEnvironmentVersionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateRegistryEnvironmentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateRegistryEnvironmentVersionID(input interface{}, key string) (warnings []string, errors []error)
- type AssetProvisioningState
- type AutoRebuildSetting
- type BuildContext
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type DestinationAsset
- type EnvironmentId
- type EnvironmentType
- type EnvironmentVersion
- type EnvironmentVersionClient
- func (c EnvironmentVersionClient) CreateOrUpdate(ctx context.Context, id EnvironmentVersionId, input EnvironmentVersionResource) (result CreateOrUpdateOperationResponse, err error)
- func (c EnvironmentVersionClient) Delete(ctx context.Context, id EnvironmentVersionId) (result DeleteOperationResponse, err error)
- func (c EnvironmentVersionClient) Get(ctx context.Context, id EnvironmentVersionId) (result GetOperationResponse, err error)
- func (c EnvironmentVersionClient) List(ctx context.Context, id EnvironmentId, options ListOperationOptions) (result ListOperationResponse, err error)
- func (c EnvironmentVersionClient) ListComplete(ctx context.Context, id EnvironmentId, options ListOperationOptions) (ListCompleteResult, error)
- func (c EnvironmentVersionClient) ListCompleteMatchingPredicate(ctx context.Context, id EnvironmentId, options ListOperationOptions, ...) (result ListCompleteResult, err error)
- func (c EnvironmentVersionClient) Publish(ctx context.Context, id EnvironmentVersionId, input DestinationAsset) (result PublishOperationResponse, err error)
- func (c EnvironmentVersionClient) PublishThenPoll(ctx context.Context, id EnvironmentVersionId, input DestinationAsset) error
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdate(ctx context.Context, id RegistryEnvironmentVersionId, ...) (result RegistryEnvironmentVersionsCreateOrUpdateOperationResponse, err error)
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdateThenPoll(ctx context.Context, id RegistryEnvironmentVersionId, ...) error
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsDelete(ctx context.Context, id RegistryEnvironmentVersionId) (result RegistryEnvironmentVersionsDeleteOperationResponse, err error)
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsDeleteThenPoll(ctx context.Context, id RegistryEnvironmentVersionId) error
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsGet(ctx context.Context, id RegistryEnvironmentVersionId) (result RegistryEnvironmentVersionsGetOperationResponse, err error)
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsList(ctx context.Context, id RegistryEnvironmentId, ...) (result RegistryEnvironmentVersionsListOperationResponse, err error)
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsListComplete(ctx context.Context, id RegistryEnvironmentId, ...) (RegistryEnvironmentVersionsListCompleteResult, error)
- func (c EnvironmentVersionClient) RegistryEnvironmentVersionsListCompleteMatchingPredicate(ctx context.Context, id RegistryEnvironmentId, ...) (result RegistryEnvironmentVersionsListCompleteResult, err error)
- type EnvironmentVersionId
- type EnvironmentVersionResource
- type EnvironmentVersionResourceOperationPredicate
- type GetOperationResponse
- type InferenceContainerProperties
- type ListCompleteResult
- type ListCustomPager
- type ListOperationOptions
- type ListOperationResponse
- type ListViewType
- type OperatingSystemType
- type PublishOperationResponse
- type RegistryEnvironmentId
- type RegistryEnvironmentVersionId
- func NewRegistryEnvironmentVersionID(subscriptionId string, resourceGroupName string, registryName string, ...) RegistryEnvironmentVersionId
- func ParseRegistryEnvironmentVersionID(input string) (*RegistryEnvironmentVersionId, error)
- func ParseRegistryEnvironmentVersionIDInsensitively(input string) (*RegistryEnvironmentVersionId, error)
- type RegistryEnvironmentVersionsCreateOrUpdateOperationResponse
- type RegistryEnvironmentVersionsDeleteOperationResponse
- type RegistryEnvironmentVersionsGetOperationResponse
- type RegistryEnvironmentVersionsListCompleteResult
- type RegistryEnvironmentVersionsListCustomPager
- type RegistryEnvironmentVersionsListOperationOptions
- type RegistryEnvironmentVersionsListOperationResponse
- type Route
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAssetProvisioningState ¶
func PossibleValuesForAssetProvisioningState() []string
func PossibleValuesForAutoRebuildSetting ¶
func PossibleValuesForAutoRebuildSetting() []string
func PossibleValuesForEnvironmentType ¶
func PossibleValuesForEnvironmentType() []string
func PossibleValuesForListViewType ¶
func PossibleValuesForListViewType() []string
func PossibleValuesForOperatingSystemType ¶
func PossibleValuesForOperatingSystemType() []string
func ValidateEnvironmentID ¶
ValidateEnvironmentID checks that 'input' can be parsed as a Environment ID
func ValidateEnvironmentVersionID ¶
func ValidateEnvironmentVersionID(input interface{}, key string) (warnings []string, errors []error)
ValidateEnvironmentVersionID checks that 'input' can be parsed as a Environment Version 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 ValidateRegistryEnvironmentVersionID ¶
func ValidateRegistryEnvironmentVersionID(input interface{}, key string) (warnings []string, errors []error)
ValidateRegistryEnvironmentVersionID checks that 'input' can be parsed as a Registry Environment Version 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 AutoRebuildSetting ¶
type AutoRebuildSetting string
const ( AutoRebuildSettingDisabled AutoRebuildSetting = "Disabled" AutoRebuildSettingOnBaseImageUpdate AutoRebuildSetting = "OnBaseImageUpdate" )
func (*AutoRebuildSetting) UnmarshalJSON ¶
func (s *AutoRebuildSetting) UnmarshalJSON(bytes []byte) error
type BuildContext ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentVersionResource }
type DeleteOperationResponse ¶
type DestinationAsset ¶
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 EnvironmentType ¶
type EnvironmentType string
const ( EnvironmentTypeCurated EnvironmentType = "Curated" EnvironmentTypeUserCreated EnvironmentType = "UserCreated" )
func (*EnvironmentType) UnmarshalJSON ¶
func (s *EnvironmentType) UnmarshalJSON(bytes []byte) error
type EnvironmentVersion ¶
type EnvironmentVersion struct { AutoRebuild *AutoRebuildSetting `json:"autoRebuild,omitempty"` Build *BuildContext `json:"build,omitempty"` CondaFile *string `json:"condaFile,omitempty"` Description *string `json:"description,omitempty"` EnvironmentType *EnvironmentType `json:"environmentType,omitempty"` Image *string `json:"image,omitempty"` InferenceConfig *InferenceContainerProperties `json:"inferenceConfig,omitempty"` IsAnonymous *bool `json:"isAnonymous,omitempty"` IsArchived *bool `json:"isArchived,omitempty"` OsType *OperatingSystemType `json:"osType,omitempty"` Properties *map[string]string `json:"properties,omitempty"` ProvisioningState *AssetProvisioningState `json:"provisioningState,omitempty"` Stage *string `json:"stage,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type EnvironmentVersionClient ¶
type EnvironmentVersionClient struct {
Client *resourcemanager.Client
}
func NewEnvironmentVersionClientWithBaseURI ¶
func NewEnvironmentVersionClientWithBaseURI(sdkApi sdkEnv.Api) (*EnvironmentVersionClient, error)
func (EnvironmentVersionClient) CreateOrUpdate ¶
func (c EnvironmentVersionClient) CreateOrUpdate(ctx context.Context, id EnvironmentVersionId, input EnvironmentVersionResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (EnvironmentVersionClient) Delete ¶
func (c EnvironmentVersionClient) Delete(ctx context.Context, id EnvironmentVersionId) (result DeleteOperationResponse, err error)
Delete ...
func (EnvironmentVersionClient) Get ¶
func (c EnvironmentVersionClient) Get(ctx context.Context, id EnvironmentVersionId) (result GetOperationResponse, err error)
Get ...
func (EnvironmentVersionClient) List ¶
func (c EnvironmentVersionClient) List(ctx context.Context, id EnvironmentId, options ListOperationOptions) (result ListOperationResponse, err error)
List ...
func (EnvironmentVersionClient) ListComplete ¶
func (c EnvironmentVersionClient) ListComplete(ctx context.Context, id EnvironmentId, options ListOperationOptions) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (EnvironmentVersionClient) ListCompleteMatchingPredicate ¶
func (c EnvironmentVersionClient) ListCompleteMatchingPredicate(ctx context.Context, id EnvironmentId, options ListOperationOptions, predicate EnvironmentVersionResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EnvironmentVersionClient) Publish ¶
func (c EnvironmentVersionClient) Publish(ctx context.Context, id EnvironmentVersionId, input DestinationAsset) (result PublishOperationResponse, err error)
Publish ...
func (EnvironmentVersionClient) PublishThenPoll ¶
func (c EnvironmentVersionClient) PublishThenPoll(ctx context.Context, id EnvironmentVersionId, input DestinationAsset) error
PublishThenPoll performs Publish then polls until it's completed
func (EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdate ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdate(ctx context.Context, id RegistryEnvironmentVersionId, input EnvironmentVersionResource) (result RegistryEnvironmentVersionsCreateOrUpdateOperationResponse, err error)
RegistryEnvironmentVersionsCreateOrUpdate ...
func (EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdateThenPoll ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsCreateOrUpdateThenPoll(ctx context.Context, id RegistryEnvironmentVersionId, input EnvironmentVersionResource) error
RegistryEnvironmentVersionsCreateOrUpdateThenPoll performs RegistryEnvironmentVersionsCreateOrUpdate then polls until it's completed
func (EnvironmentVersionClient) RegistryEnvironmentVersionsDelete ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsDelete(ctx context.Context, id RegistryEnvironmentVersionId) (result RegistryEnvironmentVersionsDeleteOperationResponse, err error)
RegistryEnvironmentVersionsDelete ...
func (EnvironmentVersionClient) RegistryEnvironmentVersionsDeleteThenPoll ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsDeleteThenPoll(ctx context.Context, id RegistryEnvironmentVersionId) error
RegistryEnvironmentVersionsDeleteThenPoll performs RegistryEnvironmentVersionsDelete then polls until it's completed
func (EnvironmentVersionClient) RegistryEnvironmentVersionsGet ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsGet(ctx context.Context, id RegistryEnvironmentVersionId) (result RegistryEnvironmentVersionsGetOperationResponse, err error)
RegistryEnvironmentVersionsGet ...
func (EnvironmentVersionClient) RegistryEnvironmentVersionsList ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsList(ctx context.Context, id RegistryEnvironmentId, options RegistryEnvironmentVersionsListOperationOptions) (result RegistryEnvironmentVersionsListOperationResponse, err error)
RegistryEnvironmentVersionsList ...
func (EnvironmentVersionClient) RegistryEnvironmentVersionsListComplete ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsListComplete(ctx context.Context, id RegistryEnvironmentId, options RegistryEnvironmentVersionsListOperationOptions) (RegistryEnvironmentVersionsListCompleteResult, error)
RegistryEnvironmentVersionsListComplete retrieves all the results into a single object
func (EnvironmentVersionClient) RegistryEnvironmentVersionsListCompleteMatchingPredicate ¶
func (c EnvironmentVersionClient) RegistryEnvironmentVersionsListCompleteMatchingPredicate(ctx context.Context, id RegistryEnvironmentId, options RegistryEnvironmentVersionsListOperationOptions, predicate EnvironmentVersionResourceOperationPredicate) (result RegistryEnvironmentVersionsListCompleteResult, err error)
RegistryEnvironmentVersionsListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type EnvironmentVersionId ¶
type EnvironmentVersionId struct { SubscriptionId string ResourceGroupName string WorkspaceName string EnvironmentName string VersionName string }
EnvironmentVersionId is a struct representing the Resource ID for a Environment Version
func NewEnvironmentVersionID ¶
func NewEnvironmentVersionID(subscriptionId string, resourceGroupName string, workspaceName string, environmentName string, versionName string) EnvironmentVersionId
NewEnvironmentVersionID returns a new EnvironmentVersionId struct
func ParseEnvironmentVersionID ¶
func ParseEnvironmentVersionID(input string) (*EnvironmentVersionId, error)
ParseEnvironmentVersionID parses 'input' into a EnvironmentVersionId
func ParseEnvironmentVersionIDInsensitively ¶
func ParseEnvironmentVersionIDInsensitively(input string) (*EnvironmentVersionId, error)
ParseEnvironmentVersionIDInsensitively parses 'input' case-insensitively into a EnvironmentVersionId note: this method should only be used for API response data and not user input
func (*EnvironmentVersionId) FromParseResult ¶
func (id *EnvironmentVersionId) FromParseResult(input resourceids.ParseResult) error
func (EnvironmentVersionId) ID ¶
func (id EnvironmentVersionId) ID() string
ID returns the formatted Environment Version ID
func (EnvironmentVersionId) Segments ¶
func (id EnvironmentVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Environment Version ID
func (EnvironmentVersionId) String ¶
func (id EnvironmentVersionId) String() string
String returns a human-readable description of this Environment Version ID
type EnvironmentVersionResource ¶
type EnvironmentVersionResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties EnvironmentVersion `json:"properties"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type EnvironmentVersionResourceOperationPredicate ¶
func (EnvironmentVersionResourceOperationPredicate) Matches ¶
func (p EnvironmentVersionResourceOperationPredicate) Matches(input EnvironmentVersionResource) bool
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentVersionResource }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []EnvironmentVersionResource }
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 OrderBy *string Skip *string Top *int64 }
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 *[]EnvironmentVersionResource }
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 OperatingSystemType ¶
type OperatingSystemType string
const ( OperatingSystemTypeLinux OperatingSystemType = "Linux" OperatingSystemTypeWindows OperatingSystemType = "Windows" )
func (*OperatingSystemType) UnmarshalJSON ¶
func (s *OperatingSystemType) UnmarshalJSON(bytes []byte) 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) 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 RegistryEnvironmentVersionId ¶
type RegistryEnvironmentVersionId struct { SubscriptionId string ResourceGroupName string RegistryName string EnvironmentName string VersionName string }
RegistryEnvironmentVersionId is a struct representing the Resource ID for a Registry Environment Version
func NewRegistryEnvironmentVersionID ¶
func NewRegistryEnvironmentVersionID(subscriptionId string, resourceGroupName string, registryName string, environmentName string, versionName string) RegistryEnvironmentVersionId
NewRegistryEnvironmentVersionID returns a new RegistryEnvironmentVersionId struct
func ParseRegistryEnvironmentVersionID ¶
func ParseRegistryEnvironmentVersionID(input string) (*RegistryEnvironmentVersionId, error)
ParseRegistryEnvironmentVersionID parses 'input' into a RegistryEnvironmentVersionId
func ParseRegistryEnvironmentVersionIDInsensitively ¶
func ParseRegistryEnvironmentVersionIDInsensitively(input string) (*RegistryEnvironmentVersionId, error)
ParseRegistryEnvironmentVersionIDInsensitively parses 'input' case-insensitively into a RegistryEnvironmentVersionId note: this method should only be used for API response data and not user input
func (*RegistryEnvironmentVersionId) FromParseResult ¶
func (id *RegistryEnvironmentVersionId) FromParseResult(input resourceids.ParseResult) error
func (RegistryEnvironmentVersionId) ID ¶
func (id RegistryEnvironmentVersionId) ID() string
ID returns the formatted Registry Environment Version ID
func (RegistryEnvironmentVersionId) Segments ¶
func (id RegistryEnvironmentVersionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Registry Environment Version ID
func (RegistryEnvironmentVersionId) String ¶
func (id RegistryEnvironmentVersionId) String() string
String returns a human-readable description of this Registry Environment Version ID
type RegistryEnvironmentVersionsGetOperationResponse ¶
type RegistryEnvironmentVersionsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *EnvironmentVersionResource }
type RegistryEnvironmentVersionsListCompleteResult ¶
type RegistryEnvironmentVersionsListCompleteResult struct { LatestHttpResponse *http.Response Items []EnvironmentVersionResource }
type RegistryEnvironmentVersionsListCustomPager ¶ added in v0.20240628.1153531
func (*RegistryEnvironmentVersionsListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *RegistryEnvironmentVersionsListCustomPager) NextPageLink() *odata.Link
type RegistryEnvironmentVersionsListOperationOptions ¶
type RegistryEnvironmentVersionsListOperationOptions struct { ListViewType *ListViewType OrderBy *string Skip *string Top *int64 }
func DefaultRegistryEnvironmentVersionsListOperationOptions ¶
func DefaultRegistryEnvironmentVersionsListOperationOptions() RegistryEnvironmentVersionsListOperationOptions
func (RegistryEnvironmentVersionsListOperationOptions) ToHeaders ¶
func (o RegistryEnvironmentVersionsListOperationOptions) ToHeaders() *client.Headers
func (RegistryEnvironmentVersionsListOperationOptions) ToOData ¶
func (o RegistryEnvironmentVersionsListOperationOptions) ToOData() *odata.Query
func (RegistryEnvironmentVersionsListOperationOptions) ToQuery ¶
func (o RegistryEnvironmentVersionsListOperationOptions) ToQuery() *client.QueryParams
type RegistryEnvironmentVersionsListOperationResponse ¶
type RegistryEnvironmentVersionsListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]EnvironmentVersionResource }
Source Files ¶
- client.go
- constants.go
- id_environment.go
- id_environmentversion.go
- id_registryenvironment.go
- id_registryenvironmentversion.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- method_publish.go
- method_registryenvironmentversionscreateorupdate.go
- method_registryenvironmentversionsdelete.go
- method_registryenvironmentversionsget.go
- method_registryenvironmentversionslist.go
- model_buildcontext.go
- model_destinationasset.go
- model_environmentversion.go
- model_environmentversionresource.go
- model_inferencecontainerproperties.go
- model_route.go
- predicates.go
- version.go