...

Package locks

import "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/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 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

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

Subdirectories

Name Synopsis
..
locksapi