Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureAsyncOperationResult
- type BaseClient
- type Client
- type CreateFuture
- type DataLakeStoreAccount
- type DataLakeStoreAccountListResult
- type DataLakeStoreAccountListResultIterator
- type DataLakeStoreAccountListResultPage
- type DataLakeStoreAccountProperties
- type DataLakeStoreAccountState
- type DataLakeStoreAccountStatus
- type DataLakeStoreFirewallRuleListResult
- type DataLakeStoreFirewallRuleListResultIterator
- type DataLakeStoreFirewallRuleListResultPage
- type DeleteFuture
- type EncryptionConfig
- type EncryptionConfigType
- type EncryptionIdentity
- type EncryptionIdentityType
- type EncryptionProvisioningState
- type EncryptionState
- type Error
- type ErrorDetails
- type FirewallRule
- type FirewallRuleProperties
- type InnerError
- type KeyVaultMetaInfo
- type OperationStatus
- type UpdateFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureAsyncOperationResult ¶
type AzureAsyncOperationResult = original.AzureAsyncOperationResult
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Client ¶
func NewClientWithBaseURI ¶
type CreateFuture ¶
type CreateFuture = original.CreateFuture
type DataLakeStoreAccount ¶
type DataLakeStoreAccount = original.DataLakeStoreAccount
type DataLakeStoreAccountListResult ¶
type DataLakeStoreAccountListResult = original.DataLakeStoreAccountListResult
type DataLakeStoreAccountListResultIterator ¶
type DataLakeStoreAccountListResultIterator = original.DataLakeStoreAccountListResultIterator
func NewDataLakeStoreAccountListResultIterator ¶
func NewDataLakeStoreAccountListResultIterator(page DataLakeStoreAccountListResultPage) DataLakeStoreAccountListResultIterator
type DataLakeStoreAccountListResultPage ¶
type DataLakeStoreAccountListResultPage = original.DataLakeStoreAccountListResultPage
func NewDataLakeStoreAccountListResultPage ¶
func NewDataLakeStoreAccountListResultPage(getNextPage func(context.Context, DataLakeStoreAccountListResult) (DataLakeStoreAccountListResult, error)) DataLakeStoreAccountListResultPage
type DataLakeStoreAccountProperties ¶
type DataLakeStoreAccountProperties = original.DataLakeStoreAccountProperties
type DataLakeStoreAccountState ¶
type DataLakeStoreAccountState = original.DataLakeStoreAccountState
const ( Active DataLakeStoreAccountState = original.Active Suspended DataLakeStoreAccountState = original.Suspended )
func PossibleDataLakeStoreAccountStateValues ¶
func PossibleDataLakeStoreAccountStateValues() []DataLakeStoreAccountState
type DataLakeStoreAccountStatus ¶
type DataLakeStoreAccountStatus = original.DataLakeStoreAccountStatus
const ( Creating DataLakeStoreAccountStatus = original.Creating Deleted DataLakeStoreAccountStatus = original.Deleted Deleting DataLakeStoreAccountStatus = original.Deleting Failed DataLakeStoreAccountStatus = original.Failed Patching DataLakeStoreAccountStatus = original.Patching Resuming DataLakeStoreAccountStatus = original.Resuming Running DataLakeStoreAccountStatus = original.Running Succeeded DataLakeStoreAccountStatus = original.Succeeded Suspending DataLakeStoreAccountStatus = original.Suspending )
func PossibleDataLakeStoreAccountStatusValues ¶
func PossibleDataLakeStoreAccountStatusValues() []DataLakeStoreAccountStatus
type DataLakeStoreFirewallRuleListResult ¶
type DataLakeStoreFirewallRuleListResult = original.DataLakeStoreFirewallRuleListResult
type DataLakeStoreFirewallRuleListResultIterator ¶
type DataLakeStoreFirewallRuleListResultIterator = original.DataLakeStoreFirewallRuleListResultIterator
func NewDataLakeStoreFirewallRuleListResultIterator ¶
func NewDataLakeStoreFirewallRuleListResultIterator(page DataLakeStoreFirewallRuleListResultPage) DataLakeStoreFirewallRuleListResultIterator
type DataLakeStoreFirewallRuleListResultPage ¶
type DataLakeStoreFirewallRuleListResultPage = original.DataLakeStoreFirewallRuleListResultPage
func NewDataLakeStoreFirewallRuleListResultPage ¶
func NewDataLakeStoreFirewallRuleListResultPage(getNextPage func(context.Context, DataLakeStoreFirewallRuleListResult) (DataLakeStoreFirewallRuleListResult, error)) DataLakeStoreFirewallRuleListResultPage
type DeleteFuture ¶
type DeleteFuture = original.DeleteFuture
type EncryptionConfig ¶
type EncryptionConfig = original.EncryptionConfig
type EncryptionConfigType ¶
type EncryptionConfigType = original.EncryptionConfigType
const ( ServiceManaged EncryptionConfigType = original.ServiceManaged UserManaged EncryptionConfigType = original.UserManaged )
func PossibleEncryptionConfigTypeValues ¶
func PossibleEncryptionConfigTypeValues() []EncryptionConfigType
type EncryptionIdentity ¶
type EncryptionIdentity = original.EncryptionIdentity
type EncryptionIdentityType ¶
type EncryptionIdentityType = original.EncryptionIdentityType
const (
SystemAssigned EncryptionIdentityType = original.SystemAssigned
)
func PossibleEncryptionIdentityTypeValues ¶
func PossibleEncryptionIdentityTypeValues() []EncryptionIdentityType
type EncryptionProvisioningState ¶
type EncryptionProvisioningState = original.EncryptionProvisioningState
const ( EncryptionProvisioningStateCreating EncryptionProvisioningState = original.EncryptionProvisioningStateCreating EncryptionProvisioningStateSucceeded EncryptionProvisioningState = original.EncryptionProvisioningStateSucceeded )
func PossibleEncryptionProvisioningStateValues ¶
func PossibleEncryptionProvisioningStateValues() []EncryptionProvisioningState
type EncryptionState ¶
type EncryptionState = original.EncryptionState
const ( Disabled EncryptionState = original.Disabled Enabled EncryptionState = original.Enabled )
func PossibleEncryptionStateValues ¶
func PossibleEncryptionStateValues() []EncryptionState
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type FirewallRule ¶
type FirewallRule = original.FirewallRule
type FirewallRuleProperties ¶
type FirewallRuleProperties = original.FirewallRuleProperties
type InnerError ¶
type InnerError = original.InnerError
type KeyVaultMetaInfo ¶
type KeyVaultMetaInfo = original.KeyVaultMetaInfo
type OperationStatus ¶
type OperationStatus = original.OperationStatus
const ( OperationStatusFailed OperationStatus = original.OperationStatusFailed OperationStatusInProgress OperationStatus = original.OperationStatusInProgress OperationStatusSucceeded OperationStatus = original.OperationStatusSucceeded )
func PossibleOperationStatusValues ¶
func PossibleOperationStatusValues() []OperationStatus
type UpdateFuture ¶
type UpdateFuture = original.UpdateFuture
Click to show internal directories.
Click to hide internal directories.