Documentation ¶
Index ¶
- func ValidateApplicationTypeID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateClusterID(input interface{}, key string) (warnings []string, errors []error)
- type ApplicationTypeClient
- func (c ApplicationTypeClient) CreateOrUpdate(ctx context.Context, id ApplicationTypeId, input ApplicationTypeResource) (result CreateOrUpdateOperationResponse, err error)
- func (c ApplicationTypeClient) Delete(ctx context.Context, id ApplicationTypeId) (result DeleteOperationResponse, err error)
- func (c ApplicationTypeClient) DeleteThenPoll(ctx context.Context, id ApplicationTypeId) error
- func (c ApplicationTypeClient) Get(ctx context.Context, id ApplicationTypeId) (result GetOperationResponse, err error)
- func (c ApplicationTypeClient) List(ctx context.Context, id ClusterId) (result ListOperationResponse, err error)
- func (c ApplicationTypeClient) ListComplete(ctx context.Context, id ClusterId) (ListCompleteResult, error)
- func (c ApplicationTypeClient) ListCompleteMatchingPredicate(ctx context.Context, id ClusterId, ...) (result ListCompleteResult, err error)
- type ApplicationTypeId
- type ApplicationTypeResource
- type ApplicationTypeResourceOperationPredicate
- type ApplicationTypeResourceProperties
- type ClusterId
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type SystemData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateApplicationTypeID ¶
ValidateApplicationTypeID checks that 'input' can be parsed as a Application Type ID
func ValidateClusterID ¶
ValidateClusterID checks that 'input' can be parsed as a Cluster ID
Types ¶
type ApplicationTypeClient ¶
type ApplicationTypeClient struct {
Client *resourcemanager.Client
}
func NewApplicationTypeClientWithBaseURI ¶
func NewApplicationTypeClientWithBaseURI(sdkApi sdkEnv.Api) (*ApplicationTypeClient, error)
func (ApplicationTypeClient) CreateOrUpdate ¶
func (c ApplicationTypeClient) CreateOrUpdate(ctx context.Context, id ApplicationTypeId, input ApplicationTypeResource) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ApplicationTypeClient) Delete ¶
func (c ApplicationTypeClient) Delete(ctx context.Context, id ApplicationTypeId) (result DeleteOperationResponse, err error)
Delete ...
func (ApplicationTypeClient) DeleteThenPoll ¶
func (c ApplicationTypeClient) DeleteThenPoll(ctx context.Context, id ApplicationTypeId) error
DeleteThenPoll performs Delete then polls until it's completed
func (ApplicationTypeClient) Get ¶
func (c ApplicationTypeClient) Get(ctx context.Context, id ApplicationTypeId) (result GetOperationResponse, err error)
Get ...
func (ApplicationTypeClient) List ¶
func (c ApplicationTypeClient) List(ctx context.Context, id ClusterId) (result ListOperationResponse, err error)
List ...
func (ApplicationTypeClient) ListComplete ¶
func (c ApplicationTypeClient) ListComplete(ctx context.Context, id ClusterId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (ApplicationTypeClient) ListCompleteMatchingPredicate ¶
func (c ApplicationTypeClient) ListCompleteMatchingPredicate(ctx context.Context, id ClusterId, predicate ApplicationTypeResourceOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
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) FromParseResult ¶
func (id *ApplicationTypeId) FromParseResult(input resourceids.ParseResult) error
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 ApplicationTypeResource ¶
type ApplicationTypeResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ApplicationTypeResourceProperties `json:"properties,omitempty"` SystemData *SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type ApplicationTypeResourceOperationPredicate ¶
type ApplicationTypeResourceOperationPredicate struct { Etag *string Id *string Location *string Name *string Type *string }
func (ApplicationTypeResourceOperationPredicate) Matches ¶
func (p ApplicationTypeResourceOperationPredicate) Matches(input ApplicationTypeResource) bool
type ApplicationTypeResourceProperties ¶
type ApplicationTypeResourceProperties struct {
ProvisioningState *string `json:"provisioningState,omitempty"`
}
type ClusterId ¶
ClusterId is a struct representing the Resource ID for a Cluster
func NewClusterID ¶
NewClusterID returns a new ClusterId struct
func ParseClusterID ¶
ParseClusterID parses 'input' into a ClusterId
func ParseClusterIDInsensitively ¶
ParseClusterIDInsensitively parses 'input' case-insensitively into a ClusterId note: this method should only be used for API response data and not user input
func (*ClusterId) FromParseResult ¶
func (id *ClusterId) FromParseResult(input resourceids.ParseResult) error
func (ClusterId) Segments ¶
func (id ClusterId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Cluster ID
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ApplicationTypeResource }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ApplicationTypeResource }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []ApplicationTypeResource }
type ListCustomPager ¶
func (*ListCustomPager) NextPageLink ¶
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ApplicationTypeResource }
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"` }
func (*SystemData) GetCreatedAtAsTime ¶
func (o *SystemData) GetCreatedAtAsTime() (*time.Time, error)
func (*SystemData) GetLastModifiedAtAsTime ¶
func (o *SystemData) GetLastModifiedAtAsTime() (*time.Time, error)
func (*SystemData) SetCreatedAtAsTime ¶
func (o *SystemData) SetCreatedAtAsTime(input time.Time)
func (*SystemData) SetLastModifiedAtAsTime ¶
func (o *SystemData) SetLastModifiedAtAsTime(input time.Time)