virtualmachineimagebuilder

package
v60.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AzureEntityResource

type AzureEntityResource = original.AzureEntityResource

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BasicImageTemplateCustomizer

type BasicImageTemplateCustomizer = original.BasicImageTemplateCustomizer

type BasicImageTemplateDistributor

type BasicImageTemplateDistributor = original.BasicImageTemplateDistributor

type BasicImageTemplateSource

type BasicImageTemplateSource = original.BasicImageTemplateSource

type CloudError

type CloudError = original.CloudError

type CloudErrorBody

type CloudErrorBody = original.CloudErrorBody

type CreatedByType

type CreatedByType = original.CreatedByType
const (
	CreatedByTypeApplication     CreatedByType = original.CreatedByTypeApplication
	CreatedByTypeKey             CreatedByType = original.CreatedByTypeKey
	CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity
	CreatedByTypeUser            CreatedByType = original.CreatedByTypeUser
)

func PossibleCreatedByTypeValues

func PossibleCreatedByTypeValues() []CreatedByType

type ImageTemplate

type ImageTemplate = original.ImageTemplate

type ImageTemplateCustomizer

type ImageTemplateCustomizer = original.ImageTemplateCustomizer

type ImageTemplateDistributor

type ImageTemplateDistributor = original.ImageTemplateDistributor

type ImageTemplateFileCustomizer

type ImageTemplateFileCustomizer = original.ImageTemplateFileCustomizer

type ImageTemplateIdentity

type ImageTemplateIdentity = original.ImageTemplateIdentity

type ImageTemplateLastRunStatus

type ImageTemplateLastRunStatus = original.ImageTemplateLastRunStatus

type ImageTemplateListResult

type ImageTemplateListResult = original.ImageTemplateListResult

type ImageTemplateManagedImageSource

type ImageTemplateManagedImageSource = original.ImageTemplateManagedImageSource

type ImageTemplatePlatformImageSource

type ImageTemplatePlatformImageSource = original.ImageTemplatePlatformImageSource

type ImageTemplatePowerShellCustomizer

type ImageTemplatePowerShellCustomizer = original.ImageTemplatePowerShellCustomizer

type ImageTemplateProperties

type ImageTemplateProperties = original.ImageTemplateProperties

type ImageTemplateRestartCustomizer

type ImageTemplateRestartCustomizer = original.ImageTemplateRestartCustomizer

type ImageTemplateShellCustomizer

type ImageTemplateShellCustomizer = original.ImageTemplateShellCustomizer

type ImageTemplateSource

type ImageTemplateSource = original.ImageTemplateSource

type ImageTemplateUpdateParameters

type ImageTemplateUpdateParameters = original.ImageTemplateUpdateParameters

type ImageTemplateVMProfile

type ImageTemplateVMProfile = original.ImageTemplateVMProfile

type ImageTemplateVhdDistributor

type ImageTemplateVhdDistributor = original.ImageTemplateVhdDistributor

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type PlatformImagePurchasePlan

type PlatformImagePurchasePlan = original.PlatformImagePurchasePlan

type ProvisioningError

type ProvisioningError = original.ProvisioningError

type ProvisioningErrorCode

type ProvisioningErrorCode = original.ProvisioningErrorCode
const (
	ProvisioningErrorCodeBadCustomizerType           ProvisioningErrorCode = original.ProvisioningErrorCodeBadCustomizerType
	ProvisioningErrorCodeBadDistributeType           ProvisioningErrorCode = original.ProvisioningErrorCodeBadDistributeType
	ProvisioningErrorCodeBadManagedImageSource       ProvisioningErrorCode = original.ProvisioningErrorCodeBadManagedImageSource
	ProvisioningErrorCodeBadPIRSource                ProvisioningErrorCode = original.ProvisioningErrorCodeBadPIRSource
	ProvisioningErrorCodeBadSharedImageDistribute    ProvisioningErrorCode = original.ProvisioningErrorCodeBadSharedImageDistribute
	ProvisioningErrorCodeBadSharedImageVersionSource ProvisioningErrorCode = original.ProvisioningErrorCodeBadSharedImageVersionSource
	ProvisioningErrorCodeBadSourceType               ProvisioningErrorCode = original.ProvisioningErrorCodeBadSourceType
	ProvisioningErrorCodeNoCustomizerScript          ProvisioningErrorCode = original.ProvisioningErrorCodeNoCustomizerScript
	ProvisioningErrorCodeOther                       ProvisioningErrorCode = original.ProvisioningErrorCodeOther
	ProvisioningErrorCodeServerError                 ProvisioningErrorCode = original.ProvisioningErrorCodeServerError
	ProvisioningErrorCodeUnsupportedCustomizerType   ProvisioningErrorCode = original.ProvisioningErrorCodeUnsupportedCustomizerType
)

func PossibleProvisioningErrorCodeValues

func PossibleProvisioningErrorCodeValues() []ProvisioningErrorCode

type ProvisioningState

type ProvisioningState = original.ProvisioningState

func PossibleProvisioningStateValues

func PossibleProvisioningStateValues() []ProvisioningState

type ProxyResource

type ProxyResource = original.ProxyResource

type Resource

type Resource = original.Resource

type ResourceIdentityType

type ResourceIdentityType = original.ResourceIdentityType
const (
	ResourceIdentityTypeNone         ResourceIdentityType = original.ResourceIdentityTypeNone
	ResourceIdentityTypeUserAssigned ResourceIdentityType = original.ResourceIdentityTypeUserAssigned
)

func PossibleResourceIdentityTypeValues

func PossibleResourceIdentityTypeValues() []ResourceIdentityType

type RunOutput

type RunOutput = original.RunOutput

type RunOutputCollection

type RunOutputCollection = original.RunOutputCollection

type RunOutputProperties

type RunOutputProperties = original.RunOutputProperties

type RunState

type RunState = original.RunState
const (
	RunStateCanceled           RunState = original.RunStateCanceled
	RunStateCanceling          RunState = original.RunStateCanceling
	RunStateFailed             RunState = original.RunStateFailed
	RunStatePartiallySucceeded RunState = original.RunStatePartiallySucceeded
	RunStateRunning            RunState = original.RunStateRunning
	RunStateSucceeded          RunState = original.RunStateSucceeded
)

func PossibleRunStateValues

func PossibleRunStateValues() []RunState

type RunSubState

type RunSubState = original.RunSubState
const (
	RunSubStateBuilding     RunSubState = original.RunSubStateBuilding
	RunSubStateCustomizing  RunSubState = original.RunSubStateCustomizing
	RunSubStateDistributing RunSubState = original.RunSubStateDistributing
	RunSubStateQueued       RunSubState = original.RunSubStateQueued
)

func PossibleRunSubStateValues

func PossibleRunSubStateValues() []RunSubState

type SharedImageStorageAccountType

type SharedImageStorageAccountType = original.SharedImageStorageAccountType
const (
	SharedImageStorageAccountTypeStandardLRS SharedImageStorageAccountType = original.SharedImageStorageAccountTypeStandardLRS
	SharedImageStorageAccountTypeStandardZRS SharedImageStorageAccountType = original.SharedImageStorageAccountTypeStandardZRS
)

func PossibleSharedImageStorageAccountTypeValues

func PossibleSharedImageStorageAccountTypeValues() []SharedImageStorageAccountType

type SubResource

type SubResource = original.SubResource

type SystemData

type SystemData = original.SystemData

type TrackedResource

type TrackedResource = original.TrackedResource

type Type

type Type = original.Type
const (
	TypeImageTemplateSource Type = original.TypeImageTemplateSource
	TypeManagedImage        Type = original.TypeManagedImage
	TypePlatformImage       Type = original.TypePlatformImage
	TypeSharedImageVersion  Type = original.TypeSharedImageVersion
)

func PossibleTypeValues

func PossibleTypeValues() []Type

type TypeBasicImageTemplateDistributor

type TypeBasicImageTemplateDistributor = original.TypeBasicImageTemplateDistributor

func PossibleTypeBasicImageTemplateDistributorValues

func PossibleTypeBasicImageTemplateDistributorValues() []TypeBasicImageTemplateDistributor

type VirtualMachineImageTemplatesClient

type VirtualMachineImageTemplatesClient = original.VirtualMachineImageTemplatesClient

func NewVirtualMachineImageTemplatesClient

func NewVirtualMachineImageTemplatesClient(subscriptionID string) VirtualMachineImageTemplatesClient

func NewVirtualMachineImageTemplatesClientWithBaseURI

func NewVirtualMachineImageTemplatesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineImageTemplatesClient

type VirtualNetworkConfig

type VirtualNetworkConfig = original.VirtualNetworkConfig

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL