...

Package healthbot

import "github.com/Azure/azure-sdk-for-go/profiles/latest/healthbot/mgmt/healthbot"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type AvailableOperations
type AvailableOperationsIterator
    func NewAvailableOperationsIterator(page AvailableOperationsPage) AvailableOperationsIterator
type AvailableOperationsPage
    func NewAvailableOperationsPage(cur AvailableOperations, getNextPage func(context.Context, AvailableOperations) (AvailableOperations, error)) AvailableOperationsPage
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BotResponseList
type BotResponseListIterator
    func NewBotResponseListIterator(page BotResponseListPage) BotResponseListIterator
type BotResponseListPage
    func NewBotResponseListPage(cur BotResponseList, getNextPage func(context.Context, BotResponseList) (BotResponseList, error)) BotResponseListPage
type BotsClient
    func NewBotsClient(subscriptionID string) BotsClient
    func NewBotsClientWithBaseURI(baseURI string, subscriptionID string) BotsClient
type BotsCreateFuture
type BotsDeleteFuture
type Error
type ErrorAdditionalInfo
type ErrorError
type HealthBot
type IdentityType
    func PossibleIdentityTypeValues() []IdentityType
type OperationDetail
type OperationDisplay
type OperationsClient
    func NewOperationsClient(subscriptionID string) OperationsClient
    func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Properties
type Resource
type Sku
type SkuName
    func PossibleSkuNameValues() []SkuName
type SystemData
type TrackedResource
type UpdateParameters
type ValidationResult

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type AvailableOperations

type AvailableOperations = original.AvailableOperations

type AvailableOperationsIterator

type AvailableOperationsIterator = original.AvailableOperationsIterator

func NewAvailableOperationsIterator

func NewAvailableOperationsIterator(page AvailableOperationsPage) AvailableOperationsIterator

type AvailableOperationsPage

type AvailableOperationsPage = original.AvailableOperationsPage

func NewAvailableOperationsPage

func NewAvailableOperationsPage(cur AvailableOperations, getNextPage func(context.Context, AvailableOperations) (AvailableOperations, error)) AvailableOperationsPage

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BotResponseList

type BotResponseList = original.BotResponseList

type BotResponseListIterator

type BotResponseListIterator = original.BotResponseListIterator

func NewBotResponseListIterator

func NewBotResponseListIterator(page BotResponseListPage) BotResponseListIterator

type BotResponseListPage

type BotResponseListPage = original.BotResponseListPage

func NewBotResponseListPage

func NewBotResponseListPage(cur BotResponseList, getNextPage func(context.Context, BotResponseList) (BotResponseList, error)) BotResponseListPage

type BotsClient

type BotsClient = original.BotsClient

func NewBotsClient

func NewBotsClient(subscriptionID string) BotsClient

func NewBotsClientWithBaseURI

func NewBotsClientWithBaseURI(baseURI string, subscriptionID string) BotsClient

type BotsCreateFuture

type BotsCreateFuture = original.BotsCreateFuture

type BotsDeleteFuture

type BotsDeleteFuture = original.BotsDeleteFuture

type Error

type Error = original.Error

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

type ErrorError

type ErrorError = original.ErrorError

type HealthBot

type HealthBot = original.HealthBot

type IdentityType

type IdentityType = original.IdentityType
const (
    Application     IdentityType = original.Application
    Key             IdentityType = original.Key
    ManagedIdentity IdentityType = original.ManagedIdentity
    User            IdentityType = original.User
)

func PossibleIdentityTypeValues

func PossibleIdentityTypeValues() []IdentityType

type OperationDetail

type OperationDetail = original.OperationDetail

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Properties

type Properties = original.Properties

type Resource

type Resource = original.Resource

type Sku

type Sku = original.Sku

type SkuName

type SkuName = original.SkuName
const (
    C0 SkuName = original.C0
    F0 SkuName = original.F0
    S1 SkuName = original.S1
)

func PossibleSkuNameValues

func PossibleSkuNameValues() []SkuName

type SystemData

type SystemData = original.SystemData

type TrackedResource

type TrackedResource = original.TrackedResource

type UpdateParameters

type UpdateParameters = original.UpdateParameters

type ValidationResult

type ValidationResult = original.ValidationResult

Subdirectories

Name Synopsis
..
healthbotapi