Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Account
- type AccountList
- type AccountPatch
- type AccountProperties
- type AccountsClient
- type AccountsCreateOrUpdateFuture
- type AccountsDeleteFuture
- type ActiveDirectory
- type BaseClient
- type CapacityPool
- type CapacityPoolList
- type CapacityPoolPatch
- type Dimension
- type Error
- type ExportPolicyRule
- type MetricSpecification
- type MountTarget
- type MountTargetList
- type MountTargetProperties
- type MountTargetsClient
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationProperties
- type OperationsClient
- type PoolPatchProperties
- type PoolProperties
- type PoolsClient
- type PoolsCreateOrUpdateFuture
- type PoolsDeleteFuture
- type ServiceLevel
- type ServiceSpecification
- type Snapshot
- type SnapshotPatch
- type SnapshotProperties
- type SnapshotsClient
- type SnapshotsCreateFuture
- type SnapshotsDeleteFuture
- type SnapshotsList
- type Volume
- type VolumeList
- type VolumePatch
- type VolumePatchProperties
- type VolumePatchPropertiesExportPolicy
- type VolumeProperties
- type VolumePropertiesExportPolicy
- type VolumesClient
- type VolumesCreateOrUpdateFuture
- type VolumesDeleteFuture
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AccountList ¶
type AccountList = original.AccountList
type AccountPatch ¶
type AccountPatch = original.AccountPatch
type AccountProperties ¶
type AccountProperties = original.AccountProperties
type AccountsClient ¶
type AccountsClient = original.AccountsClient
func NewAccountsClient ¶
func NewAccountsClient(subscriptionID string) AccountsClient
func NewAccountsClientWithBaseURI ¶
func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient
type AccountsCreateOrUpdateFuture ¶
type AccountsCreateOrUpdateFuture = original.AccountsCreateOrUpdateFuture
type AccountsDeleteFuture ¶
type AccountsDeleteFuture = original.AccountsDeleteFuture
type ActiveDirectory ¶
type ActiveDirectory = original.ActiveDirectory
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CapacityPool ¶
type CapacityPool = original.CapacityPool
type CapacityPoolList ¶
type CapacityPoolList = original.CapacityPoolList
type CapacityPoolPatch ¶
type CapacityPoolPatch = original.CapacityPoolPatch
type ExportPolicyRule ¶
type ExportPolicyRule = original.ExportPolicyRule
type MetricSpecification ¶
type MetricSpecification = original.MetricSpecification
type MountTarget ¶
type MountTarget = original.MountTarget
type MountTargetList ¶
type MountTargetList = original.MountTargetList
type MountTargetProperties ¶
type MountTargetProperties = original.MountTargetProperties
type MountTargetsClient ¶
type MountTargetsClient = original.MountTargetsClient
func NewMountTargetsClient ¶
func NewMountTargetsClient(subscriptionID string) MountTargetsClient
func NewMountTargetsClientWithBaseURI ¶
func NewMountTargetsClientWithBaseURI(baseURI string, subscriptionID string) MountTargetsClient
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationProperties ¶
type OperationProperties = original.OperationProperties
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type PoolPatchProperties ¶
type PoolPatchProperties = original.PoolPatchProperties
type PoolProperties ¶
type PoolProperties = original.PoolProperties
type PoolsClient ¶
type PoolsClient = original.PoolsClient
func NewPoolsClient ¶
func NewPoolsClient(subscriptionID string) PoolsClient
func NewPoolsClientWithBaseURI ¶
func NewPoolsClientWithBaseURI(baseURI string, subscriptionID string) PoolsClient
type PoolsCreateOrUpdateFuture ¶
type PoolsCreateOrUpdateFuture = original.PoolsCreateOrUpdateFuture
type PoolsDeleteFuture ¶
type PoolsDeleteFuture = original.PoolsDeleteFuture
type ServiceLevel ¶
type ServiceLevel = original.ServiceLevel
const ( Premium ServiceLevel = original.Premium Standard ServiceLevel = original.Standard Ultra ServiceLevel = original.Ultra )
func PossibleServiceLevelValues ¶
func PossibleServiceLevelValues() []ServiceLevel
type ServiceSpecification ¶
type ServiceSpecification = original.ServiceSpecification
type SnapshotPatch ¶
type SnapshotPatch = original.SnapshotPatch
type SnapshotProperties ¶
type SnapshotProperties = original.SnapshotProperties
type SnapshotsClient ¶
type SnapshotsClient = original.SnapshotsClient
func NewSnapshotsClient ¶
func NewSnapshotsClient(subscriptionID string) SnapshotsClient
func NewSnapshotsClientWithBaseURI ¶
func NewSnapshotsClientWithBaseURI(baseURI string, subscriptionID string) SnapshotsClient
type SnapshotsCreateFuture ¶
type SnapshotsCreateFuture = original.SnapshotsCreateFuture
type SnapshotsDeleteFuture ¶
type SnapshotsDeleteFuture = original.SnapshotsDeleteFuture
type SnapshotsList ¶
type SnapshotsList = original.SnapshotsList
type VolumeList ¶
type VolumeList = original.VolumeList
type VolumePatch ¶
type VolumePatch = original.VolumePatch
type VolumePatchProperties ¶
type VolumePatchProperties = original.VolumePatchProperties
type VolumePatchPropertiesExportPolicy ¶
type VolumePatchPropertiesExportPolicy = original.VolumePatchPropertiesExportPolicy
type VolumeProperties ¶
type VolumeProperties = original.VolumeProperties
type VolumePropertiesExportPolicy ¶
type VolumePropertiesExportPolicy = original.VolumePropertiesExportPolicy
type VolumesClient ¶
type VolumesClient = original.VolumesClient
func NewVolumesClient ¶
func NewVolumesClient(subscriptionID string) VolumesClient
func NewVolumesClientWithBaseURI ¶
func NewVolumesClientWithBaseURI(baseURI string, subscriptionID string) VolumesClient
type VolumesCreateOrUpdateFuture ¶
type VolumesCreateOrUpdateFuture = original.VolumesCreateOrUpdateFuture
type VolumesDeleteFuture ¶
type VolumesDeleteFuture = original.VolumesDeleteFuture
Click to show internal directories.
Click to hide internal directories.