applicationtypeversion

package
v2.96.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateApplicationTypeID

func ValidateApplicationTypeID(input interface{}, key string) (warnings []string, errors []error)

ValidateApplicationTypeID checks that 'input' can be parsed as a Application Type ID

func ValidateVersionID

func ValidateVersionID(input interface{}, key string) (warnings []string, errors []error)

ValidateVersionID checks that 'input' can be parsed as a Version ID

Types

type ApplicationTypeId

type ApplicationTypeId struct {
	SubscriptionId      string
	ResourceGroupName   string
	ClusterName         string
	ApplicationTypeName string
}

ApplicationTypeId is a struct representing the Resource ID for a Application Type

func NewApplicationTypeID

func NewApplicationTypeID(subscriptionId string, resourceGroupName string, clusterName string, applicationTypeName string) ApplicationTypeId

NewApplicationTypeID returns a new ApplicationTypeId struct

func ParseApplicationTypeID

func ParseApplicationTypeID(input string) (*ApplicationTypeId, error)

ParseApplicationTypeID parses 'input' into a ApplicationTypeId

func ParseApplicationTypeIDInsensitively

func ParseApplicationTypeIDInsensitively(input string) (*ApplicationTypeId, error)

ParseApplicationTypeIDInsensitively parses 'input' case-insensitively into a ApplicationTypeId note: this method should only be used for API response data and not user input

func (ApplicationTypeId) ID

func (id ApplicationTypeId) ID() string

ID returns the formatted Application Type ID

func (ApplicationTypeId) Segments

func (id ApplicationTypeId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Application Type ID

func (ApplicationTypeId) String

func (id ApplicationTypeId) String() string

String returns a human-readable description of this Application Type ID

type ApplicationTypeVersionClient

type ApplicationTypeVersionClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewApplicationTypeVersionClientWithBaseURI

func NewApplicationTypeVersionClientWithBaseURI(endpoint string) ApplicationTypeVersionClient

func (ApplicationTypeVersionClient) CreateOrUpdate

CreateOrUpdate ...

func (ApplicationTypeVersionClient) CreateOrUpdateThenPoll

CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed

func (ApplicationTypeVersionClient) Delete

Delete ...

func (ApplicationTypeVersionClient) DeleteThenPoll

func (c ApplicationTypeVersionClient) DeleteThenPoll(ctx context.Context, id VersionId) error

DeleteThenPoll performs Delete then polls until it's completed

func (ApplicationTypeVersionClient) Get

Get ...

func (ApplicationTypeVersionClient) ListByApplicationTypes

ListByApplicationTypes ...

func (ApplicationTypeVersionClient) ListByApplicationTypesComplete

ListByApplicationTypesComplete retrieves all of the results into a single object

func (ApplicationTypeVersionClient) ListByApplicationTypesCompleteMatchingPredicate

func (c ApplicationTypeVersionClient) ListByApplicationTypesCompleteMatchingPredicate(ctx context.Context, id ApplicationTypeId, predicate ApplicationTypeVersionResourcePredicate) (resp ListByApplicationTypesCompleteResult, err error)

ListByApplicationTypesCompleteMatchingPredicate retrieves all of the results and then applied the predicate

func (ApplicationTypeVersionClient) Update

Update ...

type ApplicationTypeVersionResource

type ApplicationTypeVersionResource struct {
	Id         *string                                   `json:"id,omitempty"`
	Location   *string                                   `json:"location,omitempty"`
	Name       *string                                   `json:"name,omitempty"`
	Properties *ApplicationTypeVersionResourceProperties `json:"properties,omitempty"`
	SystemData *SystemData                               `json:"systemData,omitempty"`
	Tags       *map[string]string                        `json:"tags,omitempty"`
	Type       *string                                   `json:"type,omitempty"`
}

type ApplicationTypeVersionResourcePredicate

type ApplicationTypeVersionResourcePredicate struct {
	Id       *string
	Location *string
	Name     *string
	Type     *string
}

func (ApplicationTypeVersionResourcePredicate) Matches

type ApplicationTypeVersionResourceProperties

type ApplicationTypeVersionResourceProperties struct {
	AppPackageUrl     string  `json:"appPackageUrl"`
	ProvisioningState *string `json:"provisioningState,omitempty"`
}

type ApplicationTypeVersionUpdateParameters

type ApplicationTypeVersionUpdateParameters struct {
	Tags *map[string]string `json:"tags,omitempty"`
}

type CreateOrUpdateResponse

type CreateOrUpdateResponse struct {
	Poller       polling.LongRunningPoller
	HttpResponse *http.Response
}

type DeleteResponse

type DeleteResponse struct {
	Poller       polling.LongRunningPoller
	HttpResponse *http.Response
}

type GetResponse

type GetResponse struct {
	HttpResponse *http.Response
	Model        *ApplicationTypeVersionResource
}

type ListByApplicationTypesCompleteResult

type ListByApplicationTypesCompleteResult struct {
	Items []ApplicationTypeVersionResource
}

type ListByApplicationTypesResponse

type ListByApplicationTypesResponse struct {
	HttpResponse *http.Response
	Model        *[]ApplicationTypeVersionResource
	// contains filtered or unexported fields
}

func (ListByApplicationTypesResponse) HasMore

func (ListByApplicationTypesResponse) LoadMore

type SystemData

type SystemData struct {
	CreatedAt          *string `json:"createdAt,omitempty"`
	CreatedBy          *string `json:"createdBy,omitempty"`
	CreatedByType      *string `json:"createdByType,omitempty"`
	LastModifiedAt     *string `json:"lastModifiedAt,omitempty"`
	LastModifiedBy     *string `json:"lastModifiedBy,omitempty"`
	LastModifiedByType *string `json:"lastModifiedByType,omitempty"`
}

type UpdateResponse

type UpdateResponse struct {
	HttpResponse *http.Response
	Model        *ApplicationTypeVersionResource
}

type VersionId

type VersionId struct {
	SubscriptionId      string
	ResourceGroupName   string
	ClusterName         string
	ApplicationTypeName string
	Version             string
}

VersionId is a struct representing the Resource ID for a Version

func NewVersionID

func NewVersionID(subscriptionId string, resourceGroupName string, clusterName string, applicationTypeName string, version string) VersionId

NewVersionID returns a new VersionId struct

func ParseVersionID

func ParseVersionID(input string) (*VersionId, error)

ParseVersionID parses 'input' into a VersionId

func ParseVersionIDInsensitively

func ParseVersionIDInsensitively(input string) (*VersionId, error)

ParseVersionIDInsensitively parses 'input' case-insensitively into a VersionId note: this method should only be used for API response data and not user input

func (VersionId) ID

func (id VersionId) ID() string

ID returns the formatted Version ID

func (VersionId) Segments

func (id VersionId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Version ID

func (VersionId) String

func (id VersionId) String() string

String returns a human-readable description of this Version ID

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL