Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Artifact
- type AzureResourceBase
- type BaseClient
- type BasicArtifact
- type Client
- type CreatedByType
- type Error
- type ErrorAdditionalInfo
- type ErrorResponse
- type Kind
- type ListResult
- type ListResultIterator
- type ListResultPage
- type Properties
- type SystemData
- type TemplateArtifact
- type TemplateSpec
- type TemplateSpecExpandKind
- type UpdateModel
- type VersionInfo
- type VersionProperties
- type VersionTemplatespecs
- type VersionUpdateModel
- type VersionsClient
- type VersionsListResult
- type VersionsListResultIterator
- type VersionsListResultPage
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureResourceBase ¶
type AzureResourceBase = original.AzureResourceBase
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BasicArtifact ¶
type BasicArtifact = original.BasicArtifact
type Client ¶
func NewClientWithBaseURI ¶
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 ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type Kind ¶
const ( KindTemplate Kind = original.KindTemplate KindTemplateSpecArtifact Kind = original.KindTemplateSpecArtifact )
func PossibleKindValues ¶
func PossibleKindValues() []Kind
type ListResult ¶
type ListResult = original.ListResult
type ListResultIterator ¶
type ListResultIterator = original.ListResultIterator
func NewListResultIterator ¶
func NewListResultIterator(page ListResultPage) ListResultIterator
type ListResultPage ¶
type ListResultPage = original.ListResultPage
func NewListResultPage ¶
func NewListResultPage(cur ListResult, getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage
type Properties ¶
type Properties = original.Properties
type SystemData ¶
type SystemData = original.SystemData
type TemplateArtifact ¶
type TemplateArtifact = original.TemplateArtifact
type TemplateSpec ¶
type TemplateSpec = original.TemplateSpec
type TemplateSpecExpandKind ¶
type TemplateSpecExpandKind = original.TemplateSpecExpandKind
const (
Versions TemplateSpecExpandKind = original.Versions
)
func PossibleTemplateSpecExpandKindValues ¶
func PossibleTemplateSpecExpandKindValues() []TemplateSpecExpandKind
type UpdateModel ¶
type UpdateModel = original.UpdateModel
type VersionInfo ¶
type VersionInfo = original.VersionInfo
type VersionProperties ¶
type VersionProperties = original.VersionProperties
type VersionTemplatespecs ¶
type VersionTemplatespecs = original.VersionTemplatespecs
type VersionUpdateModel ¶
type VersionUpdateModel = original.VersionUpdateModel
type VersionsClient ¶
type VersionsClient = original.VersionsClient
func NewVersionsClient ¶
func NewVersionsClient(subscriptionID string) VersionsClient
func NewVersionsClientWithBaseURI ¶
func NewVersionsClientWithBaseURI(baseURI string, subscriptionID string) VersionsClient
type VersionsListResult ¶
type VersionsListResult = original.VersionsListResult
type VersionsListResultIterator ¶
type VersionsListResultIterator = original.VersionsListResultIterator
func NewVersionsListResultIterator ¶
func NewVersionsListResultIterator(page VersionsListResultPage) VersionsListResultIterator
type VersionsListResultPage ¶
type VersionsListResultPage = original.VersionsListResultPage
func NewVersionsListResultPage ¶
func NewVersionsListResultPage(cur VersionsListResult, getNextPage func(context.Context, VersionsListResult) (VersionsListResult, error)) VersionsListResultPage
Click to show internal directories.
Click to hide internal directories.