Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureEntityResource
- type BaseClient
- type Change
- type ChangeCategory
- type ChangeList
- type ChangeListIterator
- type ChangeListPage
- type ChangeProperties
- type ChangeType
- type ChangesClient
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type Level
- type OperationsClient
- type PropertyChange
- type ProxyResource
- type Resource
- type ResourceChangesClient
- type ResourceProviderOperationDefinition
- type ResourceProviderOperationDisplay
- type ResourceProviderOperationList
- type ResourceProviderOperationListIterator
- type ResourceProviderOperationListPage
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ChangeCategory ¶
type ChangeCategory = original.ChangeCategory
const ( System ChangeCategory = original.System User ChangeCategory = original.User )
func PossibleChangeCategoryValues ¶
func PossibleChangeCategoryValues() []ChangeCategory
type ChangeList ¶
type ChangeList = original.ChangeList
type ChangeListIterator ¶
type ChangeListIterator = original.ChangeListIterator
func NewChangeListIterator ¶
func NewChangeListIterator(page ChangeListPage) ChangeListIterator
type ChangeListPage ¶
type ChangeListPage = original.ChangeListPage
func NewChangeListPage ¶
func NewChangeListPage(cur ChangeList, getNextPage func(context.Context, ChangeList) (ChangeList, error)) ChangeListPage
type ChangeProperties ¶
type ChangeProperties = original.ChangeProperties
type ChangeType ¶
type ChangeType = original.ChangeType
const ( Add ChangeType = original.Add Remove ChangeType = original.Remove Update ChangeType = original.Update )
func PossibleChangeTypeValues ¶
func PossibleChangeTypeValues() []ChangeType
type ChangesClient ¶
type ChangesClient = original.ChangesClient
func NewChangesClient ¶
func NewChangesClient(subscriptionID string) ChangesClient
func NewChangesClientWithBaseURI ¶
func NewChangesClientWithBaseURI(baseURI string, subscriptionID string) ChangesClient
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PropertyChange ¶
type PropertyChange = original.PropertyChange
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceChangesClient ¶
type ResourceChangesClient = original.ResourceChangesClient
func NewResourceChangesClient ¶
func NewResourceChangesClient(subscriptionID string) ResourceChangesClient
func NewResourceChangesClientWithBaseURI ¶
func NewResourceChangesClientWithBaseURI(baseURI string, subscriptionID string) ResourceChangesClient
type ResourceProviderOperationDefinition ¶
type ResourceProviderOperationDefinition = original.ResourceProviderOperationDefinition
type ResourceProviderOperationDisplay ¶
type ResourceProviderOperationDisplay = original.ResourceProviderOperationDisplay
type ResourceProviderOperationList ¶
type ResourceProviderOperationList = original.ResourceProviderOperationList
type ResourceProviderOperationListIterator ¶
type ResourceProviderOperationListIterator = original.ResourceProviderOperationListIterator
func NewResourceProviderOperationListIterator ¶
func NewResourceProviderOperationListIterator(page ResourceProviderOperationListPage) ResourceProviderOperationListIterator
type ResourceProviderOperationListPage ¶
type ResourceProviderOperationListPage = original.ResourceProviderOperationListPage
func NewResourceProviderOperationListPage ¶
func NewResourceProviderOperationListPage(cur ResourceProviderOperationList, getNextPage func(context.Context, ResourceProviderOperationList) (ResourceProviderOperationList, error)) ResourceProviderOperationListPage
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.