Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AuthorizationOperationsClient
- type BaseClient
- type LockLevel
- type ManagementLockListResult
- type ManagementLockListResultIterator
- type ManagementLockListResultPage
- type ManagementLockObject
- type ManagementLockOwner
- type ManagementLockProperties
- type ManagementLocksClient
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthorizationOperationsClient ¶
type AuthorizationOperationsClient = original.AuthorizationOperationsClient
func NewAuthorizationOperationsClient ¶
func NewAuthorizationOperationsClient(subscriptionID string) AuthorizationOperationsClient
func NewAuthorizationOperationsClientWithBaseURI ¶
func NewAuthorizationOperationsClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationOperationsClient
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type LockLevel ¶
const ( CanNotDelete LockLevel = original.CanNotDelete NotSpecified LockLevel = original.NotSpecified ReadOnly LockLevel = original.ReadOnly )
func PossibleLockLevelValues ¶
func PossibleLockLevelValues() []LockLevel
type ManagementLockListResult ¶
type ManagementLockListResult = original.ManagementLockListResult
type ManagementLockListResultIterator ¶
type ManagementLockListResultIterator = original.ManagementLockListResultIterator
func NewManagementLockListResultIterator ¶
func NewManagementLockListResultIterator(page ManagementLockListResultPage) ManagementLockListResultIterator
type ManagementLockListResultPage ¶
type ManagementLockListResultPage = original.ManagementLockListResultPage
func NewManagementLockListResultPage ¶
func NewManagementLockListResultPage(cur ManagementLockListResult, getNextPage func(context.Context, ManagementLockListResult) (ManagementLockListResult, error)) ManagementLockListResultPage
type ManagementLockObject ¶
type ManagementLockObject = original.ManagementLockObject
type ManagementLockOwner ¶
type ManagementLockOwner = original.ManagementLockOwner
type ManagementLockProperties ¶
type ManagementLockProperties = original.ManagementLockProperties
type ManagementLocksClient ¶
type ManagementLocksClient = original.ManagementLocksClient
func NewManagementLocksClient ¶
func NewManagementLocksClient(subscriptionID string) ManagementLocksClient
func NewManagementLocksClientWithBaseURI ¶
func NewManagementLocksClientWithBaseURI(baseURI string, subscriptionID string) ManagementLocksClient
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
Click to show internal directories.
Click to hide internal directories.