Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CoreSummary
- type LinkTarget
- type ListLinkTarget
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationsClient
- type ProxyResource
- type PurgeState
- type Resource
- type SavedSearch
- type SavedSearchProperties
- type SavedSearchesClient
- type SavedSearchesListResult
- type SearchError
- type SearchGetSchemaResponse
- type SearchHighlight
- type SearchMetadata
- type SearchMetadataSchema
- type SearchParameters
- type SearchResultsResponse
- type SearchSchemaValue
- type SearchSort
- type SearchSortEnum
- type SharedKeys
- type StorageAccount
- type StorageInsight
- type StorageInsightListResult
- type StorageInsightListResultIterator
- type StorageInsightListResultPage
- type StorageInsightProperties
- type StorageInsightState
- type StorageInsightStatus
- type StorageInsightsClient
- type Tag
- type WorkspacePurgeBody
- type WorkspacePurgeBodyFilters
- type WorkspacePurgeResponse
- type WorkspacePurgeStatusResponse
- type WorkspacesClient
- type WorkspacesGetSearchResultsFuture
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, purgeID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string, purgeID string) BaseClient
type CoreSummary ¶
type CoreSummary = original.CoreSummary
type LinkTarget ¶
type LinkTarget = original.LinkTarget
type ListLinkTarget ¶
type ListLinkTarget = original.ListLinkTarget
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string, purgeID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) OperationsClient
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type PurgeState ¶
type PurgeState = original.PurgeState
const ( Completed PurgeState = original.Completed Pending PurgeState = original.Pending )
func PossiblePurgeStateValues ¶
func PossiblePurgeStateValues() []PurgeState
type SavedSearch ¶
type SavedSearch = original.SavedSearch
type SavedSearchProperties ¶
type SavedSearchProperties = original.SavedSearchProperties
type SavedSearchesClient ¶
type SavedSearchesClient = original.SavedSearchesClient
func NewSavedSearchesClient ¶
func NewSavedSearchesClient(subscriptionID string, purgeID string) SavedSearchesClient
func NewSavedSearchesClientWithBaseURI ¶
func NewSavedSearchesClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) SavedSearchesClient
type SavedSearchesListResult ¶
type SavedSearchesListResult = original.SavedSearchesListResult
type SearchError ¶
type SearchError = original.SearchError
type SearchGetSchemaResponse ¶
type SearchGetSchemaResponse = original.SearchGetSchemaResponse
type SearchHighlight ¶
type SearchHighlight = original.SearchHighlight
type SearchMetadata ¶
type SearchMetadata = original.SearchMetadata
type SearchMetadataSchema ¶
type SearchMetadataSchema = original.SearchMetadataSchema
type SearchParameters ¶
type SearchParameters = original.SearchParameters
type SearchResultsResponse ¶
type SearchResultsResponse = original.SearchResultsResponse
type SearchSchemaValue ¶
type SearchSchemaValue = original.SearchSchemaValue
type SearchSort ¶
type SearchSort = original.SearchSort
type SearchSortEnum ¶
type SearchSortEnum = original.SearchSortEnum
const ( Asc SearchSortEnum = original.Asc Desc SearchSortEnum = original.Desc )
func PossibleSearchSortEnumValues ¶
func PossibleSearchSortEnumValues() []SearchSortEnum
type SharedKeys ¶
type SharedKeys = original.SharedKeys
type StorageAccount ¶
type StorageAccount = original.StorageAccount
type StorageInsight ¶
type StorageInsight = original.StorageInsight
type StorageInsightListResult ¶
type StorageInsightListResult = original.StorageInsightListResult
type StorageInsightListResultIterator ¶
type StorageInsightListResultIterator = original.StorageInsightListResultIterator
func NewStorageInsightListResultIterator ¶
func NewStorageInsightListResultIterator(page StorageInsightListResultPage) StorageInsightListResultIterator
type StorageInsightListResultPage ¶
type StorageInsightListResultPage = original.StorageInsightListResultPage
func NewStorageInsightListResultPage ¶
func NewStorageInsightListResultPage(getNextPage func(context.Context, StorageInsightListResult) (StorageInsightListResult, error)) StorageInsightListResultPage
type StorageInsightProperties ¶
type StorageInsightProperties = original.StorageInsightProperties
type StorageInsightState ¶
type StorageInsightState = original.StorageInsightState
const ( ERROR StorageInsightState = original.ERROR OK StorageInsightState = original.OK )
func PossibleStorageInsightStateValues ¶
func PossibleStorageInsightStateValues() []StorageInsightState
type StorageInsightStatus ¶
type StorageInsightStatus = original.StorageInsightStatus
type StorageInsightsClient ¶
type StorageInsightsClient = original.StorageInsightsClient
func NewStorageInsightsClient ¶
func NewStorageInsightsClient(subscriptionID string, purgeID string) StorageInsightsClient
func NewStorageInsightsClientWithBaseURI ¶
func NewStorageInsightsClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) StorageInsightsClient
type WorkspacePurgeBody ¶
type WorkspacePurgeBody = original.WorkspacePurgeBody
type WorkspacePurgeBodyFilters ¶
type WorkspacePurgeBodyFilters = original.WorkspacePurgeBodyFilters
type WorkspacePurgeResponse ¶
type WorkspacePurgeResponse = original.WorkspacePurgeResponse
type WorkspacePurgeStatusResponse ¶
type WorkspacePurgeStatusResponse = original.WorkspacePurgeStatusResponse
type WorkspacesClient ¶
type WorkspacesClient = original.WorkspacesClient
func NewWorkspacesClient ¶
func NewWorkspacesClient(subscriptionID string, purgeID string) WorkspacesClient
func NewWorkspacesClientWithBaseURI ¶
func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string, purgeID string) WorkspacesClient
type WorkspacesGetSearchResultsFuture ¶
type WorkspacesGetSearchResultsFuture = original.WorkspacesGetSearchResultsFuture
Click to show internal directories.
Click to hide internal directories.