Documentation ¶
Index ¶
- func PossibleValuesForSkuName() []string
- func ValidateHealthBotID(input interface{}, key string) (warnings []string, errors []error)
- type BotsCreateOperationResponse
- type BotsDeleteOperationResponse
- type BotsGetOperationResponse
- type BotsListByResourceGroupCompleteResult
- type BotsListByResourceGroupOperationResponse
- type BotsListCompleteResult
- type BotsListOperationResponse
- type BotsUpdateOperationResponse
- type HealthBot
- type HealthBotId
- type HealthBotOperationPredicate
- type HealthBotProperties
- type HealthBotUpdateParameters
- type HealthbotsClient
- func (c HealthbotsClient) BotsCreate(ctx context.Context, id HealthBotId, input HealthBot) (result BotsCreateOperationResponse, err error)
- func (c HealthbotsClient) BotsCreateThenPoll(ctx context.Context, id HealthBotId, input HealthBot) error
- func (c HealthbotsClient) BotsDelete(ctx context.Context, id HealthBotId) (result BotsDeleteOperationResponse, err error)
- func (c HealthbotsClient) BotsDeleteThenPoll(ctx context.Context, id HealthBotId) error
- func (c HealthbotsClient) BotsGet(ctx context.Context, id HealthBotId) (result BotsGetOperationResponse, err error)
- func (c HealthbotsClient) BotsList(ctx context.Context, id commonids.SubscriptionId) (resp BotsListOperationResponse, err error)
- func (c HealthbotsClient) BotsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp BotsListByResourceGroupOperationResponse, err error)
- func (c HealthbotsClient) BotsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (BotsListByResourceGroupCompleteResult, error)
- func (c HealthbotsClient) BotsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp BotsListByResourceGroupCompleteResult, err error)
- func (c HealthbotsClient) BotsListComplete(ctx context.Context, id commonids.SubscriptionId) (BotsListCompleteResult, error)
- func (c HealthbotsClient) BotsListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp BotsListCompleteResult, err error)
- func (c HealthbotsClient) BotsUpdate(ctx context.Context, id HealthBotId, input HealthBotUpdateParameters) (result BotsUpdateOperationResponse, err error)
- type Sku
- type SkuName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func ValidateHealthBotID ¶
ValidateHealthBotID checks that 'input' can be parsed as a Health Bot ID
Types ¶
type BotsCreateOperationResponse ¶
type BotsCreateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type BotsDeleteOperationResponse ¶
type BotsDeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type BotsListByResourceGroupCompleteResult ¶
type BotsListByResourceGroupCompleteResult struct {
Items []HealthBot
}
type BotsListByResourceGroupOperationResponse ¶
type BotsListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]HealthBot // contains filtered or unexported fields }
func (BotsListByResourceGroupOperationResponse) HasMore ¶
func (r BotsListByResourceGroupOperationResponse) HasMore() bool
func (BotsListByResourceGroupOperationResponse) LoadMore ¶
func (r BotsListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp BotsListByResourceGroupOperationResponse, err error)
type BotsListCompleteResult ¶
type BotsListCompleteResult struct {
Items []HealthBot
}
type BotsListOperationResponse ¶
type BotsListOperationResponse struct { HttpResponse *http.Response Model *[]HealthBot // contains filtered or unexported fields }
func (BotsListOperationResponse) HasMore ¶
func (r BotsListOperationResponse) HasMore() bool
func (BotsListOperationResponse) LoadMore ¶
func (r BotsListOperationResponse) LoadMore(ctx context.Context) (resp BotsListOperationResponse, err error)
type HealthBot ¶
type HealthBot struct { Id *string `json:"id,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *HealthBotProperties `json:"properties,omitempty"` Sku Sku `json:"sku"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type HealthBotId ¶
HealthBotId is a struct representing the Resource ID for a Health Bot
func NewHealthBotID ¶
func NewHealthBotID(subscriptionId string, resourceGroupName string, healthBotName string) HealthBotId
NewHealthBotID returns a new HealthBotId struct
func ParseHealthBotID ¶
func ParseHealthBotID(input string) (*HealthBotId, error)
ParseHealthBotID parses 'input' into a HealthBotId
func ParseHealthBotIDInsensitively ¶
func ParseHealthBotIDInsensitively(input string) (*HealthBotId, error)
ParseHealthBotIDInsensitively parses 'input' case-insensitively into a HealthBotId note: this method should only be used for API response data and not user input
func (HealthBotId) Segments ¶
func (id HealthBotId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Health Bot ID
func (HealthBotId) String ¶
func (id HealthBotId) String() string
String returns a human-readable description of this Health Bot ID
type HealthBotOperationPredicate ¶
func (HealthBotOperationPredicate) Matches ¶
func (p HealthBotOperationPredicate) Matches(input HealthBot) bool
type HealthBotProperties ¶
type HealthbotsClient ¶
func NewHealthbotsClientWithBaseURI ¶
func NewHealthbotsClientWithBaseURI(endpoint string) HealthbotsClient
func (HealthbotsClient) BotsCreate ¶
func (c HealthbotsClient) BotsCreate(ctx context.Context, id HealthBotId, input HealthBot) (result BotsCreateOperationResponse, err error)
BotsCreate ...
func (HealthbotsClient) BotsCreateThenPoll ¶
func (c HealthbotsClient) BotsCreateThenPoll(ctx context.Context, id HealthBotId, input HealthBot) error
BotsCreateThenPoll performs BotsCreate then polls until it's completed
func (HealthbotsClient) BotsDelete ¶
func (c HealthbotsClient) BotsDelete(ctx context.Context, id HealthBotId) (result BotsDeleteOperationResponse, err error)
BotsDelete ...
func (HealthbotsClient) BotsDeleteThenPoll ¶
func (c HealthbotsClient) BotsDeleteThenPoll(ctx context.Context, id HealthBotId) error
BotsDeleteThenPoll performs BotsDelete then polls until it's completed
func (HealthbotsClient) BotsGet ¶
func (c HealthbotsClient) BotsGet(ctx context.Context, id HealthBotId) (result BotsGetOperationResponse, err error)
BotsGet ...
func (HealthbotsClient) BotsList ¶
func (c HealthbotsClient) BotsList(ctx context.Context, id commonids.SubscriptionId) (resp BotsListOperationResponse, err error)
BotsList ...
func (HealthbotsClient) BotsListByResourceGroup ¶
func (c HealthbotsClient) BotsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp BotsListByResourceGroupOperationResponse, err error)
BotsListByResourceGroup ...
func (HealthbotsClient) BotsListByResourceGroupComplete ¶
func (c HealthbotsClient) BotsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (BotsListByResourceGroupCompleteResult, error)
BotsListByResourceGroupComplete retrieves all of the results into a single object
func (HealthbotsClient) BotsListByResourceGroupCompleteMatchingPredicate ¶
func (c HealthbotsClient) BotsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate HealthBotOperationPredicate) (resp BotsListByResourceGroupCompleteResult, err error)
BotsListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (HealthbotsClient) BotsListComplete ¶
func (c HealthbotsClient) BotsListComplete(ctx context.Context, id commonids.SubscriptionId) (BotsListCompleteResult, error)
BotsListComplete retrieves all of the results into a single object
func (HealthbotsClient) BotsListCompleteMatchingPredicate ¶
func (c HealthbotsClient) BotsListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate HealthBotOperationPredicate) (resp BotsListCompleteResult, err error)
BotsListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (HealthbotsClient) BotsUpdate ¶
func (c HealthbotsClient) BotsUpdate(ctx context.Context, id HealthBotId, input HealthBotUpdateParameters) (result BotsUpdateOperationResponse, err error)
BotsUpdate ...
Source Files ¶
- client.go
- constants.go
- id_healthbot.go
- method_botscreate_autorest.go
- method_botsdelete_autorest.go
- method_botsget_autorest.go
- method_botslist_autorest.go
- method_botslistbyresourcegroup_autorest.go
- method_botsupdate_autorest.go
- model_healthbot.go
- model_healthbotproperties.go
- model_healthbotupdateparameters.go
- model_sku.go
- predicates.go
- version.go