Versions in this module Expand all Collapse all v2 v2.3.0 Sep 4, 2023 v2.2.0 Jul 20, 2023 v2.1.0 May 31, 2023 v2.0.0 Apr 14, 2023 Changes in this version + const APIVersion_Value + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type ExtendedLocation struct + Name *string + PropertyBag genruntime.PropertyBag + Type *string + func (in *ExtendedLocation) DeepCopy() *ExtendedLocation + func (in *ExtendedLocation) DeepCopyInto(out *ExtendedLocation) + func (location *ExtendedLocation) AssignProperties_From_ExtendedLocation(source *v20220301s.ExtendedLocation) error + func (location *ExtendedLocation) AssignProperties_To_ExtendedLocation(destination *v20220301s.ExtendedLocation) error + type ExtendedLocation_STATUS struct + Name *string + PropertyBag genruntime.PropertyBag + Type *string + func (in *ExtendedLocation_STATUS) DeepCopy() *ExtendedLocation_STATUS + func (in *ExtendedLocation_STATUS) DeepCopyInto(out *ExtendedLocation_STATUS) + func (location *ExtendedLocation_STATUS) AssignProperties_From_ExtendedLocation_STATUS(source *v20220301s.ExtendedLocation_STATUS) error + func (location *ExtendedLocation_STATUS) AssignProperties_To_ExtendedLocation_STATUS(destination *v20220301s.ExtendedLocation_STATUS) error + type Image struct + Spec Image_Spec + Status Image_STATUS + func (image *Image) AssignProperties_From_Image(source *v20220301s.Image) error + func (image *Image) AssignProperties_To_Image(destination *v20220301s.Image) error + func (image *Image) AzureName() string + func (image *Image) ConvertFrom(hub conversion.Hub) error + func (image *Image) ConvertTo(hub conversion.Hub) error + func (image *Image) GetConditions() conditions.Conditions + func (image *Image) GetResourceScope() genruntime.ResourceScope + func (image *Image) GetSpec() genruntime.ConvertibleSpec + func (image *Image) GetStatus() genruntime.ConvertibleStatus + func (image *Image) GetType() string + func (image *Image) NewEmptyStatus() genruntime.ConvertibleStatus + func (image *Image) OriginalGVK() *schema.GroupVersionKind + func (image *Image) Owner() *genruntime.ResourceReference + func (image *Image) SetConditions(conditions conditions.Conditions) + func (image *Image) SetStatus(status genruntime.ConvertibleStatus) error + func (image Image) GetAPIVersion() string + func (in *Image) DeepCopy() *Image + func (in *Image) DeepCopyInto(out *Image) + func (in *Image) DeepCopyObject() runtime.Object + type ImageDataDisk struct + BlobUri *string + Caching *string + DiskEncryptionSet *SubResource + DiskSizeGB *int + Lun *int + ManagedDisk *SubResource + PropertyBag genruntime.PropertyBag + Snapshot *SubResource + StorageAccountType *string + func (disk *ImageDataDisk) AssignProperties_From_ImageDataDisk(source *v20220301s.ImageDataDisk) error + func (disk *ImageDataDisk) AssignProperties_To_ImageDataDisk(destination *v20220301s.ImageDataDisk) error + func (in *ImageDataDisk) DeepCopy() *ImageDataDisk + func (in *ImageDataDisk) DeepCopyInto(out *ImageDataDisk) + type ImageDataDisk_STATUS struct + BlobUri *string + Caching *string + DiskEncryptionSet *SubResource_STATUS + DiskSizeGB *int + Lun *int + ManagedDisk *SubResource_STATUS + PropertyBag genruntime.PropertyBag + Snapshot *SubResource_STATUS + StorageAccountType *string + func (disk *ImageDataDisk_STATUS) AssignProperties_From_ImageDataDisk_STATUS(source *v20220301s.ImageDataDisk_STATUS) error + func (disk *ImageDataDisk_STATUS) AssignProperties_To_ImageDataDisk_STATUS(destination *v20220301s.ImageDataDisk_STATUS) error + func (in *ImageDataDisk_STATUS) DeepCopy() *ImageDataDisk_STATUS + func (in *ImageDataDisk_STATUS) DeepCopyInto(out *ImageDataDisk_STATUS) + type ImageList struct + Items []Image + func (in *ImageList) DeepCopy() *ImageList + func (in *ImageList) DeepCopyInto(out *ImageList) + func (in *ImageList) DeepCopyObject() runtime.Object + type ImageOSDisk struct + BlobUri *string + Caching *string + DiskEncryptionSet *SubResource + DiskSizeGB *int + ManagedDisk *SubResource + OsState *string + OsType *string + PropertyBag genruntime.PropertyBag + Snapshot *SubResource + StorageAccountType *string + func (disk *ImageOSDisk) AssignProperties_From_ImageOSDisk(source *v20220301s.ImageOSDisk) error + func (disk *ImageOSDisk) AssignProperties_To_ImageOSDisk(destination *v20220301s.ImageOSDisk) error + func (in *ImageOSDisk) DeepCopy() *ImageOSDisk + func (in *ImageOSDisk) DeepCopyInto(out *ImageOSDisk) + type ImageOSDisk_STATUS struct + BlobUri *string + Caching *string + DiskEncryptionSet *SubResource_STATUS + DiskSizeGB *int + ManagedDisk *SubResource_STATUS + OsState *string + OsType *string + PropertyBag genruntime.PropertyBag + Snapshot *SubResource_STATUS + StorageAccountType *string + func (disk *ImageOSDisk_STATUS) AssignProperties_From_ImageOSDisk_STATUS(source *v20220301s.ImageOSDisk_STATUS) error + func (disk *ImageOSDisk_STATUS) AssignProperties_To_ImageOSDisk_STATUS(destination *v20220301s.ImageOSDisk_STATUS) error + func (in *ImageOSDisk_STATUS) DeepCopy() *ImageOSDisk_STATUS + func (in *ImageOSDisk_STATUS) DeepCopyInto(out *ImageOSDisk_STATUS) + type ImageStorageProfile struct + DataDisks []ImageDataDisk + OsDisk *ImageOSDisk + PropertyBag genruntime.PropertyBag + ZoneResilient *bool + func (in *ImageStorageProfile) DeepCopy() *ImageStorageProfile + func (in *ImageStorageProfile) DeepCopyInto(out *ImageStorageProfile) + func (profile *ImageStorageProfile) AssignProperties_From_ImageStorageProfile(source *v20220301s.ImageStorageProfile) error + func (profile *ImageStorageProfile) AssignProperties_To_ImageStorageProfile(destination *v20220301s.ImageStorageProfile) error + type ImageStorageProfile_STATUS struct + DataDisks []ImageDataDisk_STATUS + OsDisk *ImageOSDisk_STATUS + PropertyBag genruntime.PropertyBag + ZoneResilient *bool + func (in *ImageStorageProfile_STATUS) DeepCopy() *ImageStorageProfile_STATUS + func (in *ImageStorageProfile_STATUS) DeepCopyInto(out *ImageStorageProfile_STATUS) + func (profile *ImageStorageProfile_STATUS) AssignProperties_From_ImageStorageProfile_STATUS(source *v20220301s.ImageStorageProfile_STATUS) error + func (profile *ImageStorageProfile_STATUS) AssignProperties_To_ImageStorageProfile_STATUS(destination *v20220301s.ImageStorageProfile_STATUS) error + type Image_STATUS struct + Conditions []conditions.Condition + ExtendedLocation *ExtendedLocation_STATUS + HyperVGeneration *string + Id *string + Location *string + Name *string + PropertyBag genruntime.PropertyBag + ProvisioningState *string + SourceVirtualMachine *SubResource_STATUS + StorageProfile *ImageStorageProfile_STATUS + Tags map[string]string + Type *string + func (image *Image_STATUS) AssignProperties_From_Image_STATUS(source *v20220301s.Image_STATUS) error + func (image *Image_STATUS) AssignProperties_To_Image_STATUS(destination *v20220301s.Image_STATUS) error + func (image *Image_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (image *Image_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (in *Image_STATUS) DeepCopy() *Image_STATUS + func (in *Image_STATUS) DeepCopyInto(out *Image_STATUS) + type Image_Spec struct + AzureName string + ExtendedLocation *ExtendedLocation + HyperVGeneration *string + Location *string + OriginalVersion string + Owner *genruntime.KnownResourceReference + PropertyBag genruntime.PropertyBag + SourceVirtualMachine *SubResource + StorageProfile *ImageStorageProfile + Tags map[string]string + func (image *Image_Spec) AssignProperties_From_Image_Spec(source *v20220301s.Image_Spec) error + func (image *Image_Spec) AssignProperties_To_Image_Spec(destination *v20220301s.Image_Spec) error + func (image *Image_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (image *Image_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (in *Image_Spec) DeepCopy() *Image_Spec + func (in *Image_Spec) DeepCopyInto(out *Image_Spec) + type SubResource struct + PropertyBag genruntime.PropertyBag + Reference *genruntime.ResourceReference + func (in *SubResource) DeepCopy() *SubResource + func (in *SubResource) DeepCopyInto(out *SubResource) + func (resource *SubResource) AssignProperties_From_SubResource(source *v20220301s.SubResource) error + func (resource *SubResource) AssignProperties_To_SubResource(destination *v20220301s.SubResource) error + type SubResource_STATUS struct + Id *string + PropertyBag genruntime.PropertyBag + func (in *SubResource_STATUS) DeepCopy() *SubResource_STATUS + func (in *SubResource_STATUS) DeepCopyInto(out *SubResource_STATUS) + func (resource *SubResource_STATUS) AssignProperties_From_SubResource_STATUS(source *v20220301s.SubResource_STATUS) error + func (resource *SubResource_STATUS) AssignProperties_To_SubResource_STATUS(destination *v20220301s.SubResource_STATUS) error v2.0.0-beta.5 Feb 28, 2023 v2.0.0-beta.4 Dec 15, 2022 v2.0.0-beta.3 Oct 21, 2022 v2.0.0-beta.2 Aug 15, 2022 v2.0.0-beta.1 Jun 29, 2022 v2.0.0-beta.0 Apr 12, 2022