...

Package locks

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

Overview ▾

Constants

const (
    DefaultBaseURI = original.DefaultBaseURI
)

func UserAgent

func UserAgent() string

func Version

func Version() string

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

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 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

Subdirectories

Name Synopsis
..
locksapi