Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CloudDeployment
- type CloudUser
- type CompanyInfo
- type CreatedByType
- type DeploymentInfoClient
- type DeploymentInfoResponse
- type DeploymentStatus
- type ErrorResponseBody
- type FilteringTag
- type IdentityProperties
- type LiftrResourceCategories
- type LogRules
- type ManagedIdentityTypes
- type MonitorProperties
- type MonitorResource
- type MonitorResourceListResponse
- type MonitorResourceListResponseIterator
- type MonitorResourceListResponsePage
- type MonitorResourceUpdateParameters
- type MonitoredResource
- type MonitoredResourceListResponse
- type MonitoredResourceListResponseIterator
- type MonitoredResourceListResponsePage
- type MonitoredResourcesClient
- type MonitoringStatus
- type MonitoringTagRules
- type MonitoringTagRulesListResponse
- type MonitoringTagRulesListResponseIterator
- type MonitoringTagRulesListResponsePage
- type MonitoringTagRulesProperties
- type MonitorsClient
- type MonitorsCreateFuture
- type MonitorsDeleteFuture
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationName
- type OperationResult
- type OperationsClient
- type Properties
- type ProvisioningState
- type ResourceProviderDefaultErrorResponse
- type ResourceSku
- type SendingLogs
- type SystemData
- type TagAction
- type TagRulesClient
- type TagRulesDeleteFuture
- type UserInfo
- type VMCollectionClient
- type VMCollectionUpdate
- type VMHostClient
- type VMHostListResponse
- type VMHostListResponseIterator
- type VMHostListResponsePage
- type VMIngestionClient
- type VMIngestionDetailsResponse
- type VMResources
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 CloudDeployment ¶
type CloudDeployment = original.CloudDeployment
type CompanyInfo ¶
type CompanyInfo = original.CompanyInfo
type CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication CreatedByTypeKey CreatedByType = original.CreatedByTypeKey CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity CreatedByTypeUser CreatedByType = original.CreatedByTypeUser )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type DeploymentInfoClient ¶
type DeploymentInfoClient = original.DeploymentInfoClient
func NewDeploymentInfoClient ¶
func NewDeploymentInfoClient(subscriptionID string) DeploymentInfoClient
func NewDeploymentInfoClientWithBaseURI ¶
func NewDeploymentInfoClientWithBaseURI(baseURI string, subscriptionID string) DeploymentInfoClient
type DeploymentInfoResponse ¶
type DeploymentInfoResponse = original.DeploymentInfoResponse
type DeploymentStatus ¶
type DeploymentStatus = original.DeploymentStatus
const ( DeploymentStatusHealthy DeploymentStatus = original.DeploymentStatusHealthy DeploymentStatusUnhealthy DeploymentStatus = original.DeploymentStatusUnhealthy )
func PossibleDeploymentStatusValues ¶
func PossibleDeploymentStatusValues() []DeploymentStatus
type ErrorResponseBody ¶
type ErrorResponseBody = original.ErrorResponseBody
type FilteringTag ¶
type FilteringTag = original.FilteringTag
type IdentityProperties ¶
type IdentityProperties = original.IdentityProperties
type LiftrResourceCategories ¶
type LiftrResourceCategories = original.LiftrResourceCategories
const ( LiftrResourceCategoriesMonitorLogs LiftrResourceCategories = original.LiftrResourceCategoriesMonitorLogs LiftrResourceCategoriesUnknown LiftrResourceCategories = original.LiftrResourceCategoriesUnknown )
func PossibleLiftrResourceCategoriesValues ¶
func PossibleLiftrResourceCategoriesValues() []LiftrResourceCategories
type ManagedIdentityTypes ¶
type ManagedIdentityTypes = original.ManagedIdentityTypes
const (
ManagedIdentityTypesSystemAssigned ManagedIdentityTypes = original.ManagedIdentityTypesSystemAssigned
)
func PossibleManagedIdentityTypesValues ¶
func PossibleManagedIdentityTypesValues() []ManagedIdentityTypes
type MonitorProperties ¶
type MonitorProperties = original.MonitorProperties
type MonitorResource ¶
type MonitorResource = original.MonitorResource
type MonitorResourceListResponse ¶
type MonitorResourceListResponse = original.MonitorResourceListResponse
type MonitorResourceListResponseIterator ¶
type MonitorResourceListResponseIterator = original.MonitorResourceListResponseIterator
func NewMonitorResourceListResponseIterator ¶
func NewMonitorResourceListResponseIterator(page MonitorResourceListResponsePage) MonitorResourceListResponseIterator
type MonitorResourceListResponsePage ¶
type MonitorResourceListResponsePage = original.MonitorResourceListResponsePage
func NewMonitorResourceListResponsePage ¶
func NewMonitorResourceListResponsePage(cur MonitorResourceListResponse, getNextPage func(context.Context, MonitorResourceListResponse) (MonitorResourceListResponse, error)) MonitorResourceListResponsePage
type MonitorResourceUpdateParameters ¶
type MonitorResourceUpdateParameters = original.MonitorResourceUpdateParameters
type MonitoredResource ¶
type MonitoredResource = original.MonitoredResource
type MonitoredResourceListResponse ¶
type MonitoredResourceListResponse = original.MonitoredResourceListResponse
type MonitoredResourceListResponseIterator ¶
type MonitoredResourceListResponseIterator = original.MonitoredResourceListResponseIterator
func NewMonitoredResourceListResponseIterator ¶
func NewMonitoredResourceListResponseIterator(page MonitoredResourceListResponsePage) MonitoredResourceListResponseIterator
type MonitoredResourceListResponsePage ¶
type MonitoredResourceListResponsePage = original.MonitoredResourceListResponsePage
func NewMonitoredResourceListResponsePage ¶
func NewMonitoredResourceListResponsePage(cur MonitoredResourceListResponse, getNextPage func(context.Context, MonitoredResourceListResponse) (MonitoredResourceListResponse, error)) MonitoredResourceListResponsePage
type MonitoredResourcesClient ¶
type MonitoredResourcesClient = original.MonitoredResourcesClient
func NewMonitoredResourcesClient ¶
func NewMonitoredResourcesClient(subscriptionID string) MonitoredResourcesClient
func NewMonitoredResourcesClientWithBaseURI ¶
func NewMonitoredResourcesClientWithBaseURI(baseURI string, subscriptionID string) MonitoredResourcesClient
type MonitoringStatus ¶
type MonitoringStatus = original.MonitoringStatus
const ( MonitoringStatusDisabled MonitoringStatus = original.MonitoringStatusDisabled MonitoringStatusEnabled MonitoringStatus = original.MonitoringStatusEnabled )
func PossibleMonitoringStatusValues ¶
func PossibleMonitoringStatusValues() []MonitoringStatus
type MonitoringTagRules ¶
type MonitoringTagRules = original.MonitoringTagRules
type MonitoringTagRulesListResponse ¶
type MonitoringTagRulesListResponse = original.MonitoringTagRulesListResponse
type MonitoringTagRulesListResponseIterator ¶
type MonitoringTagRulesListResponseIterator = original.MonitoringTagRulesListResponseIterator
func NewMonitoringTagRulesListResponseIterator ¶
func NewMonitoringTagRulesListResponseIterator(page MonitoringTagRulesListResponsePage) MonitoringTagRulesListResponseIterator
type MonitoringTagRulesListResponsePage ¶
type MonitoringTagRulesListResponsePage = original.MonitoringTagRulesListResponsePage
func NewMonitoringTagRulesListResponsePage ¶
func NewMonitoringTagRulesListResponsePage(cur MonitoringTagRulesListResponse, getNextPage func(context.Context, MonitoringTagRulesListResponse) (MonitoringTagRulesListResponse, error)) MonitoringTagRulesListResponsePage
type MonitoringTagRulesProperties ¶
type MonitoringTagRulesProperties = original.MonitoringTagRulesProperties
type MonitorsClient ¶
type MonitorsClient = original.MonitorsClient
func NewMonitorsClient ¶
func NewMonitorsClient(subscriptionID string) MonitorsClient
func NewMonitorsClientWithBaseURI ¶
func NewMonitorsClientWithBaseURI(baseURI string, subscriptionID string) MonitorsClient
type MonitorsCreateFuture ¶
type MonitorsCreateFuture = original.MonitorsCreateFuture
type MonitorsDeleteFuture ¶
type MonitorsDeleteFuture = original.MonitorsDeleteFuture
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationName ¶
type OperationName = original.OperationName
const ( OperationNameAdd OperationName = original.OperationNameAdd OperationNameDelete OperationName = original.OperationNameDelete )
func PossibleOperationNameValues ¶
func PossibleOperationNameValues() []OperationName
type OperationResult ¶
type OperationResult = original.OperationResult
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 ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( ProvisioningStateAccepted ProvisioningState = original.ProvisioningStateAccepted ProvisioningStateCanceled ProvisioningState = original.ProvisioningStateCanceled ProvisioningStateCreating ProvisioningState = original.ProvisioningStateCreating ProvisioningStateDeleted ProvisioningState = original.ProvisioningStateDeleted ProvisioningStateDeleting ProvisioningState = original.ProvisioningStateDeleting ProvisioningStateFailed ProvisioningState = original.ProvisioningStateFailed ProvisioningStateNotSpecified ProvisioningState = original.ProvisioningStateNotSpecified ProvisioningStateSucceeded ProvisioningState = original.ProvisioningStateSucceeded ProvisioningStateUpdating ProvisioningState = original.ProvisioningStateUpdating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ResourceProviderDefaultErrorResponse ¶
type ResourceProviderDefaultErrorResponse = original.ResourceProviderDefaultErrorResponse
type ResourceSku ¶
type ResourceSku = original.ResourceSku
type SendingLogs ¶
type SendingLogs = original.SendingLogs
const ( SendingLogsFalse SendingLogs = original.SendingLogsFalse SendingLogsTrue SendingLogs = original.SendingLogsTrue )
func PossibleSendingLogsValues ¶
func PossibleSendingLogsValues() []SendingLogs
type SystemData ¶
type SystemData = original.SystemData
type TagAction ¶
const ( TagActionExclude TagAction = original.TagActionExclude TagActionInclude TagAction = original.TagActionInclude )
func PossibleTagActionValues ¶
func PossibleTagActionValues() []TagAction
type TagRulesClient ¶
type TagRulesClient = original.TagRulesClient
func NewTagRulesClient ¶
func NewTagRulesClient(subscriptionID string) TagRulesClient
func NewTagRulesClientWithBaseURI ¶
func NewTagRulesClientWithBaseURI(baseURI string, subscriptionID string) TagRulesClient
type TagRulesDeleteFuture ¶
type TagRulesDeleteFuture = original.TagRulesDeleteFuture
type VMCollectionClient ¶
type VMCollectionClient = original.VMCollectionClient
func NewVMCollectionClient ¶
func NewVMCollectionClient(subscriptionID string) VMCollectionClient
func NewVMCollectionClientWithBaseURI ¶
func NewVMCollectionClientWithBaseURI(baseURI string, subscriptionID string) VMCollectionClient
type VMCollectionUpdate ¶
type VMCollectionUpdate = original.VMCollectionUpdate
type VMHostClient ¶
type VMHostClient = original.VMHostClient
func NewVMHostClient ¶
func NewVMHostClient(subscriptionID string) VMHostClient
func NewVMHostClientWithBaseURI ¶
func NewVMHostClientWithBaseURI(baseURI string, subscriptionID string) VMHostClient
type VMHostListResponse ¶
type VMHostListResponse = original.VMHostListResponse
type VMHostListResponseIterator ¶
type VMHostListResponseIterator = original.VMHostListResponseIterator
func NewVMHostListResponseIterator ¶
func NewVMHostListResponseIterator(page VMHostListResponsePage) VMHostListResponseIterator
type VMHostListResponsePage ¶
type VMHostListResponsePage = original.VMHostListResponsePage
func NewVMHostListResponsePage ¶
func NewVMHostListResponsePage(cur VMHostListResponse, getNextPage func(context.Context, VMHostListResponse) (VMHostListResponse, error)) VMHostListResponsePage
type VMIngestionClient ¶
type VMIngestionClient = original.VMIngestionClient
func NewVMIngestionClient ¶
func NewVMIngestionClient(subscriptionID string) VMIngestionClient
func NewVMIngestionClientWithBaseURI ¶
func NewVMIngestionClientWithBaseURI(baseURI string, subscriptionID string) VMIngestionClient
type VMIngestionDetailsResponse ¶
type VMIngestionDetailsResponse = original.VMIngestionDetailsResponse
type VMResources ¶
type VMResources = original.VMResources
Click to show internal directories.
Click to hide internal directories.