Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateAdvisorID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServerID(input interface{}, key string) (warnings []string, errors []error) + type Advisor struct + Id *string + Name *string + Properties *interface{} + Type *string + type AdvisorId struct + AdvisorName string + ResourceGroupName string + ServerName string + SubscriptionId string + func NewAdvisorID(subscriptionId string, resourceGroupName string, serverName string, ...) AdvisorId + func ParseAdvisorID(input string) (*AdvisorId, error) + func ParseAdvisorIDInsensitively(input string) (*AdvisorId, error) + func (id *AdvisorId) FromParseResult(input resourceids.ParseResult) error + func (id AdvisorId) ID() string + func (id AdvisorId) Segments() []resourceids.Segment + func (id AdvisorId) String() string + type AdvisorOperationPredicate struct + Id *string + Name *string + Properties *interface{} + Type *string + func (p AdvisorOperationPredicate) Matches(input Advisor) bool + type AdvisorsClient struct + Client *resourcemanager.Client + func NewAdvisorsClientWithBaseURI(sdkApi sdkEnv.Api) (*AdvisorsClient, error) + func (c AdvisorsClient) Get(ctx context.Context, id AdvisorId) (result GetOperationResponse, err error) + func (c AdvisorsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error) + func (c AdvisorsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error) + func (c AdvisorsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate AdvisorOperationPredicate) (result ListByServerCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Advisor + OData *odata.OData + type ListByServerCompleteResult struct + Items []Advisor + LatestHttpResponse *http.Response + type ListByServerCustomPager struct + NextLink *odata.Link + func (p *ListByServerCustomPager) NextPageLink() *odata.Link + type ListByServerOperationResponse struct + HttpResponse *http.Response + Model *[]Advisor + OData *odata.OData + type ServerId struct + ResourceGroupName string + ServerName string + SubscriptionId string + func NewServerID(subscriptionId string, resourceGroupName string, serverName string) ServerId + func ParseServerID(input string) (*ServerId, error) + func ParseServerIDInsensitively(input string) (*ServerId, error) + func (id *ServerId) FromParseResult(input resourceids.ParseResult) error + func (id ServerId) ID() string + func (id ServerId) Segments() []resourceids.Segment + func (id ServerId) String() string