Documentation ¶
Index ¶
- func ValidateAdvisorID(input interface{}, key string) (warnings []string, errors []error)
- type AdvisorId
- type CreateRecommendedActionSessionOperationOptions
- type CreateRecommendedActionSessionOperationResponse
- type RecommendedActionSessionsClient
- func (c RecommendedActionSessionsClient) CreateRecommendedActionSession(ctx context.Context, id AdvisorId, ...) (result CreateRecommendedActionSessionOperationResponse, err error)
- func (c RecommendedActionSessionsClient) CreateRecommendedActionSessionThenPoll(ctx context.Context, id AdvisorId, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAdvisorID ¶
ValidateAdvisorID checks that 'input' can be parsed as a Advisor ID
Types ¶
type AdvisorId ¶
type AdvisorId struct { SubscriptionId string ResourceGroupName string ServerName string AdvisorName string }
AdvisorId is a struct representing the Resource ID for a Advisor
func NewAdvisorID ¶
func NewAdvisorID(subscriptionId string, resourceGroupName string, serverName string, advisorName string) AdvisorId
NewAdvisorID returns a new AdvisorId struct
func ParseAdvisorID ¶
ParseAdvisorID parses 'input' into a AdvisorId
func ParseAdvisorIDInsensitively ¶
ParseAdvisorIDInsensitively parses 'input' case-insensitively into a AdvisorId note: this method should only be used for API response data and not user input
func (AdvisorId) Segments ¶
func (id AdvisorId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Advisor ID
type CreateRecommendedActionSessionOperationOptions ¶
type CreateRecommendedActionSessionOperationOptions struct {
DatabaseName *string
}
func DefaultCreateRecommendedActionSessionOperationOptions ¶
func DefaultCreateRecommendedActionSessionOperationOptions() CreateRecommendedActionSessionOperationOptions
type CreateRecommendedActionSessionOperationResponse ¶
type CreateRecommendedActionSessionOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type RecommendedActionSessionsClient ¶
type RecommendedActionSessionsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewRecommendedActionSessionsClientWithBaseURI ¶
func NewRecommendedActionSessionsClientWithBaseURI(endpoint string) RecommendedActionSessionsClient
func (RecommendedActionSessionsClient) CreateRecommendedActionSession ¶
func (c RecommendedActionSessionsClient) CreateRecommendedActionSession(ctx context.Context, id AdvisorId, options CreateRecommendedActionSessionOperationOptions) (result CreateRecommendedActionSessionOperationResponse, err error)
CreateRecommendedActionSession ...
func (RecommendedActionSessionsClient) CreateRecommendedActionSessionThenPoll ¶
func (c RecommendedActionSessionsClient) CreateRecommendedActionSessionThenPoll(ctx context.Context, id AdvisorId, options CreateRecommendedActionSessionOperationOptions) error
CreateRecommendedActionSessionThenPoll performs CreateRecommendedActionSession then polls until it's completed
Click to show internal directories.
Click to hide internal directories.