Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AccountsClient
- type AccountsCreateFutureType
- type AccountsDeleteFutureType
- type AccountsUpdateFutureType
- type BaseClient
- type CapabilityInformation
- type CheckNameAvailabilityParameters
- type CreateDataLakeStoreAccountParameters
- type CreateDataLakeStoreAccountProperties
- type CreateFirewallRuleWithAccountParameters
- type CreateOrUpdateFirewallRuleParameters
- type CreateOrUpdateFirewallRuleProperties
- type CreateOrUpdateTrustedIDProviderParameters
- type CreateOrUpdateTrustedIDProviderProperties
- type CreateOrUpdateVirtualNetworkRuleParameters
- type CreateOrUpdateVirtualNetworkRuleProperties
- type CreateTrustedIDProviderWithAccountParameters
- type CreateVirtualNetworkRuleWithAccountParameters
- type DataLakeStoreAccount
- type DataLakeStoreAccountBasic
- type DataLakeStoreAccountListResult
- type DataLakeStoreAccountListResultIterator
- type DataLakeStoreAccountListResultPage
- type DataLakeStoreAccountProperties
- type DataLakeStoreAccountPropertiesBasic
- type DataLakeStoreAccountState
- type DataLakeStoreAccountStatus
- type EncryptionConfig
- type EncryptionConfigType
- type EncryptionIdentity
- type EncryptionProvisioningState
- type EncryptionState
- type FirewallAllowAzureIpsState
- type FirewallRule
- type FirewallRuleListResult
- type FirewallRuleListResultIterator
- type FirewallRuleListResultPage
- type FirewallRuleProperties
- type FirewallRulesClient
- type FirewallState
- type KeyVaultMetaInfo
- type LocationsClient
- type NameAvailabilityInformation
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationOrigin
- type OperationsClient
- type Resource
- type SubResource
- type SubscriptionState
- type TierType
- type TrustedIDProvider
- type TrustedIDProviderListResult
- type TrustedIDProviderListResultIterator
- type TrustedIDProviderListResultPage
- type TrustedIDProviderProperties
- type TrustedIDProviderState
- type TrustedIDProvidersClient
- type UpdateDataLakeStoreAccountParameters
- type UpdateDataLakeStoreAccountProperties
- type UpdateEncryptionConfig
- type UpdateFirewallRuleParameters
- type UpdateFirewallRuleProperties
- type UpdateFirewallRuleWithAccountParameters
- type UpdateKeyVaultMetaInfo
- type UpdateTrustedIDProviderParameters
- type UpdateTrustedIDProviderProperties
- type UpdateTrustedIDProviderWithAccountParameters
- type UpdateVirtualNetworkRuleParameters
- type UpdateVirtualNetworkRuleProperties
- type UpdateVirtualNetworkRuleWithAccountParameters
- type VirtualNetworkRule
- type VirtualNetworkRuleListResult
- type VirtualNetworkRuleListResultIterator
- type VirtualNetworkRuleListResultPage
- type VirtualNetworkRuleProperties
- type VirtualNetworkRulesClient
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountsClient ¶
type AccountsClient = original.AccountsClient
func NewAccountsClient ¶
func NewAccountsClient(subscriptionID string) AccountsClient
func NewAccountsClientWithBaseURI ¶
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient
type AccountsCreateFutureType ¶
type AccountsCreateFutureType = original.AccountsCreateFutureType
type AccountsDeleteFutureType ¶
type AccountsDeleteFutureType = original.AccountsDeleteFutureType
type AccountsUpdateFutureType ¶
type AccountsUpdateFutureType = original.AccountsUpdateFutureType
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CapabilityInformation ¶
type CapabilityInformation = original.CapabilityInformation
type CheckNameAvailabilityParameters ¶
type CheckNameAvailabilityParameters = original.CheckNameAvailabilityParameters
type CreateDataLakeStoreAccountParameters ¶
type CreateDataLakeStoreAccountParameters = original.CreateDataLakeStoreAccountParameters
type CreateDataLakeStoreAccountProperties ¶
type CreateDataLakeStoreAccountProperties = original.CreateDataLakeStoreAccountProperties
type CreateFirewallRuleWithAccountParameters ¶
type CreateFirewallRuleWithAccountParameters = original.CreateFirewallRuleWithAccountParameters
type CreateOrUpdateFirewallRuleParameters ¶
type CreateOrUpdateFirewallRuleParameters = original.CreateOrUpdateFirewallRuleParameters
type CreateOrUpdateFirewallRuleProperties ¶
type CreateOrUpdateFirewallRuleProperties = original.CreateOrUpdateFirewallRuleProperties
type CreateOrUpdateTrustedIDProviderParameters ¶
type CreateOrUpdateTrustedIDProviderParameters = original.CreateOrUpdateTrustedIDProviderParameters
type CreateOrUpdateTrustedIDProviderProperties ¶
type CreateOrUpdateTrustedIDProviderProperties = original.CreateOrUpdateTrustedIDProviderProperties
type CreateOrUpdateVirtualNetworkRuleParameters ¶
type CreateOrUpdateVirtualNetworkRuleParameters = original.CreateOrUpdateVirtualNetworkRuleParameters
type CreateOrUpdateVirtualNetworkRuleProperties ¶
type CreateOrUpdateVirtualNetworkRuleProperties = original.CreateOrUpdateVirtualNetworkRuleProperties
type CreateTrustedIDProviderWithAccountParameters ¶
type CreateTrustedIDProviderWithAccountParameters = original.CreateTrustedIDProviderWithAccountParameters
type CreateVirtualNetworkRuleWithAccountParameters ¶
type CreateVirtualNetworkRuleWithAccountParameters = original.CreateVirtualNetworkRuleWithAccountParameters
type DataLakeStoreAccount ¶
type DataLakeStoreAccount = original.DataLakeStoreAccount
type DataLakeStoreAccountBasic ¶
type DataLakeStoreAccountBasic = original.DataLakeStoreAccountBasic
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 DataLakeStoreAccountPropertiesBasic ¶
type DataLakeStoreAccountPropertiesBasic = original.DataLakeStoreAccountPropertiesBasic
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 ( Canceled DataLakeStoreAccountStatus = original.Canceled 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 Undeleting DataLakeStoreAccountStatus = original.Undeleting )
func PossibleDataLakeStoreAccountStatusValues ¶
func PossibleDataLakeStoreAccountStatusValues() []DataLakeStoreAccountStatus
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 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 FirewallAllowAzureIpsState ¶
type FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsState
const ( FirewallAllowAzureIpsStateDisabled FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsStateDisabled FirewallAllowAzureIpsStateEnabled FirewallAllowAzureIpsState = original.FirewallAllowAzureIpsStateEnabled )
func PossibleFirewallAllowAzureIpsStateValues ¶
func PossibleFirewallAllowAzureIpsStateValues() []FirewallAllowAzureIpsState
type FirewallRule ¶
type FirewallRule = original.FirewallRule
type FirewallRuleListResult ¶
type FirewallRuleListResult = original.FirewallRuleListResult
type FirewallRuleListResultIterator ¶
type FirewallRuleListResultIterator = original.FirewallRuleListResultIterator
func NewFirewallRuleListResultIterator ¶
func NewFirewallRuleListResultIterator(page FirewallRuleListResultPage) FirewallRuleListResultIterator
type FirewallRuleListResultPage ¶
type FirewallRuleListResultPage = original.FirewallRuleListResultPage
func NewFirewallRuleListResultPage ¶
func NewFirewallRuleListResultPage(getNextPage func(context.Context, FirewallRuleListResult) (FirewallRuleListResult, error)) FirewallRuleListResultPage
type FirewallRuleProperties ¶
type FirewallRuleProperties = original.FirewallRuleProperties
type FirewallRulesClient ¶
type FirewallRulesClient = original.FirewallRulesClient
func NewFirewallRulesClient ¶
func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient
func NewFirewallRulesClientWithBaseURI ¶
func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient
type FirewallState ¶
type FirewallState = original.FirewallState
const ( FirewallStateDisabled FirewallState = original.FirewallStateDisabled FirewallStateEnabled FirewallState = original.FirewallStateEnabled )
func PossibleFirewallStateValues ¶
func PossibleFirewallStateValues() []FirewallState
type KeyVaultMetaInfo ¶
type KeyVaultMetaInfo = original.KeyVaultMetaInfo
type LocationsClient ¶
type LocationsClient = original.LocationsClient
func NewLocationsClient ¶
func NewLocationsClient(subscriptionID string) LocationsClient
func NewLocationsClientWithBaseURI ¶
func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient
type NameAvailabilityInformation ¶
type NameAvailabilityInformation = original.NameAvailabilityInformation
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationOrigin ¶
type OperationOrigin = original.OperationOrigin
const ( System OperationOrigin = original.System User OperationOrigin = original.User Usersystem OperationOrigin = original.Usersystem )
func PossibleOperationOriginValues ¶
func PossibleOperationOriginValues() []OperationOrigin
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type SubResource ¶
type SubResource = original.SubResource
type SubscriptionState ¶
type SubscriptionState = original.SubscriptionState
const ( SubscriptionStateDeleted SubscriptionState = original.SubscriptionStateDeleted SubscriptionStateRegistered SubscriptionState = original.SubscriptionStateRegistered SubscriptionStateSuspended SubscriptionState = original.SubscriptionStateSuspended SubscriptionStateUnregistered SubscriptionState = original.SubscriptionStateUnregistered SubscriptionStateWarned SubscriptionState = original.SubscriptionStateWarned )
func PossibleSubscriptionStateValues ¶
func PossibleSubscriptionStateValues() []SubscriptionState
type TierType ¶
const ( Commitment100TB TierType = original.Commitment100TB Commitment10TB TierType = original.Commitment10TB Commitment1PB TierType = original.Commitment1PB Commitment1TB TierType = original.Commitment1TB Commitment500TB TierType = original.Commitment500TB Commitment5PB TierType = original.Commitment5PB Consumption TierType = original.Consumption )
func PossibleTierTypeValues ¶
func PossibleTierTypeValues() []TierType
type TrustedIDProvider ¶
type TrustedIDProvider = original.TrustedIDProvider
type TrustedIDProviderListResult ¶
type TrustedIDProviderListResult = original.TrustedIDProviderListResult
type TrustedIDProviderListResultIterator ¶
type TrustedIDProviderListResultIterator = original.TrustedIDProviderListResultIterator
func NewTrustedIDProviderListResultIterator ¶
func NewTrustedIDProviderListResultIterator(page TrustedIDProviderListResultPage) TrustedIDProviderListResultIterator
type TrustedIDProviderListResultPage ¶
type TrustedIDProviderListResultPage = original.TrustedIDProviderListResultPage
func NewTrustedIDProviderListResultPage ¶
func NewTrustedIDProviderListResultPage(getNextPage func(context.Context, TrustedIDProviderListResult) (TrustedIDProviderListResult, error)) TrustedIDProviderListResultPage
type TrustedIDProviderProperties ¶
type TrustedIDProviderProperties = original.TrustedIDProviderProperties
type TrustedIDProviderState ¶
type TrustedIDProviderState = original.TrustedIDProviderState
const ( TrustedIDProviderStateDisabled TrustedIDProviderState = original.TrustedIDProviderStateDisabled TrustedIDProviderStateEnabled TrustedIDProviderState = original.TrustedIDProviderStateEnabled )
func PossibleTrustedIDProviderStateValues ¶
func PossibleTrustedIDProviderStateValues() []TrustedIDProviderState
type TrustedIDProvidersClient ¶
type TrustedIDProvidersClient = original.TrustedIDProvidersClient
func NewTrustedIDProvidersClient ¶
func NewTrustedIDProvidersClient(subscriptionID string) TrustedIDProvidersClient
func NewTrustedIDProvidersClientWithBaseURI ¶
func NewTrustedIDProvidersClientWithBaseURI(baseURI string, subscriptionID string) TrustedIDProvidersClient
type UpdateDataLakeStoreAccountParameters ¶
type UpdateDataLakeStoreAccountParameters = original.UpdateDataLakeStoreAccountParameters
type UpdateDataLakeStoreAccountProperties ¶
type UpdateDataLakeStoreAccountProperties = original.UpdateDataLakeStoreAccountProperties
type UpdateEncryptionConfig ¶
type UpdateEncryptionConfig = original.UpdateEncryptionConfig
type UpdateFirewallRuleParameters ¶
type UpdateFirewallRuleParameters = original.UpdateFirewallRuleParameters
type UpdateFirewallRuleProperties ¶
type UpdateFirewallRuleProperties = original.UpdateFirewallRuleProperties
type UpdateFirewallRuleWithAccountParameters ¶
type UpdateFirewallRuleWithAccountParameters = original.UpdateFirewallRuleWithAccountParameters
type UpdateKeyVaultMetaInfo ¶
type UpdateKeyVaultMetaInfo = original.UpdateKeyVaultMetaInfo
type UpdateTrustedIDProviderParameters ¶
type UpdateTrustedIDProviderParameters = original.UpdateTrustedIDProviderParameters
type UpdateTrustedIDProviderProperties ¶
type UpdateTrustedIDProviderProperties = original.UpdateTrustedIDProviderProperties
type UpdateTrustedIDProviderWithAccountParameters ¶
type UpdateTrustedIDProviderWithAccountParameters = original.UpdateTrustedIDProviderWithAccountParameters
type UpdateVirtualNetworkRuleParameters ¶
type UpdateVirtualNetworkRuleParameters = original.UpdateVirtualNetworkRuleParameters
type UpdateVirtualNetworkRuleProperties ¶
type UpdateVirtualNetworkRuleProperties = original.UpdateVirtualNetworkRuleProperties
type UpdateVirtualNetworkRuleWithAccountParameters ¶
type UpdateVirtualNetworkRuleWithAccountParameters = original.UpdateVirtualNetworkRuleWithAccountParameters
type VirtualNetworkRule ¶
type VirtualNetworkRule = original.VirtualNetworkRule
type VirtualNetworkRuleListResult ¶
type VirtualNetworkRuleListResult = original.VirtualNetworkRuleListResult
type VirtualNetworkRuleListResultIterator ¶
type VirtualNetworkRuleListResultIterator = original.VirtualNetworkRuleListResultIterator
func NewVirtualNetworkRuleListResultIterator ¶
func NewVirtualNetworkRuleListResultIterator(page VirtualNetworkRuleListResultPage) VirtualNetworkRuleListResultIterator
type VirtualNetworkRuleListResultPage ¶
type VirtualNetworkRuleListResultPage = original.VirtualNetworkRuleListResultPage
func NewVirtualNetworkRuleListResultPage ¶
func NewVirtualNetworkRuleListResultPage(getNextPage func(context.Context, VirtualNetworkRuleListResult) (VirtualNetworkRuleListResult, error)) VirtualNetworkRuleListResultPage
type VirtualNetworkRuleProperties ¶
type VirtualNetworkRuleProperties = original.VirtualNetworkRuleProperties
type VirtualNetworkRulesClient ¶
type VirtualNetworkRulesClient = original.VirtualNetworkRulesClient
func NewVirtualNetworkRulesClient ¶
func NewVirtualNetworkRulesClient(subscriptionID string) VirtualNetworkRulesClient
func NewVirtualNetworkRulesClientWithBaseURI ¶
func NewVirtualNetworkRulesClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkRulesClient
Click to show internal directories.
Click to hide internal directories.