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 PossibleValuesForSkuName() []string + func ValidateHealthBotID(input interface{}, key string) (warnings []string, errors []error) + type BotsCreateOperationResponse struct + HttpResponse *http.Response + Model *HealthBot + OData *odata.OData + Poller pollers.Poller + type BotsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type BotsGetOperationResponse struct + HttpResponse *http.Response + Model *HealthBot + OData *odata.OData + type BotsListByResourceGroupCompleteResult struct + Items []HealthBot + LatestHttpResponse *http.Response + type BotsListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *BotsListByResourceGroupCustomPager) NextPageLink() *odata.Link + type BotsListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]HealthBot + OData *odata.OData + type BotsListCompleteResult struct + Items []HealthBot + LatestHttpResponse *http.Response + type BotsListCustomPager struct + NextLink *odata.Link + func (p *BotsListCustomPager) NextPageLink() *odata.Link + type BotsListOperationResponse struct + HttpResponse *http.Response + Model *[]HealthBot + OData *odata.OData + type BotsListSecretsOperationResponse struct + HttpResponse *http.Response + Model *HealthBotKeysResponse + OData *odata.OData + type BotsRegenerateApiJwtSecretOperationResponse struct + HttpResponse *http.Response + Model *HealthBotKey + OData *odata.OData + type BotsUpdateOperationResponse struct + HttpResponse *http.Response + Model *HealthBot + OData *odata.OData + Poller pollers.Poller + type HealthBot struct + Id *string + Identity *identity.SystemAndUserAssignedMap + Location string + Name *string + Properties *HealthBotProperties + Sku Sku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type HealthBotId struct + HealthBotName string + ResourceGroupName string + SubscriptionId string + func NewHealthBotID(subscriptionId string, resourceGroupName string, healthBotName string) HealthBotId + func ParseHealthBotID(input string) (*HealthBotId, error) + func ParseHealthBotIDInsensitively(input string) (*HealthBotId, error) + func (id *HealthBotId) FromParseResult(input resourceids.ParseResult) error + func (id HealthBotId) ID() string + func (id HealthBotId) Segments() []resourceids.Segment + func (id HealthBotId) String() string + type HealthBotKey struct + KeyName *string + Value *string + type HealthBotKeysResponse struct + Secrets *[]HealthBotKey + type HealthBotOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p HealthBotOperationPredicate) Matches(input HealthBot) bool + type HealthBotProperties struct + BotManagementPortalLink *string + KeyVaultProperties *KeyVaultProperties + ProvisioningState *string + type HealthBotUpdateParameters struct + Identity *identity.SystemAndUserAssignedMap + Location *string + Properties *HealthBotProperties + Sku *Sku + Tags *map[string]string + type HealthbotsClient struct + Client *resourcemanager.Client + func NewHealthbotsClientWithBaseURI(sdkApi sdkEnv.Api) (*HealthbotsClient, error) + 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) (result BotsListOperationResponse, err error) + func (c HealthbotsClient) BotsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result 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, ...) (result 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, ...) (result BotsListCompleteResult, err error) + func (c HealthbotsClient) BotsListSecrets(ctx context.Context, id HealthBotId) (result BotsListSecretsOperationResponse, err error) + func (c HealthbotsClient) BotsRegenerateApiJwtSecret(ctx context.Context, id HealthBotId) (result BotsRegenerateApiJwtSecretOperationResponse, err error) + func (c HealthbotsClient) BotsUpdate(ctx context.Context, id HealthBotId, input HealthBotUpdateParameters) (result BotsUpdateOperationResponse, err error) + func (c HealthbotsClient) BotsUpdateThenPoll(ctx context.Context, id HealthBotId, input HealthBotUpdateParameters) error + type KeyVaultProperties struct + KeyName string + KeyVaultUri string + KeyVersion *string + UserIdentity *string + type Sku struct + Name SkuName + type SkuName string + const SkuNameCOne + const SkuNameCZero + const SkuNameFZero + const SkuNamePES + const SkuNameSOne + func (s *SkuName) UnmarshalJSON(bytes []byte) error