Documentation ¶
Overview ¶
Package virtualmachineimagebuilder implements the Azure ARM Virtualmachineimagebuilder service API version 2021-10-01.
Azure Virtual Machine Image Builder Client
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AzureEntityResource
- type BaseClient
- type BasicImageTemplateCustomizer
- type BasicImageTemplateDistributor
- type BasicImageTemplateSource
- type CloudError
- type CloudErrorBody
- type CreatedByType
- type ImageTemplate
- type ImageTemplateCustomizer
- func (itc ImageTemplateCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itc ImageTemplateCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itc ImageTemplateCustomizer) MarshalJSON() ([]byte, error)
- type ImageTemplateDistributor
- func (itd ImageTemplateDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
- func (itd ImageTemplateDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
- func (itd ImageTemplateDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
- func (itd ImageTemplateDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
- func (itd ImageTemplateDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
- func (itd ImageTemplateDistributor) MarshalJSON() ([]byte, error)
- type ImageTemplateFileCustomizer
- func (itfc ImageTemplateFileCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itfc ImageTemplateFileCustomizer) MarshalJSON() ([]byte, error)
- type ImageTemplateIdentity
- type ImageTemplateIdentityUserAssignedIdentitiesValue
- type ImageTemplateLastRunStatus
- type ImageTemplateListResult
- type ImageTemplateListResultIterator
- func (iter *ImageTemplateListResultIterator) Next() error
- func (iter *ImageTemplateListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter ImageTemplateListResultIterator) NotDone() bool
- func (iter ImageTemplateListResultIterator) Response() ImageTemplateListResult
- func (iter ImageTemplateListResultIterator) Value() ImageTemplate
- type ImageTemplateListResultPage
- func (page *ImageTemplateListResultPage) Next() error
- func (page *ImageTemplateListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page ImageTemplateListResultPage) NotDone() bool
- func (page ImageTemplateListResultPage) Response() ImageTemplateListResult
- func (page ImageTemplateListResultPage) Values() []ImageTemplate
- type ImageTemplateManagedImageDistributor
- func (itmid ImageTemplateManagedImageDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
- func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
- func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
- func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
- func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
- func (itmid ImageTemplateManagedImageDistributor) MarshalJSON() ([]byte, error)
- type ImageTemplateManagedImageSource
- func (itmis ImageTemplateManagedImageSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
- func (itmis ImageTemplateManagedImageSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
- func (itmis ImageTemplateManagedImageSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
- func (itmis ImageTemplateManagedImageSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
- func (itmis ImageTemplateManagedImageSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
- func (itmis ImageTemplateManagedImageSource) MarshalJSON() ([]byte, error)
- type ImageTemplatePlatformImageSource
- func (itpis ImageTemplatePlatformImageSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
- func (itpis ImageTemplatePlatformImageSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
- func (itpis ImageTemplatePlatformImageSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
- func (itpis ImageTemplatePlatformImageSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
- func (itpis ImageTemplatePlatformImageSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
- func (itpis ImageTemplatePlatformImageSource) MarshalJSON() ([]byte, error)
- type ImageTemplatePowerShellCustomizer
- func (itpsc ImageTemplatePowerShellCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itpsc ImageTemplatePowerShellCustomizer) MarshalJSON() ([]byte, error)
- type ImageTemplateProperties
- type ImageTemplateRestartCustomizer
- func (itrc ImageTemplateRestartCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itrc ImageTemplateRestartCustomizer) MarshalJSON() ([]byte, error)
- type ImageTemplateSharedImageDistributor
- func (itsid ImageTemplateSharedImageDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
- func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
- func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
- func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
- func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
- func (itsid ImageTemplateSharedImageDistributor) MarshalJSON() ([]byte, error)
- type ImageTemplateSharedImageVersionSource
- func (itsivs ImageTemplateSharedImageVersionSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
- func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
- func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
- func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
- func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
- func (itsivs ImageTemplateSharedImageVersionSource) MarshalJSON() ([]byte, error)
- type ImageTemplateShellCustomizer
- func (itsc ImageTemplateShellCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itsc ImageTemplateShellCustomizer) MarshalJSON() ([]byte, error)
- type ImageTemplateSource
- func (its ImageTemplateSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
- func (its ImageTemplateSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
- func (its ImageTemplateSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
- func (its ImageTemplateSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
- func (its ImageTemplateSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
- func (its ImageTemplateSource) MarshalJSON() ([]byte, error)
- type ImageTemplateUpdateParameters
- type ImageTemplateVMProfile
- type ImageTemplateVhdDistributor
- func (itvd ImageTemplateVhdDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
- func (itvd ImageTemplateVhdDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
- func (itvd ImageTemplateVhdDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
- func (itvd ImageTemplateVhdDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
- func (itvd ImageTemplateVhdDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
- func (itvd ImageTemplateVhdDistributor) MarshalJSON() ([]byte, error)
- type ImageTemplateWindowsUpdateCustomizer
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
- func (itwuc ImageTemplateWindowsUpdateCustomizer) MarshalJSON() ([]byte, error)
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- func (iter *OperationListResultIterator) Next() error
- func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
- func (iter OperationListResultIterator) NotDone() bool
- func (iter OperationListResultIterator) Response() OperationListResult
- func (iter OperationListResultIterator) Value() Operation
- type OperationListResultPage
- func (page *OperationListResultPage) Next() error
- func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
- func (page OperationListResultPage) NotDone() bool
- func (page OperationListResultPage) Response() OperationListResult
- func (page OperationListResultPage) Values() []Operation
- type OperationsClient
- func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
- func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
- func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
- func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error)
- type PlatformImagePurchasePlan
- type ProvisioningError
- type ProvisioningErrorCode
- type ProvisioningState
- type ProxyResource
- type Resource
- type ResourceIdentityType
- type RunOutput
- type RunOutputCollection
- type RunOutputCollectionIterator
- func (iter *RunOutputCollectionIterator) Next() error
- func (iter *RunOutputCollectionIterator) NextWithContext(ctx context.Context) (err error)
- func (iter RunOutputCollectionIterator) NotDone() bool
- func (iter RunOutputCollectionIterator) Response() RunOutputCollection
- func (iter RunOutputCollectionIterator) Value() RunOutput
- type RunOutputCollectionPage
- func (page *RunOutputCollectionPage) Next() error
- func (page *RunOutputCollectionPage) NextWithContext(ctx context.Context) (err error)
- func (page RunOutputCollectionPage) NotDone() bool
- func (page RunOutputCollectionPage) Response() RunOutputCollection
- func (page RunOutputCollectionPage) Values() []RunOutput
- type RunOutputProperties
- type RunState
- type RunSubState
- type SharedImageStorageAccountType
- type SubResource
- type SystemData
- type TrackedResource
- type Type
- type TypeBasicImageTemplateCustomizer
- type TypeBasicImageTemplateDistributor
- type VirtualMachineImageTemplatesCancelFuture
- type VirtualMachineImageTemplatesClient
- func (client VirtualMachineImageTemplatesClient) Cancel(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesCancelFuture, err error)
- func (client VirtualMachineImageTemplatesClient) CancelPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) CancelResponder(resp *http.Response) (result autorest.Response, err error)
- func (client VirtualMachineImageTemplatesClient) CancelSender(req *http.Request) (future VirtualMachineImageTemplatesCancelFuture, err error)
- func (client VirtualMachineImageTemplatesClient) CreateOrUpdate(ctx context.Context, parameters ImageTemplate, resourceGroupName string, ...) (result VirtualMachineImageTemplatesCreateOrUpdateFuture, err error)
- func (client VirtualMachineImageTemplatesClient) CreateOrUpdatePreparer(ctx context.Context, parameters ImageTemplate, resourceGroupName string, ...) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) CreateOrUpdateResponder(resp *http.Response) (result ImageTemplate, err error)
- func (client VirtualMachineImageTemplatesClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineImageTemplatesCreateOrUpdateFuture, err error)
- func (client VirtualMachineImageTemplatesClient) Delete(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesDeleteFuture, err error)
- func (client VirtualMachineImageTemplatesClient) DeletePreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
- func (client VirtualMachineImageTemplatesClient) DeleteSender(req *http.Request) (future VirtualMachineImageTemplatesDeleteFuture, err error)
- func (client VirtualMachineImageTemplatesClient) Get(ctx context.Context, resourceGroupName string, imageTemplateName string) (result ImageTemplate, err error)
- func (client VirtualMachineImageTemplatesClient) GetPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) GetResponder(resp *http.Response) (result ImageTemplate, err error)
- func (client VirtualMachineImageTemplatesClient) GetRunOutput(ctx context.Context, resourceGroupName string, imageTemplateName string, ...) (result RunOutput, err error)
- func (client VirtualMachineImageTemplatesClient) GetRunOutputPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string, ...) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) GetRunOutputResponder(resp *http.Response) (result RunOutput, err error)
- func (client VirtualMachineImageTemplatesClient) GetRunOutputSender(req *http.Request) (*http.Response, error)
- func (client VirtualMachineImageTemplatesClient) GetSender(req *http.Request) (*http.Response, error)
- func (client VirtualMachineImageTemplatesClient) List(ctx context.Context) (result ImageTemplateListResultPage, err error)
- func (client VirtualMachineImageTemplatesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ImageTemplateListResultPage, err error)
- func (client VirtualMachineImageTemplatesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ImageTemplateListResultIterator, err error)
- func (client VirtualMachineImageTemplatesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) ListByResourceGroupResponder(resp *http.Response) (result ImageTemplateListResult, err error)
- func (client VirtualMachineImageTemplatesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
- func (client VirtualMachineImageTemplatesClient) ListComplete(ctx context.Context) (result ImageTemplateListResultIterator, err error)
- func (client VirtualMachineImageTemplatesClient) ListPreparer(ctx context.Context) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) ListResponder(resp *http.Response) (result ImageTemplateListResult, err error)
- func (client VirtualMachineImageTemplatesClient) ListRunOutputs(ctx context.Context, resourceGroupName string, imageTemplateName string) (result RunOutputCollectionPage, err error)
- func (client VirtualMachineImageTemplatesClient) ListRunOutputsComplete(ctx context.Context, resourceGroupName string, imageTemplateName string) (result RunOutputCollectionIterator, err error)
- func (client VirtualMachineImageTemplatesClient) ListRunOutputsPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) ListRunOutputsResponder(resp *http.Response) (result RunOutputCollection, err error)
- func (client VirtualMachineImageTemplatesClient) ListRunOutputsSender(req *http.Request) (*http.Response, error)
- func (client VirtualMachineImageTemplatesClient) ListSender(req *http.Request) (*http.Response, error)
- func (client VirtualMachineImageTemplatesClient) Run(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesRunFuture, err error)
- func (client VirtualMachineImageTemplatesClient) RunPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) RunResponder(resp *http.Response) (result autorest.Response, err error)
- func (client VirtualMachineImageTemplatesClient) RunSender(req *http.Request) (future VirtualMachineImageTemplatesRunFuture, err error)
- func (client VirtualMachineImageTemplatesClient) Update(ctx context.Context, parameters ImageTemplateUpdateParameters, ...) (result VirtualMachineImageTemplatesUpdateFuture, err error)
- func (client VirtualMachineImageTemplatesClient) UpdatePreparer(ctx context.Context, parameters ImageTemplateUpdateParameters, ...) (*http.Request, error)
- func (client VirtualMachineImageTemplatesClient) UpdateResponder(resp *http.Response) (result ImageTemplate, err error)
- func (client VirtualMachineImageTemplatesClient) UpdateSender(req *http.Request) (future VirtualMachineImageTemplatesUpdateFuture, err error)
- type VirtualMachineImageTemplatesCreateOrUpdateFuture
- type VirtualMachineImageTemplatesDeleteFuture
- type VirtualMachineImageTemplatesRunFuture
- type VirtualMachineImageTemplatesUpdateFuture
- type VirtualNetworkConfig
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Virtualmachineimagebuilder
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
UserAgent returns the UserAgent string to use when sending http.Requests.
func Version ¶
func Version() string
Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type AzureEntityResource ¶
type AzureEntityResource struct { // Etag - READ-ONLY; Resource Etag. Etag *string `json:"etag,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
AzureEntityResource the resource model definition for an Azure Resource Manager resource with an etag.
func (AzureEntityResource) MarshalJSON ¶
func (aer AzureEntityResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for AzureEntityResource.
type BaseClient ¶
BaseClient is the base client for Virtualmachineimagebuilder.
func New ¶
func New(subscriptionID string) BaseClient
New creates an instance of the BaseClient client.
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
type BasicImageTemplateCustomizer ¶
type BasicImageTemplateCustomizer interface { AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool) }
BasicImageTemplateCustomizer describes a unit of image customization
type BasicImageTemplateDistributor ¶
type BasicImageTemplateDistributor interface { AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool) }
BasicImageTemplateDistributor generic distribution object
type BasicImageTemplateSource ¶
type BasicImageTemplateSource interface { AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool) AsImageTemplateSource() (*ImageTemplateSource, bool) }
BasicImageTemplateSource describes a virtual machine image source for building, customizing and distributing
type CloudError ¶
type CloudError struct { // Error - Details about the error. Error *CloudErrorBody `json:"error,omitempty"` }
CloudError an error response from the Azure VM Image Builder service.
type CloudErrorBody ¶
type CloudErrorBody struct { // Code - An identifier for the error. Codes are invariant and are intended to be consumed programmatically. Code *string `json:"code,omitempty"` // Message - A message describing the error, intended to be suitable for display in a user interface. Message *string `json:"message,omitempty"` // Target - The target of the particular error. For example, the name of the property in error. Target *string `json:"target,omitempty"` // Details - A list of additional details about the error. Details *[]CloudErrorBody `json:"details,omitempty"` }
CloudErrorBody an error response from the Azure VM Image Builder service.
type CreatedByType ¶
type CreatedByType string
CreatedByType enumerates the values for created by type.
const ( // CreatedByTypeApplication ... CreatedByTypeApplication CreatedByType = "Application" // CreatedByTypeKey ... CreatedByTypeKey CreatedByType = "Key" // CreatedByTypeManagedIdentity ... CreatedByTypeManagedIdentity CreatedByType = "ManagedIdentity" // CreatedByTypeUser ... CreatedByTypeUser CreatedByType = "User" )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
PossibleCreatedByTypeValues returns an array of possible values for the CreatedByType const type.
type ImageTemplate ¶
type ImageTemplate struct { autorest.Response `json:"-"` // ImageTemplateProperties - The properties of the image template *ImageTemplateProperties `json:"properties,omitempty"` // Identity - The identity of the image template, if configured. Identity *ImageTemplateIdentity `json:"identity,omitempty"` // SystemData - Metadata pertaining to creation and last modification of the resource. SystemData *SystemData `json:"systemData,omitempty"` // Tags - Resource tags. Tags map[string]*string `json:"tags"` // Location - The geo-location where the resource lives Location *string `json:"location,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
ImageTemplate image template is an ARM resource managed by Microsoft.VirtualMachineImages provider
func (ImageTemplate) MarshalJSON ¶
func (it ImageTemplate) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplate.
func (*ImageTemplate) UnmarshalJSON ¶
func (it *ImageTemplate) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ImageTemplate struct.
type ImageTemplateCustomizer ¶
type ImageTemplateCustomizer struct { // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplateCustomizer describes a unit of image customization
func (ImageTemplateCustomizer) AsBasicImageTemplateCustomizer ¶
func (itc ImageTemplateCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplateCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplateFileCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplateRestartCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplateShellCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itc ImageTemplateCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateCustomizer.
func (ImageTemplateCustomizer) MarshalJSON ¶
func (itc ImageTemplateCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateCustomizer.
type ImageTemplateDistributor ¶
type ImageTemplateDistributor struct { // RunOutputName - The name to be used for the associated RunOutput. RunOutputName *string `json:"runOutputName,omitempty"` // ArtifactTags - Tags that will be applied to the artifact once it has been created/updated by the distributor. ArtifactTags map[string]*string `json:"artifactTags"` // Type - Possible values include: 'TypeBasicImageTemplateDistributorTypeImageTemplateDistributor', 'TypeBasicImageTemplateDistributorTypeManagedImage', 'TypeBasicImageTemplateDistributorTypeSharedImage', 'TypeBasicImageTemplateDistributorTypeVHD' Type TypeBasicImageTemplateDistributor `json:"type,omitempty"` }
ImageTemplateDistributor generic distribution object
func (ImageTemplateDistributor) AsBasicImageTemplateDistributor ¶
func (itd ImageTemplateDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
AsBasicImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateDistributor.
func (ImageTemplateDistributor) AsImageTemplateDistributor ¶
func (itd ImageTemplateDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
AsImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateDistributor.
func (ImageTemplateDistributor) AsImageTemplateManagedImageDistributor ¶
func (itd ImageTemplateDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
AsImageTemplateManagedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateDistributor.
func (ImageTemplateDistributor) AsImageTemplateSharedImageDistributor ¶
func (itd ImageTemplateDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
AsImageTemplateSharedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateDistributor.
func (ImageTemplateDistributor) AsImageTemplateVhdDistributor ¶
func (itd ImageTemplateDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
AsImageTemplateVhdDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateDistributor.
func (ImageTemplateDistributor) MarshalJSON ¶
func (itd ImageTemplateDistributor) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateDistributor.
type ImageTemplateFileCustomizer ¶
type ImageTemplateFileCustomizer struct { // SourceURI - The URI of the file to be uploaded for customizing the VM. It can be a github link, SAS URI for Azure Storage, etc SourceURI *string `json:"sourceUri,omitempty"` // Sha256Checksum - SHA256 checksum of the file provided in the sourceUri field above Sha256Checksum *string `json:"sha256Checksum,omitempty"` // Destination - The absolute path to a file (with nested directory structures already created) where the file (from sourceUri) will be uploaded to in the VM Destination *string `json:"destination,omitempty"` // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplateFileCustomizer uploads files to VMs (Linux, Windows). Corresponds to Packer file provisioner
func (ImageTemplateFileCustomizer) AsBasicImageTemplateCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplateCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplateFileCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplateRestartCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplateShellCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itfc ImageTemplateFileCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateFileCustomizer.
func (ImageTemplateFileCustomizer) MarshalJSON ¶
func (itfc ImageTemplateFileCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateFileCustomizer.
type ImageTemplateIdentity ¶
type ImageTemplateIdentity struct { // Type - The type of identity used for the image template. The type 'None' will remove any identities from the image template. Possible values include: 'ResourceIdentityTypeUserAssigned', 'ResourceIdentityTypeNone' Type ResourceIdentityType `json:"type,omitempty"` // UserAssignedIdentities - The list of user identities associated with the image template. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. UserAssignedIdentities map[string]*ImageTemplateIdentityUserAssignedIdentitiesValue `json:"userAssignedIdentities"` }
ImageTemplateIdentity identity for the image template.
func (ImageTemplateIdentity) MarshalJSON ¶
func (iti ImageTemplateIdentity) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateIdentity.
type ImageTemplateIdentityUserAssignedIdentitiesValue ¶
type ImageTemplateIdentityUserAssignedIdentitiesValue struct { // PrincipalID - READ-ONLY; The principal id of user assigned identity. PrincipalID *string `json:"principalId,omitempty"` // ClientID - READ-ONLY; The client id of user assigned identity. ClientID *string `json:"clientId,omitempty"` }
ImageTemplateIdentityUserAssignedIdentitiesValue ...
func (ImageTemplateIdentityUserAssignedIdentitiesValue) MarshalJSON ¶
func (itiAiv ImageTemplateIdentityUserAssignedIdentitiesValue) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateIdentityUserAssignedIdentitiesValue.
type ImageTemplateLastRunStatus ¶
type ImageTemplateLastRunStatus struct { // StartTime - Start time of the last run (UTC) StartTime *date.Time `json:"startTime,omitempty"` // EndTime - End time of the last run (UTC) EndTime *date.Time `json:"endTime,omitempty"` // RunState - State of the last run. Possible values include: 'RunStateRunning', 'RunStateCanceling', 'RunStateSucceeded', 'RunStatePartiallySucceeded', 'RunStateFailed', 'RunStateCanceled' RunState RunState `json:"runState,omitempty"` // RunSubState - Sub-state of the last run. Possible values include: 'RunSubStateQueued', 'RunSubStateBuilding', 'RunSubStateCustomizing', 'RunSubStateDistributing' RunSubState RunSubState `json:"runSubState,omitempty"` // Message - Verbose information about the last run state Message *string `json:"message,omitempty"` }
ImageTemplateLastRunStatus describes the latest status of running an image template
type ImageTemplateListResult ¶
type ImageTemplateListResult struct { autorest.Response `json:"-"` // Value - An array of image templates Value *[]ImageTemplate `json:"value,omitempty"` // NextLink - The continuation token. NextLink *string `json:"nextLink,omitempty"` }
ImageTemplateListResult the result of List image templates operation
func (ImageTemplateListResult) IsEmpty ¶
func (itlr ImageTemplateListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type ImageTemplateListResultIterator ¶
type ImageTemplateListResultIterator struct {
// contains filtered or unexported fields
}
ImageTemplateListResultIterator provides access to a complete listing of ImageTemplate values.
func NewImageTemplateListResultIterator ¶
func NewImageTemplateListResultIterator(page ImageTemplateListResultPage) ImageTemplateListResultIterator
Creates a new instance of the ImageTemplateListResultIterator type.
func (*ImageTemplateListResultIterator) Next ¶
func (iter *ImageTemplateListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ImageTemplateListResultIterator) NextWithContext ¶
func (iter *ImageTemplateListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (ImageTemplateListResultIterator) NotDone ¶
func (iter ImageTemplateListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (ImageTemplateListResultIterator) Response ¶
func (iter ImageTemplateListResultIterator) Response() ImageTemplateListResult
Response returns the raw server response from the last page request.
func (ImageTemplateListResultIterator) Value ¶
func (iter ImageTemplateListResultIterator) Value() ImageTemplate
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type ImageTemplateListResultPage ¶
type ImageTemplateListResultPage struct {
// contains filtered or unexported fields
}
ImageTemplateListResultPage contains a page of ImageTemplate values.
func NewImageTemplateListResultPage ¶
func NewImageTemplateListResultPage(cur ImageTemplateListResult, getNextPage func(context.Context, ImageTemplateListResult) (ImageTemplateListResult, error)) ImageTemplateListResultPage
Creates a new instance of the ImageTemplateListResultPage type.
func (*ImageTemplateListResultPage) Next ¶
func (page *ImageTemplateListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*ImageTemplateListResultPage) NextWithContext ¶
func (page *ImageTemplateListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (ImageTemplateListResultPage) NotDone ¶
func (page ImageTemplateListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (ImageTemplateListResultPage) Response ¶
func (page ImageTemplateListResultPage) Response() ImageTemplateListResult
Response returns the raw server response from the last page request.
func (ImageTemplateListResultPage) Values ¶
func (page ImageTemplateListResultPage) Values() []ImageTemplate
Values returns the slice of values for the current page or nil if there are no values.
type ImageTemplateManagedImageDistributor ¶
type ImageTemplateManagedImageDistributor struct { // ImageID - Resource Id of the Managed Disk Image ImageID *string `json:"imageId,omitempty"` // Location - Azure location for the image, should match if image already exists Location *string `json:"location,omitempty"` // RunOutputName - The name to be used for the associated RunOutput. RunOutputName *string `json:"runOutputName,omitempty"` // ArtifactTags - Tags that will be applied to the artifact once it has been created/updated by the distributor. ArtifactTags map[string]*string `json:"artifactTags"` // Type - Possible values include: 'TypeBasicImageTemplateDistributorTypeImageTemplateDistributor', 'TypeBasicImageTemplateDistributorTypeManagedImage', 'TypeBasicImageTemplateDistributorTypeSharedImage', 'TypeBasicImageTemplateDistributorTypeVHD' Type TypeBasicImageTemplateDistributor `json:"type,omitempty"` }
ImageTemplateManagedImageDistributor distribute as a Managed Disk Image.
func (ImageTemplateManagedImageDistributor) AsBasicImageTemplateDistributor ¶
func (itmid ImageTemplateManagedImageDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
AsBasicImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateManagedImageDistributor.
func (ImageTemplateManagedImageDistributor) AsImageTemplateDistributor ¶
func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
AsImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateManagedImageDistributor.
func (ImageTemplateManagedImageDistributor) AsImageTemplateManagedImageDistributor ¶
func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
AsImageTemplateManagedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateManagedImageDistributor.
func (ImageTemplateManagedImageDistributor) AsImageTemplateSharedImageDistributor ¶
func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
AsImageTemplateSharedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateManagedImageDistributor.
func (ImageTemplateManagedImageDistributor) AsImageTemplateVhdDistributor ¶
func (itmid ImageTemplateManagedImageDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
AsImageTemplateVhdDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateManagedImageDistributor.
func (ImageTemplateManagedImageDistributor) MarshalJSON ¶
func (itmid ImageTemplateManagedImageDistributor) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateManagedImageDistributor.
type ImageTemplateManagedImageSource ¶
type ImageTemplateManagedImageSource struct { // ImageID - ARM resource id of the managed image in customer subscription ImageID *string `json:"imageId,omitempty"` // Type - Possible values include: 'TypeImageTemplateSource', 'TypePlatformImage', 'TypeManagedImage', 'TypeSharedImageVersion' Type Type `json:"type,omitempty"` }
ImageTemplateManagedImageSource describes an image source that is a managed image in customer subscription.
func (ImageTemplateManagedImageSource) AsBasicImageTemplateSource ¶
func (itmis ImageTemplateManagedImageSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
AsBasicImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateManagedImageSource.
func (ImageTemplateManagedImageSource) AsImageTemplateManagedImageSource ¶
func (itmis ImageTemplateManagedImageSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
AsImageTemplateManagedImageSource is the BasicImageTemplateSource implementation for ImageTemplateManagedImageSource.
func (ImageTemplateManagedImageSource) AsImageTemplatePlatformImageSource ¶
func (itmis ImageTemplateManagedImageSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
AsImageTemplatePlatformImageSource is the BasicImageTemplateSource implementation for ImageTemplateManagedImageSource.
func (ImageTemplateManagedImageSource) AsImageTemplateSharedImageVersionSource ¶
func (itmis ImageTemplateManagedImageSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
AsImageTemplateSharedImageVersionSource is the BasicImageTemplateSource implementation for ImageTemplateManagedImageSource.
func (ImageTemplateManagedImageSource) AsImageTemplateSource ¶
func (itmis ImageTemplateManagedImageSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
AsImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateManagedImageSource.
func (ImageTemplateManagedImageSource) MarshalJSON ¶
func (itmis ImageTemplateManagedImageSource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateManagedImageSource.
type ImageTemplatePlatformImageSource ¶
type ImageTemplatePlatformImageSource struct { // Publisher - Image Publisher in [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). Publisher *string `json:"publisher,omitempty"` // Offer - Image offer from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). Offer *string `json:"offer,omitempty"` // Sku - Image sku from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). Sku *string `json:"sku,omitempty"` // Version - Image version from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). If 'latest' is specified here, the version is evaluated when the image build takes place, not when the template is submitted. Version *string `json:"version,omitempty"` // ExactVersion - READ-ONLY; Image version from the [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages). This readonly field differs from 'version', only if the value specified in 'version' field is 'latest'. ExactVersion *string `json:"exactVersion,omitempty"` // PlanInfo - Optional configuration of purchase plan for platform image. PlanInfo *PlatformImagePurchasePlan `json:"planInfo,omitempty"` // Type - Possible values include: 'TypeImageTemplateSource', 'TypePlatformImage', 'TypeManagedImage', 'TypeSharedImageVersion' Type Type `json:"type,omitempty"` }
ImageTemplatePlatformImageSource describes an image source from [Azure Gallery Images](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages).
func (ImageTemplatePlatformImageSource) AsBasicImageTemplateSource ¶
func (itpis ImageTemplatePlatformImageSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
AsBasicImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplatePlatformImageSource.
func (ImageTemplatePlatformImageSource) AsImageTemplateManagedImageSource ¶
func (itpis ImageTemplatePlatformImageSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
AsImageTemplateManagedImageSource is the BasicImageTemplateSource implementation for ImageTemplatePlatformImageSource.
func (ImageTemplatePlatformImageSource) AsImageTemplatePlatformImageSource ¶
func (itpis ImageTemplatePlatformImageSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
AsImageTemplatePlatformImageSource is the BasicImageTemplateSource implementation for ImageTemplatePlatformImageSource.
func (ImageTemplatePlatformImageSource) AsImageTemplateSharedImageVersionSource ¶
func (itpis ImageTemplatePlatformImageSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
AsImageTemplateSharedImageVersionSource is the BasicImageTemplateSource implementation for ImageTemplatePlatformImageSource.
func (ImageTemplatePlatformImageSource) AsImageTemplateSource ¶
func (itpis ImageTemplatePlatformImageSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
AsImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplatePlatformImageSource.
func (ImageTemplatePlatformImageSource) MarshalJSON ¶
func (itpis ImageTemplatePlatformImageSource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplatePlatformImageSource.
type ImageTemplatePowerShellCustomizer ¶
type ImageTemplatePowerShellCustomizer struct { // ScriptURI - URI of the PowerShell script to be run for customizing. It can be a github link, SAS URI for Azure Storage, etc ScriptURI *string `json:"scriptUri,omitempty"` // Sha256Checksum - SHA256 checksum of the power shell script provided in the scriptUri field above Sha256Checksum *string `json:"sha256Checksum,omitempty"` // Inline - Array of PowerShell commands to execute Inline *[]string `json:"inline,omitempty"` // RunElevated - If specified, the PowerShell script will be run with elevated privileges RunElevated *bool `json:"runElevated,omitempty"` // RunAsSystem - If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true. RunAsSystem *bool `json:"runAsSystem,omitempty"` // ValidExitCodes - Valid exit codes for the PowerShell script. [Default: 0] ValidExitCodes *[]int32 `json:"validExitCodes,omitempty"` // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplatePowerShellCustomizer runs the specified PowerShell on the VM (Windows). Corresponds to Packer powershell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.
func (ImageTemplatePowerShellCustomizer) AsBasicImageTemplateCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplateCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplateFileCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplateRestartCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplateShellCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itpsc ImageTemplatePowerShellCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplatePowerShellCustomizer.
func (ImageTemplatePowerShellCustomizer) MarshalJSON ¶
func (itpsc ImageTemplatePowerShellCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplatePowerShellCustomizer.
type ImageTemplateProperties ¶
type ImageTemplateProperties struct { // Source - Specifies the properties used to describe the source image. Source BasicImageTemplateSource `json:"source,omitempty"` // Customize - Specifies the properties used to describe the customization steps of the image, like Image source etc Customize *[]BasicImageTemplateCustomizer `json:"customize,omitempty"` // Distribute - The distribution targets where the image output needs to go to. Distribute *[]BasicImageTemplateDistributor `json:"distribute,omitempty"` // ProvisioningState - READ-ONLY; Provisioning state of the resource. Possible values include: 'ProvisioningStateCreating', 'ProvisioningStateUpdating', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateDeleting' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` // ProvisioningError - READ-ONLY; Provisioning error, if any ProvisioningError *ProvisioningError `json:"provisioningError,omitempty"` // LastRunStatus - READ-ONLY; State of 'run' that is currently executing or was last executed. LastRunStatus *ImageTemplateLastRunStatus `json:"lastRunStatus,omitempty"` // BuildTimeoutInMinutes - Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours). BuildTimeoutInMinutes *int32 `json:"buildTimeoutInMinutes,omitempty"` // VMProfile - Describes how virtual machine is set up to build images VMProfile *ImageTemplateVMProfile `json:"vmProfile,omitempty"` }
ImageTemplateProperties describes the properties of an image template
func (ImageTemplateProperties) MarshalJSON ¶
func (itp ImageTemplateProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateProperties.
func (*ImageTemplateProperties) UnmarshalJSON ¶
func (itp *ImageTemplateProperties) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaler for ImageTemplateProperties struct.
type ImageTemplateRestartCustomizer ¶
type ImageTemplateRestartCustomizer struct { // RestartCommand - Command to execute the restart [Default: 'shutdown /r /f /t 0 /c "packer restart"'] RestartCommand *string `json:"restartCommand,omitempty"` // RestartCheckCommand - Command to check if restart succeeded [Default: ”] RestartCheckCommand *string `json:"restartCheckCommand,omitempty"` // RestartTimeout - Restart timeout specified as a string of magnitude and unit, e.g. '5m' (5 minutes) or '2h' (2 hours) [Default: '5m'] RestartTimeout *string `json:"restartTimeout,omitempty"` // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplateRestartCustomizer reboots a VM and waits for it to come back online (Windows). Corresponds to Packer windows-restart provisioner
func (ImageTemplateRestartCustomizer) AsBasicImageTemplateCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplateCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplateFileCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplateRestartCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplateShellCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itrc ImageTemplateRestartCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateRestartCustomizer.
func (ImageTemplateRestartCustomizer) MarshalJSON ¶
func (itrc ImageTemplateRestartCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateRestartCustomizer.
type ImageTemplateSharedImageDistributor ¶
type ImageTemplateSharedImageDistributor struct { string `json:"galleryImageId,omitempty"` ReplicationRegions *[]string `json:"replicationRegions,omitempty"` ExcludeFromLatest *bool `json:"excludeFromLatest,omitempty"` StorageAccountType SharedImageStorageAccountType `json:"storageAccountType,omitempty"` RunOutputName *string `json:"runOutputName,omitempty"` ArtifactTags map[string]*string `json:"artifactTags"` Type TypeBasicImageTemplateDistributor `json:"type,omitempty"` }GalleryImageID *
ImageTemplateSharedImageDistributor distribute via Shared Image Gallery.
func (ImageTemplateSharedImageDistributor) AsBasicImageTemplateDistributor ¶
func (itsid ImageTemplateSharedImageDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
AsBasicImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateSharedImageDistributor.
func (ImageTemplateSharedImageDistributor) AsImageTemplateDistributor ¶
func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
AsImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateSharedImageDistributor.
func (ImageTemplateSharedImageDistributor) AsImageTemplateManagedImageDistributor ¶
func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
AsImageTemplateManagedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateSharedImageDistributor.
func (ImageTemplateSharedImageDistributor) AsImageTemplateSharedImageDistributor ¶
func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
AsImageTemplateSharedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateSharedImageDistributor.
func (ImageTemplateSharedImageDistributor) AsImageTemplateVhdDistributor ¶
func (itsid ImageTemplateSharedImageDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
AsImageTemplateVhdDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateSharedImageDistributor.
func (ImageTemplateSharedImageDistributor) MarshalJSON ¶
func (itsid ImageTemplateSharedImageDistributor) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateSharedImageDistributor.
type ImageTemplateSharedImageVersionSource ¶
type ImageTemplateSharedImageVersionSource struct { string `json:"imageVersionId,omitempty"` Type Type `json:"type,omitempty"` }ImageVersionID *
ImageTemplateSharedImageVersionSource describes an image source that is an image version in a shared image gallery.
func (ImageTemplateSharedImageVersionSource) AsBasicImageTemplateSource ¶
func (itsivs ImageTemplateSharedImageVersionSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
AsBasicImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateSharedImageVersionSource.
func (ImageTemplateSharedImageVersionSource) AsImageTemplateManagedImageSource ¶
func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
AsImageTemplateManagedImageSource is the BasicImageTemplateSource implementation for ImageTemplateSharedImageVersionSource.
func (ImageTemplateSharedImageVersionSource) AsImageTemplatePlatformImageSource ¶
func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
AsImageTemplatePlatformImageSource is the BasicImageTemplateSource implementation for ImageTemplateSharedImageVersionSource.
func (ImageTemplateSharedImageVersionSource) AsImageTemplateSharedImageVersionSource ¶
func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
AsImageTemplateSharedImageVersionSource is the BasicImageTemplateSource implementation for ImageTemplateSharedImageVersionSource.
func (ImageTemplateSharedImageVersionSource) AsImageTemplateSource ¶
func (itsivs ImageTemplateSharedImageVersionSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
AsImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateSharedImageVersionSource.
func (ImageTemplateSharedImageVersionSource) MarshalJSON ¶
func (itsivs ImageTemplateSharedImageVersionSource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateSharedImageVersionSource.
type ImageTemplateShellCustomizer ¶
type ImageTemplateShellCustomizer struct { // ScriptURI - URI of the shell script to be run for customizing. It can be a github link, SAS URI for Azure Storage, etc ScriptURI *string `json:"scriptUri,omitempty"` // Sha256Checksum - SHA256 checksum of the shell script provided in the scriptUri field Sha256Checksum *string `json:"sha256Checksum,omitempty"` // Inline - Array of shell commands to execute Inline *[]string `json:"inline,omitempty"` // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplateShellCustomizer runs a shell script during the customization phase (Linux). Corresponds to Packer shell provisioner. Exactly one of 'scriptUri' or 'inline' can be specified.
func (ImageTemplateShellCustomizer) AsBasicImageTemplateCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplateCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplateFileCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplateRestartCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplateShellCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itsc ImageTemplateShellCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateShellCustomizer.
func (ImageTemplateShellCustomizer) MarshalJSON ¶
func (itsc ImageTemplateShellCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateShellCustomizer.
type ImageTemplateSource ¶
type ImageTemplateSource struct { // Type - Possible values include: 'TypeImageTemplateSource', 'TypePlatformImage', 'TypeManagedImage', 'TypeSharedImageVersion' Type Type `json:"type,omitempty"` }
ImageTemplateSource describes a virtual machine image source for building, customizing and distributing
func (ImageTemplateSource) AsBasicImageTemplateSource ¶
func (its ImageTemplateSource) AsBasicImageTemplateSource() (BasicImageTemplateSource, bool)
AsBasicImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateSource.
func (ImageTemplateSource) AsImageTemplateManagedImageSource ¶
func (its ImageTemplateSource) AsImageTemplateManagedImageSource() (*ImageTemplateManagedImageSource, bool)
AsImageTemplateManagedImageSource is the BasicImageTemplateSource implementation for ImageTemplateSource.
func (ImageTemplateSource) AsImageTemplatePlatformImageSource ¶
func (its ImageTemplateSource) AsImageTemplatePlatformImageSource() (*ImageTemplatePlatformImageSource, bool)
AsImageTemplatePlatformImageSource is the BasicImageTemplateSource implementation for ImageTemplateSource.
func (ImageTemplateSource) AsImageTemplateSharedImageVersionSource ¶
func (its ImageTemplateSource) AsImageTemplateSharedImageVersionSource() (*ImageTemplateSharedImageVersionSource, bool)
AsImageTemplateSharedImageVersionSource is the BasicImageTemplateSource implementation for ImageTemplateSource.
func (ImageTemplateSource) AsImageTemplateSource ¶
func (its ImageTemplateSource) AsImageTemplateSource() (*ImageTemplateSource, bool)
AsImageTemplateSource is the BasicImageTemplateSource implementation for ImageTemplateSource.
func (ImageTemplateSource) MarshalJSON ¶
func (its ImageTemplateSource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateSource.
type ImageTemplateUpdateParameters ¶
type ImageTemplateUpdateParameters struct { // Identity - The identity of the image template, if configured. Identity *ImageTemplateIdentity `json:"identity,omitempty"` // Tags - The user-specified tags associated with the image template. Tags map[string]*string `json:"tags"` }
ImageTemplateUpdateParameters parameters for updating an image template.
func (ImageTemplateUpdateParameters) MarshalJSON ¶
func (itup ImageTemplateUpdateParameters) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateUpdateParameters.
type ImageTemplateVMProfile ¶
type ImageTemplateVMProfile struct { // VMSize - Size of the virtual machine used to build, customize and capture images. Omit or specify empty string to use the default (Standard_D2ds_v4). VMSize *string `json:"vmSize,omitempty"` // OsDiskSizeGB - Size of the OS disk in GB. Omit or specify 0 to use Azure's default OS disk size. OsDiskSizeGB *int32 `json:"osDiskSizeGB,omitempty"` // UserAssignedIdentities - Optional array of resource IDs of user assigned managed identities to be configured on the build VM. This may include the identity of the image template. UserAssignedIdentities *[]string `json:"userAssignedIdentities,omitempty"` // VnetConfig - Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used. VnetConfig *VirtualNetworkConfig `json:"vnetConfig,omitempty"` }
ImageTemplateVMProfile describes the virtual machine used to build, customize and capture images
type ImageTemplateVhdDistributor ¶
type ImageTemplateVhdDistributor struct { // RunOutputName - The name to be used for the associated RunOutput. RunOutputName *string `json:"runOutputName,omitempty"` // ArtifactTags - Tags that will be applied to the artifact once it has been created/updated by the distributor. ArtifactTags map[string]*string `json:"artifactTags"` // Type - Possible values include: 'TypeBasicImageTemplateDistributorTypeImageTemplateDistributor', 'TypeBasicImageTemplateDistributorTypeManagedImage', 'TypeBasicImageTemplateDistributorTypeSharedImage', 'TypeBasicImageTemplateDistributorTypeVHD' Type TypeBasicImageTemplateDistributor `json:"type,omitempty"` }
ImageTemplateVhdDistributor distribute via VHD in a storage account.
func (ImageTemplateVhdDistributor) AsBasicImageTemplateDistributor ¶
func (itvd ImageTemplateVhdDistributor) AsBasicImageTemplateDistributor() (BasicImageTemplateDistributor, bool)
AsBasicImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateVhdDistributor.
func (ImageTemplateVhdDistributor) AsImageTemplateDistributor ¶
func (itvd ImageTemplateVhdDistributor) AsImageTemplateDistributor() (*ImageTemplateDistributor, bool)
AsImageTemplateDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateVhdDistributor.
func (ImageTemplateVhdDistributor) AsImageTemplateManagedImageDistributor ¶
func (itvd ImageTemplateVhdDistributor) AsImageTemplateManagedImageDistributor() (*ImageTemplateManagedImageDistributor, bool)
AsImageTemplateManagedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateVhdDistributor.
func (ImageTemplateVhdDistributor) AsImageTemplateSharedImageDistributor ¶
func (itvd ImageTemplateVhdDistributor) AsImageTemplateSharedImageDistributor() (*ImageTemplateSharedImageDistributor, bool)
AsImageTemplateSharedImageDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateVhdDistributor.
func (ImageTemplateVhdDistributor) AsImageTemplateVhdDistributor ¶
func (itvd ImageTemplateVhdDistributor) AsImageTemplateVhdDistributor() (*ImageTemplateVhdDistributor, bool)
AsImageTemplateVhdDistributor is the BasicImageTemplateDistributor implementation for ImageTemplateVhdDistributor.
func (ImageTemplateVhdDistributor) MarshalJSON ¶
func (itvd ImageTemplateVhdDistributor) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateVhdDistributor.
type ImageTemplateWindowsUpdateCustomizer ¶
type ImageTemplateWindowsUpdateCustomizer struct { // SearchCriteria - Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field. SearchCriteria *string `json:"searchCriteria,omitempty"` // Filters - Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field. Filters *[]string `json:"filters,omitempty"` // UpdateLimit - Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000) UpdateLimit *int32 `json:"updateLimit,omitempty"` // Name - Friendly Name to provide context on what this customization step does Name *string `json:"name,omitempty"` // Type - Possible values include: 'TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer', 'TypeBasicImageTemplateCustomizerTypeShell', 'TypeBasicImageTemplateCustomizerTypeWindowsRestart', 'TypeBasicImageTemplateCustomizerTypeWindowsUpdate', 'TypeBasicImageTemplateCustomizerTypePowerShell', 'TypeBasicImageTemplateCustomizerTypeFile' Type TypeBasicImageTemplateCustomizer `json:"type,omitempty"` }
ImageTemplateWindowsUpdateCustomizer installs Windows Updates. Corresponds to Packer Windows Update Provisioner (https://github.com/rgl/packer-provisioner-windows-update)
func (ImageTemplateWindowsUpdateCustomizer) AsBasicImageTemplateCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsBasicImageTemplateCustomizer() (BasicImageTemplateCustomizer, bool)
AsBasicImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplateCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateCustomizer() (*ImageTemplateCustomizer, bool)
AsImageTemplateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplateFileCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateFileCustomizer() (*ImageTemplateFileCustomizer, bool)
AsImageTemplateFileCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplatePowerShellCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplatePowerShellCustomizer() (*ImageTemplatePowerShellCustomizer, bool)
AsImageTemplatePowerShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplateRestartCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateRestartCustomizer() (*ImageTemplateRestartCustomizer, bool)
AsImageTemplateRestartCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplateShellCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateShellCustomizer() (*ImageTemplateShellCustomizer, bool)
AsImageTemplateShellCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) AsImageTemplateWindowsUpdateCustomizer ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) AsImageTemplateWindowsUpdateCustomizer() (*ImageTemplateWindowsUpdateCustomizer, bool)
AsImageTemplateWindowsUpdateCustomizer is the BasicImageTemplateCustomizer implementation for ImageTemplateWindowsUpdateCustomizer.
func (ImageTemplateWindowsUpdateCustomizer) MarshalJSON ¶
func (itwuc ImageTemplateWindowsUpdateCustomizer) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ImageTemplateWindowsUpdateCustomizer.
type Operation ¶
type Operation struct { // Name - This is of the format {provider}/{resource}/{operation} Name *string `json:"name,omitempty"` Display *OperationDisplay `json:"display,omitempty"` Origin *string `json:"origin,omitempty"` Properties interface{} `json:"properties,omitempty"` IsDataAction *bool `json:"isDataAction,omitempty"` }
Operation ...
type OperationDisplay ¶
type OperationDisplay struct { Provider *string `json:"provider,omitempty"` // Operation - For example: read, write, delete, or listKeys/action Operation *string `json:"operation,omitempty"` Resource *string `json:"resource,omitempty"` Description *string `json:"description,omitempty"` }
OperationDisplay ...
type OperationListResult ¶
type OperationListResult struct { autorest.Response `json:"-"` Value *[]Operation `json:"value,omitempty"` NextLink *string `json:"nextLink,omitempty"` }
OperationListResult ...
func (OperationListResult) IsEmpty ¶
func (olr OperationListResult) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type OperationListResultIterator ¶
type OperationListResultIterator struct {
// contains filtered or unexported fields
}
OperationListResultIterator provides access to a complete listing of Operation values.
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
Creates a new instance of the OperationListResultIterator type.
func (*OperationListResultIterator) Next ¶
func (iter *OperationListResultIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultIterator) NextWithContext ¶
func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (OperationListResultIterator) NotDone ¶
func (iter OperationListResultIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (OperationListResultIterator) Response ¶
func (iter OperationListResultIterator) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultIterator) Value ¶
func (iter OperationListResultIterator) Value() Operation
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type OperationListResultPage ¶
type OperationListResultPage struct {
// contains filtered or unexported fields
}
OperationListResultPage contains a page of Operation values.
func NewOperationListResultPage ¶
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
Creates a new instance of the OperationListResultPage type.
func (*OperationListResultPage) Next ¶
func (page *OperationListResultPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*OperationListResultPage) NextWithContext ¶
func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (OperationListResultPage) NotDone ¶
func (page OperationListResultPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (OperationListResultPage) Response ¶
func (page OperationListResultPage) Response() OperationListResult
Response returns the raw server response from the last page request.
func (OperationListResultPage) Values ¶
func (page OperationListResultPage) Values() []Operation
Values returns the slice of values for the current page or nil if there are no values.
type OperationsClient ¶
type OperationsClient struct {
BaseClient
}
OperationsClient is the azure Virtual Machine Image Builder Client
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
NewOperationsClient creates an instance of the OperationsClient client.
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
NewOperationsClientWithBaseURI creates an instance of the OperationsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (OperationsClient) List ¶
func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error)
List lists available operations for the Microsoft.VirtualMachineImages provider
func (OperationsClient) ListComplete ¶
func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (OperationsClient) ListPreparer ¶
ListPreparer prepares the List request.
func (OperationsClient) ListResponder ¶
func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (OperationsClient) ListSender ¶
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type PlatformImagePurchasePlan ¶
type PlatformImagePurchasePlan struct { // PlanName - Name of the purchase plan. PlanName *string `json:"planName,omitempty"` // PlanProduct - Product of the purchase plan. PlanProduct *string `json:"planProduct,omitempty"` // PlanPublisher - Publisher of the purchase plan. PlanPublisher *string `json:"planPublisher,omitempty"` }
PlatformImagePurchasePlan purchase plan configuration for platform image.
type ProvisioningError ¶
type ProvisioningError struct { // ProvisioningErrorCode - Error code of the provisioning failure. Possible values include: 'ProvisioningErrorCodeBadSourceType', 'ProvisioningErrorCodeBadPIRSource', 'ProvisioningErrorCodeBadManagedImageSource', 'ProvisioningErrorCodeBadSharedImageVersionSource', 'ProvisioningErrorCodeBadCustomizerType', 'ProvisioningErrorCodeUnsupportedCustomizerType', 'ProvisioningErrorCodeNoCustomizerScript', 'ProvisioningErrorCodeBadDistributeType', 'ProvisioningErrorCodeBadSharedImageDistribute', 'ProvisioningErrorCodeServerError', 'ProvisioningErrorCodeOther' ProvisioningErrorCode ProvisioningErrorCode `json:"provisioningErrorCode,omitempty"` // Message - Verbose error message about the provisioning failure Message *string `json:"message,omitempty"` }
ProvisioningError describes the error happened when create or update an image template
type ProvisioningErrorCode ¶
type ProvisioningErrorCode string
ProvisioningErrorCode enumerates the values for provisioning error code.
const ( // ProvisioningErrorCodeBadCustomizerType ... ProvisioningErrorCodeBadCustomizerType ProvisioningErrorCode = "BadCustomizerType" // ProvisioningErrorCodeBadDistributeType ... ProvisioningErrorCodeBadDistributeType ProvisioningErrorCode = "BadDistributeType" // ProvisioningErrorCodeBadManagedImageSource ... ProvisioningErrorCodeBadManagedImageSource ProvisioningErrorCode = "BadManagedImageSource" // ProvisioningErrorCodeBadPIRSource ... ProvisioningErrorCodeBadPIRSource ProvisioningErrorCode = "BadPIRSource" ProvisioningErrorCodeBadSharedImageDistribute ProvisioningErrorCode = "BadSharedImageDistribute" ProvisioningErrorCodeBadSharedImageVersionSource ProvisioningErrorCode = "BadSharedImageVersionSource" // ProvisioningErrorCodeBadSourceType ... ProvisioningErrorCodeBadSourceType ProvisioningErrorCode = "BadSourceType" // ProvisioningErrorCodeNoCustomizerScript ... ProvisioningErrorCodeNoCustomizerScript ProvisioningErrorCode = "NoCustomizerScript" // ProvisioningErrorCodeOther ... ProvisioningErrorCodeOther ProvisioningErrorCode = "Other" // ProvisioningErrorCodeServerError ... ProvisioningErrorCodeServerError ProvisioningErrorCode = "ServerError" // ProvisioningErrorCodeUnsupportedCustomizerType ... ProvisioningErrorCodeUnsupportedCustomizerType ProvisioningErrorCode = "UnsupportedCustomizerType" )
func PossibleProvisioningErrorCodeValues ¶
func PossibleProvisioningErrorCodeValues() []ProvisioningErrorCode
PossibleProvisioningErrorCodeValues returns an array of possible values for the ProvisioningErrorCode const type.
type ProvisioningState ¶
type ProvisioningState string
ProvisioningState enumerates the values for provisioning state.
const ( // ProvisioningStateCreating ... ProvisioningStateCreating ProvisioningState = "Creating" // ProvisioningStateDeleting ... ProvisioningStateDeleting ProvisioningState = "Deleting" // ProvisioningStateFailed ... ProvisioningStateFailed ProvisioningState = "Failed" // ProvisioningStateSucceeded ... ProvisioningStateSucceeded ProvisioningState = "Succeeded" // ProvisioningStateUpdating ... ProvisioningStateUpdating ProvisioningState = "Updating" )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
PossibleProvisioningStateValues returns an array of possible values for the ProvisioningState const type.
type ProxyResource ¶
type ProxyResource struct { // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
ProxyResource the resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
func (ProxyResource) MarshalJSON ¶
func (pr ProxyResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for ProxyResource.
type Resource ¶
type Resource struct { // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
Resource common fields that are returned in the response for all Azure Resource Manager resources
func (Resource) MarshalJSON ¶
MarshalJSON is the custom marshaler for Resource.
type ResourceIdentityType ¶
type ResourceIdentityType string
ResourceIdentityType enumerates the values for resource identity type.
const ( // ResourceIdentityTypeNone ... ResourceIdentityTypeNone ResourceIdentityType = "None" // ResourceIdentityTypeUserAssigned ... ResourceIdentityTypeUserAssigned ResourceIdentityType = "UserAssigned" )
func PossibleResourceIdentityTypeValues ¶
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
PossibleResourceIdentityTypeValues returns an array of possible values for the ResourceIdentityType const type.
type RunOutput ¶
type RunOutput struct { autorest.Response `json:"-"` // RunOutputProperties - The properties of the run output *RunOutputProperties `json:"properties,omitempty"` // ID - READ-ONLY; Resource Id ID *string `json:"id,omitempty"` // Name - Resource name Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type Type *string `json:"type,omitempty"` }
RunOutput represents an output that was created by running an image template.
func (RunOutput) MarshalJSON ¶
MarshalJSON is the custom marshaler for RunOutput.
func (*RunOutput) UnmarshalJSON ¶
UnmarshalJSON is the custom unmarshaler for RunOutput struct.
type RunOutputCollection ¶
type RunOutputCollection struct { autorest.Response `json:"-"` // Value - An array of run outputs Value *[]RunOutput `json:"value,omitempty"` // NextLink - The continuation token. NextLink *string `json:"nextLink,omitempty"` }
RunOutputCollection the result of List run outputs operation
func (RunOutputCollection) IsEmpty ¶
func (roc RunOutputCollection) IsEmpty() bool
IsEmpty returns true if the ListResult contains no values.
type RunOutputCollectionIterator ¶
type RunOutputCollectionIterator struct {
// contains filtered or unexported fields
}
RunOutputCollectionIterator provides access to a complete listing of RunOutput values.
func NewRunOutputCollectionIterator ¶
func NewRunOutputCollectionIterator(page RunOutputCollectionPage) RunOutputCollectionIterator
Creates a new instance of the RunOutputCollectionIterator type.
func (*RunOutputCollectionIterator) Next ¶
func (iter *RunOutputCollectionIterator) Next() error
Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*RunOutputCollectionIterator) NextWithContext ¶
func (iter *RunOutputCollectionIterator) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (RunOutputCollectionIterator) NotDone ¶
func (iter RunOutputCollectionIterator) NotDone() bool
NotDone returns true if the enumeration should be started or is not yet complete.
func (RunOutputCollectionIterator) Response ¶
func (iter RunOutputCollectionIterator) Response() RunOutputCollection
Response returns the raw server response from the last page request.
func (RunOutputCollectionIterator) Value ¶
func (iter RunOutputCollectionIterator) Value() RunOutput
Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type RunOutputCollectionPage ¶
type RunOutputCollectionPage struct {
// contains filtered or unexported fields
}
RunOutputCollectionPage contains a page of RunOutput values.
func NewRunOutputCollectionPage ¶
func NewRunOutputCollectionPage(cur RunOutputCollection, getNextPage func(context.Context, RunOutputCollection) (RunOutputCollection, error)) RunOutputCollectionPage
Creates a new instance of the RunOutputCollectionPage type.
func (*RunOutputCollectionPage) Next ¶
func (page *RunOutputCollectionPage) Next() error
Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned. Deprecated: Use NextWithContext() instead.
func (*RunOutputCollectionPage) NextWithContext ¶
func (page *RunOutputCollectionPage) NextWithContext(ctx context.Context) (err error)
NextWithContext advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (RunOutputCollectionPage) NotDone ¶
func (page RunOutputCollectionPage) NotDone() bool
NotDone returns true if the page enumeration should be started or is not yet complete.
func (RunOutputCollectionPage) Response ¶
func (page RunOutputCollectionPage) Response() RunOutputCollection
Response returns the raw server response from the last page request.
func (RunOutputCollectionPage) Values ¶
func (page RunOutputCollectionPage) Values() []RunOutput
Values returns the slice of values for the current page or nil if there are no values.
type RunOutputProperties ¶
type RunOutputProperties struct { // ArtifactID - The resource id of the artifact. ArtifactID *string `json:"artifactId,omitempty"` // ArtifactURI - The location URI of the artifact. ArtifactURI *string `json:"artifactUri,omitempty"` // ProvisioningState - READ-ONLY; Provisioning state of the resource. Possible values include: 'ProvisioningStateCreating', 'ProvisioningStateUpdating', 'ProvisioningStateSucceeded', 'ProvisioningStateFailed', 'ProvisioningStateDeleting' ProvisioningState ProvisioningState `json:"provisioningState,omitempty"` }
RunOutputProperties describes the properties of a run output
func (RunOutputProperties) MarshalJSON ¶
func (rop RunOutputProperties) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for RunOutputProperties.
type RunState ¶
type RunState string
RunState enumerates the values for run state.
const ( // RunStateCanceled ... RunStateCanceled RunState = "Canceled" // RunStateCanceling ... RunStateCanceling RunState = "Canceling" // RunStateFailed ... RunStateFailed RunState = "Failed" // RunStatePartiallySucceeded ... RunStatePartiallySucceeded RunState = "PartiallySucceeded" // RunStateRunning ... RunStateRunning RunState = "Running" // RunStateSucceeded ... RunStateSucceeded RunState = "Succeeded" )
func PossibleRunStateValues ¶
func PossibleRunStateValues() []RunState
PossibleRunStateValues returns an array of possible values for the RunState const type.
type RunSubState ¶
type RunSubState string
RunSubState enumerates the values for run sub state.
const ( // RunSubStateBuilding ... RunSubStateBuilding RunSubState = "Building" // RunSubStateCustomizing ... RunSubStateCustomizing RunSubState = "Customizing" // RunSubStateDistributing ... RunSubStateDistributing RunSubState = "Distributing" // RunSubStateQueued ... RunSubStateQueued RunSubState = "Queued" )
func PossibleRunSubStateValues ¶
func PossibleRunSubStateValues() []RunSubState
PossibleRunSubStateValues returns an array of possible values for the RunSubState const type.
type SharedImageStorageAccountType ¶
type SharedImageStorageAccountType string
SharedImageStorageAccountType enumerates the values for shared image storage account type.
const ( SharedImageStorageAccountType = "Standard_LRS" SharedImageStorageAccountTypeStandardZRS SharedImageStorageAccountType = "Standard_ZRS" )SharedImageStorageAccountTypeStandardLRS
func PossibleSharedImageStorageAccountTypeValues ¶
func PossibleSharedImageStorageAccountTypeValues() []SharedImageStorageAccountType
PossibleSharedImageStorageAccountTypeValues returns an array of possible values for the SharedImageStorageAccountType const type.
type SubResource ¶
type SubResource struct { // ID - READ-ONLY; Resource Id ID *string `json:"id,omitempty"` // Name - Resource name Name *string `json:"name,omitempty"` // Type - READ-ONLY; Resource type Type *string `json:"type,omitempty"` }
SubResource the Sub Resource model definition.
func (SubResource) MarshalJSON ¶
func (sr SubResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for SubResource.
type SystemData ¶
type SystemData struct { // CreatedBy - The identity that created the resource. CreatedBy *string `json:"createdBy,omitempty"` // CreatedByType - The type of identity that created the resource. Possible values include: 'CreatedByTypeUser', 'CreatedByTypeApplication', 'CreatedByTypeManagedIdentity', 'CreatedByTypeKey' CreatedByType CreatedByType `json:"createdByType,omitempty"` // CreatedAt - The timestamp of resource creation (UTC). CreatedAt *date.Time `json:"createdAt,omitempty"` // LastModifiedBy - The identity that last modified the resource. LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // LastModifiedByType - The type of identity that last modified the resource. Possible values include: 'CreatedByTypeUser', 'CreatedByTypeApplication', 'CreatedByTypeManagedIdentity', 'CreatedByTypeKey' LastModifiedByType CreatedByType `json:"lastModifiedByType,omitempty"` // LastModifiedAt - The timestamp of resource last modification (UTC) LastModifiedAt *date.Time `json:"lastModifiedAt,omitempty"` }
SystemData metadata pertaining to creation and last modification of the resource.
type TrackedResource ¶
type TrackedResource struct { // Tags - Resource tags. Tags map[string]*string `json:"tags"` // Location - The geo-location where the resource lives Location *string `json:"location,omitempty"` // ID - READ-ONLY; Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} ID *string `json:"id,omitempty"` // Name - READ-ONLY; The name of the resource Name *string `json:"name,omitempty"` // Type - READ-ONLY; The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" Type *string `json:"type,omitempty"` }
TrackedResource the resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'
func (TrackedResource) MarshalJSON ¶
func (tr TrackedResource) MarshalJSON() ([]byte, error)
MarshalJSON is the custom marshaler for TrackedResource.
type Type ¶
type Type string
Type enumerates the values for type.
func PossibleTypeValues ¶
func PossibleTypeValues() []Type
PossibleTypeValues returns an array of possible values for the Type const type.
type TypeBasicImageTemplateCustomizer ¶
type TypeBasicImageTemplateCustomizer string
TypeBasicImageTemplateCustomizer enumerates the values for type basic image template customizer.
const ( // TypeBasicImageTemplateCustomizerTypeFile ... TypeBasicImageTemplateCustomizerTypeFile TypeBasicImageTemplateCustomizer = "File" // TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer ... TypeBasicImageTemplateCustomizerTypeImageTemplateCustomizer TypeBasicImageTemplateCustomizer = "ImageTemplateCustomizer" // TypeBasicImageTemplateCustomizerTypePowerShell ... TypeBasicImageTemplateCustomizerTypePowerShell TypeBasicImageTemplateCustomizer = "PowerShell" // TypeBasicImageTemplateCustomizerTypeShell ... TypeBasicImageTemplateCustomizerTypeShell TypeBasicImageTemplateCustomizer = "Shell" // TypeBasicImageTemplateCustomizerTypeWindowsRestart ... TypeBasicImageTemplateCustomizerTypeWindowsRestart TypeBasicImageTemplateCustomizer = "WindowsRestart" // TypeBasicImageTemplateCustomizerTypeWindowsUpdate ... TypeBasicImageTemplateCustomizerTypeWindowsUpdate TypeBasicImageTemplateCustomizer = "WindowsUpdate" )
func PossibleTypeBasicImageTemplateCustomizerValues ¶
func PossibleTypeBasicImageTemplateCustomizerValues() []TypeBasicImageTemplateCustomizer
PossibleTypeBasicImageTemplateCustomizerValues returns an array of possible values for the TypeBasicImageTemplateCustomizer const type.
type TypeBasicImageTemplateDistributor ¶
type TypeBasicImageTemplateDistributor string
TypeBasicImageTemplateDistributor enumerates the values for type basic image template distributor.
const ( // TypeBasicImageTemplateDistributorTypeImageTemplateDistributor ... TypeBasicImageTemplateDistributorTypeImageTemplateDistributor TypeBasicImageTemplateDistributor = "ImageTemplateDistributor" // TypeBasicImageTemplateDistributorTypeManagedImage ... TypeBasicImageTemplateDistributorTypeManagedImage TypeBasicImageTemplateDistributor = "ManagedImage" TypeBasicImageTemplateDistributorTypeSharedImage TypeBasicImageTemplateDistributor = "SharedImage" // TypeBasicImageTemplateDistributorTypeVHD ... TypeBasicImageTemplateDistributorTypeVHD TypeBasicImageTemplateDistributor = "VHD" )
func PossibleTypeBasicImageTemplateDistributorValues ¶
func PossibleTypeBasicImageTemplateDistributorValues() []TypeBasicImageTemplateDistributor
PossibleTypeBasicImageTemplateDistributorValues returns an array of possible values for the TypeBasicImageTemplateDistributor const type.
type VirtualMachineImageTemplatesCancelFuture ¶
type VirtualMachineImageTemplatesCancelFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(VirtualMachineImageTemplatesClient) (autorest.Response, error) }
VirtualMachineImageTemplatesCancelFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*VirtualMachineImageTemplatesCancelFuture) UnmarshalJSON ¶
func (future *VirtualMachineImageTemplatesCancelFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type VirtualMachineImageTemplatesClient ¶
type VirtualMachineImageTemplatesClient struct {
BaseClient
}
VirtualMachineImageTemplatesClient is the azure Virtual Machine Image Builder Client
func NewVirtualMachineImageTemplatesClient ¶
func NewVirtualMachineImageTemplatesClient(subscriptionID string) VirtualMachineImageTemplatesClient
NewVirtualMachineImageTemplatesClient creates an instance of the VirtualMachineImageTemplatesClient client.
func NewVirtualMachineImageTemplatesClientWithBaseURI ¶
func NewVirtualMachineImageTemplatesClientWithBaseURI(baseURI string, subscriptionID string) VirtualMachineImageTemplatesClient
NewVirtualMachineImageTemplatesClientWithBaseURI creates an instance of the VirtualMachineImageTemplatesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).
func (VirtualMachineImageTemplatesClient) Cancel ¶
func (client VirtualMachineImageTemplatesClient) Cancel(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesCancelFuture, err error)
Cancel cancel the long running image build based on the image template Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) CancelPreparer ¶
func (client VirtualMachineImageTemplatesClient) CancelPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
CancelPreparer prepares the Cancel request.
func (VirtualMachineImageTemplatesClient) CancelResponder ¶
func (client VirtualMachineImageTemplatesClient) CancelResponder(resp *http.Response) (result autorest.Response, err error)
CancelResponder handles the response to the Cancel request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) CancelSender ¶
func (client VirtualMachineImageTemplatesClient) CancelSender(req *http.Request) (future VirtualMachineImageTemplatesCancelFuture, err error)
CancelSender sends the Cancel request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) CreateOrUpdate ¶
func (client VirtualMachineImageTemplatesClient) CreateOrUpdate(ctx context.Context, parameters ImageTemplate, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesCreateOrUpdateFuture, err error)
CreateOrUpdate create or update a virtual machine image template Parameters: parameters - parameters supplied to the CreateImageTemplate operation resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) CreateOrUpdatePreparer ¶
func (client VirtualMachineImageTemplatesClient) CreateOrUpdatePreparer(ctx context.Context, parameters ImageTemplate, resourceGroupName string, imageTemplateName string) (*http.Request, error)
CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (VirtualMachineImageTemplatesClient) CreateOrUpdateResponder ¶
func (client VirtualMachineImageTemplatesClient) CreateOrUpdateResponder(resp *http.Response) (result ImageTemplate, err error)
CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) CreateOrUpdateSender ¶
func (client VirtualMachineImageTemplatesClient) CreateOrUpdateSender(req *http.Request) (future VirtualMachineImageTemplatesCreateOrUpdateFuture, err error)
CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) Delete ¶
func (client VirtualMachineImageTemplatesClient) Delete(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesDeleteFuture, err error)
Delete delete a virtual machine image template Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) DeletePreparer ¶
func (client VirtualMachineImageTemplatesClient) DeletePreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
DeletePreparer prepares the Delete request.
func (VirtualMachineImageTemplatesClient) DeleteResponder ¶
func (client VirtualMachineImageTemplatesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) DeleteSender ¶
func (client VirtualMachineImageTemplatesClient) DeleteSender(req *http.Request) (future VirtualMachineImageTemplatesDeleteFuture, err error)
DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) Get ¶
func (client VirtualMachineImageTemplatesClient) Get(ctx context.Context, resourceGroupName string, imageTemplateName string) (result ImageTemplate, err error)
Get get information about a virtual machine image template Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) GetPreparer ¶
func (client VirtualMachineImageTemplatesClient) GetPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
GetPreparer prepares the Get request.
func (VirtualMachineImageTemplatesClient) GetResponder ¶
func (client VirtualMachineImageTemplatesClient) GetResponder(resp *http.Response) (result ImageTemplate, err error)
GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) GetRunOutput ¶
func (client VirtualMachineImageTemplatesClient) GetRunOutput(ctx context.Context, resourceGroupName string, imageTemplateName string, runOutputName string) (result RunOutput, err error)
GetRunOutput get the specified run output for the specified image template resource Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template runOutputName - the name of the run output
func (VirtualMachineImageTemplatesClient) GetRunOutputPreparer ¶
func (client VirtualMachineImageTemplatesClient) GetRunOutputPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string, runOutputName string) (*http.Request, error)
GetRunOutputPreparer prepares the GetRunOutput request.
func (VirtualMachineImageTemplatesClient) GetRunOutputResponder ¶
func (client VirtualMachineImageTemplatesClient) GetRunOutputResponder(resp *http.Response) (result RunOutput, err error)
GetRunOutputResponder handles the response to the GetRunOutput request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) GetRunOutputSender ¶
func (client VirtualMachineImageTemplatesClient) GetRunOutputSender(req *http.Request) (*http.Response, error)
GetRunOutputSender sends the GetRunOutput request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) GetSender ¶
func (client VirtualMachineImageTemplatesClient) GetSender(req *http.Request) (*http.Response, error)
GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) List ¶
func (client VirtualMachineImageTemplatesClient) List(ctx context.Context) (result ImageTemplateListResultPage, err error)
List gets information about the VM image templates associated with the subscription.
func (VirtualMachineImageTemplatesClient) ListByResourceGroup ¶
func (client VirtualMachineImageTemplatesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ImageTemplateListResultPage, err error)
ListByResourceGroup gets information about the VM image templates associated with the specified resource group. Parameters: resourceGroupName - the name of the resource group.
func (VirtualMachineImageTemplatesClient) ListByResourceGroupComplete ¶
func (client VirtualMachineImageTemplatesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ImageTemplateListResultIterator, err error)
ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (VirtualMachineImageTemplatesClient) ListByResourceGroupPreparer ¶
func (client VirtualMachineImageTemplatesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error)
ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (VirtualMachineImageTemplatesClient) ListByResourceGroupResponder ¶
func (client VirtualMachineImageTemplatesClient) ListByResourceGroupResponder(resp *http.Response) (result ImageTemplateListResult, err error)
ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) ListByResourceGroupSender ¶
func (client VirtualMachineImageTemplatesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)
ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) ListComplete ¶
func (client VirtualMachineImageTemplatesClient) ListComplete(ctx context.Context) (result ImageTemplateListResultIterator, err error)
ListComplete enumerates all values, automatically crossing page boundaries as required.
func (VirtualMachineImageTemplatesClient) ListPreparer ¶
func (client VirtualMachineImageTemplatesClient) ListPreparer(ctx context.Context) (*http.Request, error)
ListPreparer prepares the List request.
func (VirtualMachineImageTemplatesClient) ListResponder ¶
func (client VirtualMachineImageTemplatesClient) ListResponder(resp *http.Response) (result ImageTemplateListResult, err error)
ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) ListRunOutputs ¶
func (client VirtualMachineImageTemplatesClient) ListRunOutputs(ctx context.Context, resourceGroupName string, imageTemplateName string) (result RunOutputCollectionPage, err error)
ListRunOutputs list all run outputs for the specified Image Template resource Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) ListRunOutputsComplete ¶
func (client VirtualMachineImageTemplatesClient) ListRunOutputsComplete(ctx context.Context, resourceGroupName string, imageTemplateName string) (result RunOutputCollectionIterator, err error)
ListRunOutputsComplete enumerates all values, automatically crossing page boundaries as required.
func (VirtualMachineImageTemplatesClient) ListRunOutputsPreparer ¶
func (client VirtualMachineImageTemplatesClient) ListRunOutputsPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
ListRunOutputsPreparer prepares the ListRunOutputs request.
func (VirtualMachineImageTemplatesClient) ListRunOutputsResponder ¶
func (client VirtualMachineImageTemplatesClient) ListRunOutputsResponder(resp *http.Response) (result RunOutputCollection, err error)
ListRunOutputsResponder handles the response to the ListRunOutputs request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) ListRunOutputsSender ¶
func (client VirtualMachineImageTemplatesClient) ListRunOutputsSender(req *http.Request) (*http.Response, error)
ListRunOutputsSender sends the ListRunOutputs request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) ListSender ¶
func (client VirtualMachineImageTemplatesClient) ListSender(req *http.Request) (*http.Response, error)
ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) Run ¶
func (client VirtualMachineImageTemplatesClient) Run(ctx context.Context, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesRunFuture, err error)
Run create artifacts from a existing image template Parameters: resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) RunPreparer ¶
func (client VirtualMachineImageTemplatesClient) RunPreparer(ctx context.Context, resourceGroupName string, imageTemplateName string) (*http.Request, error)
RunPreparer prepares the Run request.
func (VirtualMachineImageTemplatesClient) RunResponder ¶
func (client VirtualMachineImageTemplatesClient) RunResponder(resp *http.Response) (result autorest.Response, err error)
RunResponder handles the response to the Run request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) RunSender ¶
func (client VirtualMachineImageTemplatesClient) RunSender(req *http.Request) (future VirtualMachineImageTemplatesRunFuture, err error)
RunSender sends the Run request. The method will close the http.Response Body if it receives an error.
func (VirtualMachineImageTemplatesClient) Update ¶
func (client VirtualMachineImageTemplatesClient) Update(ctx context.Context, parameters ImageTemplateUpdateParameters, resourceGroupName string, imageTemplateName string) (result VirtualMachineImageTemplatesUpdateFuture, err error)
Update update the tags for this Virtual Machine Image Template Parameters: parameters - additional parameters for Image Template update. resourceGroupName - the name of the resource group. imageTemplateName - the name of the image Template
func (VirtualMachineImageTemplatesClient) UpdatePreparer ¶
func (client VirtualMachineImageTemplatesClient) UpdatePreparer(ctx context.Context, parameters ImageTemplateUpdateParameters, resourceGroupName string, imageTemplateName string) (*http.Request, error)
UpdatePreparer prepares the Update request.
func (VirtualMachineImageTemplatesClient) UpdateResponder ¶
func (client VirtualMachineImageTemplatesClient) UpdateResponder(resp *http.Response) (result ImageTemplate, err error)
UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (VirtualMachineImageTemplatesClient) UpdateSender ¶
func (client VirtualMachineImageTemplatesClient) UpdateSender(req *http.Request) (future VirtualMachineImageTemplatesUpdateFuture, err error)
UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
type VirtualMachineImageTemplatesCreateOrUpdateFuture ¶
type VirtualMachineImageTemplatesCreateOrUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(VirtualMachineImageTemplatesClient) (ImageTemplate, error) }
VirtualMachineImageTemplatesCreateOrUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*VirtualMachineImageTemplatesCreateOrUpdateFuture) UnmarshalJSON ¶
func (future *VirtualMachineImageTemplatesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type VirtualMachineImageTemplatesDeleteFuture ¶
type VirtualMachineImageTemplatesDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(VirtualMachineImageTemplatesClient) (autorest.Response, error) }
VirtualMachineImageTemplatesDeleteFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*VirtualMachineImageTemplatesDeleteFuture) UnmarshalJSON ¶
func (future *VirtualMachineImageTemplatesDeleteFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type VirtualMachineImageTemplatesRunFuture ¶
type VirtualMachineImageTemplatesRunFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(VirtualMachineImageTemplatesClient) (autorest.Response, error) }
VirtualMachineImageTemplatesRunFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*VirtualMachineImageTemplatesRunFuture) UnmarshalJSON ¶
func (future *VirtualMachineImageTemplatesRunFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type VirtualMachineImageTemplatesUpdateFuture ¶
type VirtualMachineImageTemplatesUpdateFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. Result func(VirtualMachineImageTemplatesClient) (ImageTemplate, error) }
VirtualMachineImageTemplatesUpdateFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (*VirtualMachineImageTemplatesUpdateFuture) UnmarshalJSON ¶
func (future *VirtualMachineImageTemplatesUpdateFuture) UnmarshalJSON(body []byte) error
UnmarshalJSON is the custom unmarshaller for CreateFuture.
type VirtualNetworkConfig ¶
type VirtualNetworkConfig struct { // SubnetID - Resource id of a pre-existing subnet. SubnetID *string `json:"subnetId,omitempty"` // ProxyVMSize - Size of the virtual machine used to build, customize and capture images. Omit or specify empty string to use the default (Standard_D1_v2 for Gen1 images and Standard_D2ds_v4 for Gen2 images). ProxyVMSize *string `json:"proxyVmSize,omitempty"` }
VirtualNetworkConfig virtual Network configuration.