Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type EnterpriseKnowledgeGraph
- type EnterpriseKnowledgeGraphClient
- type EnterpriseKnowledgeGraphProperties
- type EnterpriseKnowledgeGraphResponseList
- type EnterpriseKnowledgeGraphResponseListIterator
- type EnterpriseKnowledgeGraphResponseListPage
- type Error
- type ErrorBody
- type OperationDisplayInfo
- type OperationEntity
- type OperationEntityListResult
- type OperationEntityListResultIterator
- type OperationEntityListResultPage
- type OperationsClient
- type ProvisioningState
- type Resource
- type Sku
- type SkuName
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type EnterpriseKnowledgeGraph ¶
type EnterpriseKnowledgeGraph = original.EnterpriseKnowledgeGraph
type EnterpriseKnowledgeGraphClient ¶
type EnterpriseKnowledgeGraphClient = original.EnterpriseKnowledgeGraphClient
func NewEnterpriseKnowledgeGraphClient ¶
func NewEnterpriseKnowledgeGraphClient(subscriptionID string) EnterpriseKnowledgeGraphClient
func NewEnterpriseKnowledgeGraphClientWithBaseURI ¶
func NewEnterpriseKnowledgeGraphClientWithBaseURI(baseURI string, subscriptionID string) EnterpriseKnowledgeGraphClient
type EnterpriseKnowledgeGraphProperties ¶
type EnterpriseKnowledgeGraphProperties = original.EnterpriseKnowledgeGraphProperties
type EnterpriseKnowledgeGraphResponseList ¶
type EnterpriseKnowledgeGraphResponseList = original.EnterpriseKnowledgeGraphResponseList
type EnterpriseKnowledgeGraphResponseListIterator ¶
type EnterpriseKnowledgeGraphResponseListIterator = original.EnterpriseKnowledgeGraphResponseListIterator
func NewEnterpriseKnowledgeGraphResponseListIterator ¶
func NewEnterpriseKnowledgeGraphResponseListIterator(page EnterpriseKnowledgeGraphResponseListPage) EnterpriseKnowledgeGraphResponseListIterator
type EnterpriseKnowledgeGraphResponseListPage ¶
type EnterpriseKnowledgeGraphResponseListPage = original.EnterpriseKnowledgeGraphResponseListPage
func NewEnterpriseKnowledgeGraphResponseListPage ¶
func NewEnterpriseKnowledgeGraphResponseListPage(cur EnterpriseKnowledgeGraphResponseList, getNextPage func(context.Context, EnterpriseKnowledgeGraphResponseList) (EnterpriseKnowledgeGraphResponseList, error)) EnterpriseKnowledgeGraphResponseListPage
type OperationDisplayInfo ¶
type OperationDisplayInfo = original.OperationDisplayInfo
type OperationEntity ¶
type OperationEntity = original.OperationEntity
type OperationEntityListResult ¶
type OperationEntityListResult = original.OperationEntityListResult
type OperationEntityListResultIterator ¶
type OperationEntityListResultIterator = original.OperationEntityListResultIterator
func NewOperationEntityListResultIterator ¶
func NewOperationEntityListResultIterator(page OperationEntityListResultPage) OperationEntityListResultIterator
type OperationEntityListResultPage ¶
type OperationEntityListResultPage = original.OperationEntityListResultPage
func NewOperationEntityListResultPage ¶
func NewOperationEntityListResultPage(cur OperationEntityListResult, getNextPage func(context.Context, OperationEntityListResult) (OperationEntityListResult, error)) OperationEntityListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
Click to show internal directories.
Click to hide internal directories.