...

Package locks

import "github.com/Azure/azure-sdk-for-go/profiles/preview/resources/mgmt/locks"
Overview
Index
Subdirectories

Overview ▾

Index ▾

Constants
func UserAgent() string
func Version() string
type AuthorizationOperationsClient
    func NewAuthorizationOperationsClient(subscriptionID string) AuthorizationOperationsClient
    func NewAuthorizationOperationsClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationOperationsClient
type BaseClient
    func New(subscriptionID string) BaseClient
    func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CreatedByType
    func PossibleCreatedByTypeValues() []CreatedByType
type ErrorAdditionalInfo
type ErrorDetail
type ErrorResponse
type LockLevel
    func PossibleLockLevelValues() []LockLevel
type ManagementLockListResult
type ManagementLockListResultIterator
    func NewManagementLockListResultIterator(page ManagementLockListResultPage) ManagementLockListResultIterator
type ManagementLockListResultPage
    func NewManagementLockListResultPage(cur ManagementLockListResult, getNextPage func(context.Context, ManagementLockListResult) (ManagementLockListResult, error)) ManagementLockListResultPage
type ManagementLockObject
type ManagementLockOwner
type ManagementLockProperties
type ManagementLocksClient
    func NewManagementLocksClient(subscriptionID string) ManagementLocksClient
    func NewManagementLocksClientWithBaseURI(baseURI string, subscriptionID string) ManagementLocksClient
type Operation
type OperationDisplay
type OperationListResult
type OperationListResultIterator
    func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage
    func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type SystemData

Package files

models.go

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

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 CreatedByType

type CreatedByType = original.CreatedByType
const (
    Application     CreatedByType = original.Application
    Key             CreatedByType = original.Key
    ManagedIdentity CreatedByType = original.ManagedIdentity
    User            CreatedByType = original.User
)

func PossibleCreatedByTypeValues

func PossibleCreatedByTypeValues() []CreatedByType

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

type ErrorDetail

type ErrorDetail = original.ErrorDetail

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type LockLevel

type LockLevel = original.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 Operation

type Operation = original.Operation

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

type SystemData

type SystemData = original.SystemData

Subdirectories

Name Synopsis
..
locksapi