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 + const CreationData_CreateOption_Attach + const CreationData_CreateOption_Copy + const CreationData_CreateOption_Empty + const CreationData_CreateOption_FromImage + const CreationData_CreateOption_Import + const CreationData_CreateOption_Restore + const CreationData_CreateOption_STATUS_Attach + const CreationData_CreateOption_STATUS_Copy + const CreationData_CreateOption_STATUS_Empty + const CreationData_CreateOption_STATUS_FromImage + const CreationData_CreateOption_STATUS_Import + const CreationData_CreateOption_STATUS_Restore + const CreationData_CreateOption_STATUS_Upload + const CreationData_CreateOption_Upload + const DiskProperties_HyperVGeneration_STATUS_V1 + const DiskProperties_HyperVGeneration_STATUS_V2 + const DiskProperties_HyperVGeneration_V1 + const DiskProperties_HyperVGeneration_V2 + const DiskProperties_OsType_Linux + const DiskProperties_OsType_STATUS_Linux + const DiskProperties_OsType_STATUS_Windows + const DiskProperties_OsType_Windows + const DiskSku_Name_Premium_LRS + const DiskSku_Name_STATUS_Premium_LRS + const DiskSku_Name_STATUS_StandardSSD_LRS + const DiskSku_Name_STATUS_Standard_LRS + const DiskSku_Name_STATUS_UltraSSD_LRS + const DiskSku_Name_StandardSSD_LRS + const DiskSku_Name_Standard_LRS + const DiskSku_Name_UltraSSD_LRS + const DiskState_ActiveSAS + const DiskState_ActiveUpload + const DiskState_Attached + const DiskState_ReadyToUpload + const DiskState_Reserved + const DiskState_STATUS_ActiveSAS + const DiskState_STATUS_ActiveUpload + const DiskState_STATUS_Attached + const DiskState_STATUS_ReadyToUpload + const DiskState_STATUS_Reserved + const DiskState_STATUS_Unattached + const DiskState_Unattached + const EncryptionType_EncryptionAtRestWithCustomerKey + const EncryptionType_EncryptionAtRestWithPlatformAndCustomerKeys + const EncryptionType_EncryptionAtRestWithPlatformKey + const EncryptionType_STATUS_EncryptionAtRestWithCustomerKey + const EncryptionType_STATUS_EncryptionAtRestWithPlatformAndCustomerKeys + const EncryptionType_STATUS_EncryptionAtRestWithPlatformKey + const ExtendedLocationType_EdgeZone + const ExtendedLocationType_STATUS_EdgeZone + const NetworkAccessPolicy_AllowAll + const NetworkAccessPolicy_AllowPrivate + const NetworkAccessPolicy_DenyAll + const NetworkAccessPolicy_STATUS_AllowAll + const NetworkAccessPolicy_STATUS_AllowPrivate + const NetworkAccessPolicy_STATUS_DenyAll + const SnapshotProperties_HyperVGeneration_STATUS_V1 + const SnapshotProperties_HyperVGeneration_STATUS_V2 + const SnapshotProperties_HyperVGeneration_V1 + const SnapshotProperties_HyperVGeneration_V2 + const SnapshotProperties_OsType_Linux + const SnapshotProperties_OsType_STATUS_Linux + const SnapshotProperties_OsType_STATUS_Windows + const SnapshotProperties_OsType_Windows + const SnapshotSku_Name_Premium_LRS + const SnapshotSku_Name_STATUS_Premium_LRS + const SnapshotSku_Name_STATUS_Standard_LRS + const SnapshotSku_Name_STATUS_Standard_ZRS + const SnapshotSku_Name_Standard_LRS + const SnapshotSku_Name_Standard_ZRS + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type APIVersion string + type CreationData struct + CreateOption *CreationData_CreateOption + GalleryImageReference *ImageDiskReference + ImageReference *ImageDiskReference + LogicalSectorSize *int + SourceResourceReference *genruntime.ResourceReference + SourceUri *string + StorageAccountId *string + UploadSizeBytes *int + func (data *CreationData) AssignProperties_From_CreationData(source *v20200930s.CreationData) error + func (data *CreationData) AssignProperties_To_CreationData(destination *v20200930s.CreationData) error + func (data *CreationData) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (data *CreationData) NewEmptyARMValue() genruntime.ARMResourceStatus + func (data *CreationData) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *CreationData) DeepCopy() *CreationData + func (in *CreationData) DeepCopyInto(out *CreationData) + type CreationData_ARM struct + CreateOption *CreationData_CreateOption + GalleryImageReference *ImageDiskReference_ARM + ImageReference *ImageDiskReference_ARM + LogicalSectorSize *int + SourceResourceId *string + SourceUri *string + StorageAccountId *string + UploadSizeBytes *int + func (in *CreationData_ARM) DeepCopy() *CreationData_ARM + func (in *CreationData_ARM) DeepCopyInto(out *CreationData_ARM) + type CreationData_CreateOption string + type CreationData_CreateOption_STATUS string + type CreationData_STATUS struct + CreateOption *CreationData_CreateOption_STATUS + GalleryImageReference *ImageDiskReference_STATUS + ImageReference *ImageDiskReference_STATUS + LogicalSectorSize *int + SourceResourceId *string + SourceUniqueId *string + SourceUri *string + StorageAccountId *string + UploadSizeBytes *int + func (data *CreationData_STATUS) AssignProperties_From_CreationData_STATUS(source *v20200930s.CreationData_STATUS) error + func (data *CreationData_STATUS) AssignProperties_To_CreationData_STATUS(destination *v20200930s.CreationData_STATUS) error + func (data *CreationData_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (data *CreationData_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *CreationData_STATUS) DeepCopy() *CreationData_STATUS + func (in *CreationData_STATUS) DeepCopyInto(out *CreationData_STATUS) + type CreationData_STATUS_ARM struct + CreateOption *CreationData_CreateOption_STATUS + GalleryImageReference *ImageDiskReference_STATUS_ARM + ImageReference *ImageDiskReference_STATUS_ARM + LogicalSectorSize *int + SourceResourceId *string + SourceUniqueId *string + SourceUri *string + StorageAccountId *string + UploadSizeBytes *int + func (in *CreationData_STATUS_ARM) DeepCopy() *CreationData_STATUS_ARM + func (in *CreationData_STATUS_ARM) DeepCopyInto(out *CreationData_STATUS_ARM) + type Disk struct + Spec Disk_Spec + Status Disk_STATUS + func (disk *Disk) AssignProperties_From_Disk(source *v20200930s.Disk) error + func (disk *Disk) AssignProperties_To_Disk(destination *v20200930s.Disk) error + func (disk *Disk) AzureName() string + func (disk *Disk) ConvertFrom(hub conversion.Hub) error + func (disk *Disk) ConvertTo(hub conversion.Hub) error + func (disk *Disk) Default() + func (disk *Disk) GetConditions() conditions.Conditions + func (disk *Disk) GetResourceScope() genruntime.ResourceScope + func (disk *Disk) GetSpec() genruntime.ConvertibleSpec + func (disk *Disk) GetStatus() genruntime.ConvertibleStatus + func (disk *Disk) GetType() string + func (disk *Disk) NewEmptyStatus() genruntime.ConvertibleStatus + func (disk *Disk) OriginalGVK() *schema.GroupVersionKind + func (disk *Disk) Owner() *genruntime.ResourceReference + func (disk *Disk) SetConditions(conditions conditions.Conditions) + func (disk *Disk) SetStatus(status genruntime.ConvertibleStatus) error + func (disk *Disk) ValidateCreate() error + func (disk *Disk) ValidateDelete() error + func (disk *Disk) ValidateUpdate(old runtime.Object) error + func (disk Disk) GetAPIVersion() string + func (in *Disk) DeepCopy() *Disk + func (in *Disk) DeepCopyInto(out *Disk) + func (in *Disk) DeepCopyObject() runtime.Object + type DiskList struct + Items []Disk + func (in *DiskList) DeepCopy() *DiskList + func (in *DiskList) DeepCopyInto(out *DiskList) + func (in *DiskList) DeepCopyObject() runtime.Object + type DiskProperties_ARM struct + BurstingEnabled *bool + CreationData *CreationData_ARM + DiskAccessId *string + DiskIOPSReadOnly *int + DiskIOPSReadWrite *int + DiskMBpsReadOnly *int + DiskMBpsReadWrite *int + DiskSizeGB *int + Encryption *Encryption_ARM + EncryptionSettingsCollection *EncryptionSettingsCollection_ARM + HyperVGeneration *DiskProperties_HyperVGeneration + MaxShares *int + NetworkAccessPolicy *NetworkAccessPolicy + OsType *DiskProperties_OsType + PurchasePlan *PurchasePlan_ARM + Tier *string + func (in *DiskProperties_ARM) DeepCopy() *DiskProperties_ARM + func (in *DiskProperties_ARM) DeepCopyInto(out *DiskProperties_ARM) + type DiskProperties_HyperVGeneration string + type DiskProperties_HyperVGeneration_STATUS string + type DiskProperties_OsType string + type DiskProperties_OsType_STATUS string + type DiskProperties_STATUS_ARM struct + BurstingEnabled *bool + CreationData *CreationData_STATUS_ARM + DiskAccessId *string + DiskIOPSReadOnly *int + DiskIOPSReadWrite *int + DiskMBpsReadOnly *int + DiskMBpsReadWrite *int + DiskSizeBytes *int + DiskSizeGB *int + DiskState *DiskState_STATUS + Encryption *Encryption_STATUS_ARM + EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS_ARM + HyperVGeneration *DiskProperties_HyperVGeneration_STATUS + MaxShares *int + NetworkAccessPolicy *NetworkAccessPolicy_STATUS + OsType *DiskProperties_OsType_STATUS + ProvisioningState *string + PurchasePlan *PurchasePlan_STATUS_ARM + ShareInfo []ShareInfoElement_STATUS_ARM + Tier *string + TimeCreated *string + UniqueId *string + func (in *DiskProperties_STATUS_ARM) DeepCopy() *DiskProperties_STATUS_ARM + func (in *DiskProperties_STATUS_ARM) DeepCopyInto(out *DiskProperties_STATUS_ARM) + type DiskSku struct + Name *DiskSku_Name + func (diskSku *DiskSku) AssignProperties_From_DiskSku(source *v20200930s.DiskSku) error + func (diskSku *DiskSku) AssignProperties_To_DiskSku(destination *v20200930s.DiskSku) error + func (diskSku *DiskSku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (diskSku *DiskSku) NewEmptyARMValue() genruntime.ARMResourceStatus + func (diskSku *DiskSku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *DiskSku) DeepCopy() *DiskSku + func (in *DiskSku) DeepCopyInto(out *DiskSku) + type DiskSku_ARM struct + Name *DiskSku_Name + func (in *DiskSku_ARM) DeepCopy() *DiskSku_ARM + func (in *DiskSku_ARM) DeepCopyInto(out *DiskSku_ARM) + type DiskSku_Name string + type DiskSku_Name_STATUS string + type DiskSku_STATUS struct + Name *DiskSku_Name_STATUS + Tier *string + func (diskSku *DiskSku_STATUS) AssignProperties_From_DiskSku_STATUS(source *v20200930s.DiskSku_STATUS) error + func (diskSku *DiskSku_STATUS) AssignProperties_To_DiskSku_STATUS(destination *v20200930s.DiskSku_STATUS) error + func (diskSku *DiskSku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (diskSku *DiskSku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *DiskSku_STATUS) DeepCopy() *DiskSku_STATUS + func (in *DiskSku_STATUS) DeepCopyInto(out *DiskSku_STATUS) + type DiskSku_STATUS_ARM struct + Name *DiskSku_Name_STATUS + Tier *string + func (in *DiskSku_STATUS_ARM) DeepCopy() *DiskSku_STATUS_ARM + func (in *DiskSku_STATUS_ARM) DeepCopyInto(out *DiskSku_STATUS_ARM) + type DiskState string + type DiskState_STATUS string + type Disk_STATUS struct + BurstingEnabled *bool + Conditions []conditions.Condition + CreationData *CreationData_STATUS + DiskAccessId *string + DiskIOPSReadOnly *int + DiskIOPSReadWrite *int + DiskMBpsReadOnly *int + DiskMBpsReadWrite *int + DiskSizeBytes *int + DiskSizeGB *int + DiskState *DiskState_STATUS + Encryption *Encryption_STATUS + EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS + ExtendedLocation *ExtendedLocation_STATUS + HyperVGeneration *DiskProperties_HyperVGeneration_STATUS + Id *string + Location *string + ManagedBy *string + ManagedByExtended []string + MaxShares *int + Name *string + NetworkAccessPolicy *NetworkAccessPolicy_STATUS + OsType *DiskProperties_OsType_STATUS + ProvisioningState *string + PurchasePlan *PurchasePlan_STATUS + ShareInfo []ShareInfoElement_STATUS + Sku *DiskSku_STATUS + Tags map[string]string + Tier *string + TimeCreated *string + Type *string + UniqueId *string + Zones []string + func (disk *Disk_STATUS) AssignProperties_From_Disk_STATUS(source *v20200930s.Disk_STATUS) error + func (disk *Disk_STATUS) AssignProperties_To_Disk_STATUS(destination *v20200930s.Disk_STATUS) error + func (disk *Disk_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (disk *Disk_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (disk *Disk_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (disk *Disk_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *Disk_STATUS) DeepCopy() *Disk_STATUS + func (in *Disk_STATUS) DeepCopyInto(out *Disk_STATUS) + type Disk_STATUS_ARM struct + ExtendedLocation *ExtendedLocation_STATUS_ARM + Id *string + Location *string + ManagedBy *string + ManagedByExtended []string + Name *string + Properties *DiskProperties_STATUS_ARM + Sku *DiskSku_STATUS_ARM + Tags map[string]string + Type *string + Zones []string + func (in *Disk_STATUS_ARM) DeepCopy() *Disk_STATUS_ARM + func (in *Disk_STATUS_ARM) DeepCopyInto(out *Disk_STATUS_ARM) + type Disk_Spec struct + AzureName string + BurstingEnabled *bool + CreationData *CreationData + DiskAccessReference *genruntime.ResourceReference + DiskIOPSReadOnly *int + DiskIOPSReadWrite *int + DiskMBpsReadOnly *int + DiskMBpsReadWrite *int + DiskSizeGB *int + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + ExtendedLocation *ExtendedLocation + HyperVGeneration *DiskProperties_HyperVGeneration + Location *string + MaxShares *int + NetworkAccessPolicy *NetworkAccessPolicy + OsType *DiskProperties_OsType + Owner *genruntime.KnownResourceReference + PurchasePlan *PurchasePlan + Sku *DiskSku + Tags map[string]string + Tier *string + Zones []string + func (disk *Disk_Spec) AssignProperties_From_Disk_Spec(source *v20200930s.Disk_Spec) error + func (disk *Disk_Spec) AssignProperties_To_Disk_Spec(destination *v20200930s.Disk_Spec) error + func (disk *Disk_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (disk *Disk_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (disk *Disk_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (disk *Disk_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus + func (disk *Disk_Spec) OriginalVersion() string + func (disk *Disk_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (disk *Disk_Spec) SetAzureName(azureName string) + func (in *Disk_Spec) DeepCopy() *Disk_Spec + func (in *Disk_Spec) DeepCopyInto(out *Disk_Spec) + type Disk_Spec_ARM struct + ExtendedLocation *ExtendedLocation_ARM + Location *string + Name string + Properties *DiskProperties_ARM + Sku *DiskSku_ARM + Tags map[string]string + Zones []string + func (disk *Disk_Spec_ARM) GetName() string + func (disk *Disk_Spec_ARM) GetType() string + func (disk Disk_Spec_ARM) GetAPIVersion() string + func (in *Disk_Spec_ARM) DeepCopy() *Disk_Spec_ARM + func (in *Disk_Spec_ARM) DeepCopyInto(out *Disk_Spec_ARM) + type Encryption struct + DiskEncryptionSetReference *genruntime.ResourceReference + Type *EncryptionType + func (encryption *Encryption) AssignProperties_From_Encryption(source *v20200930s.Encryption) error + func (encryption *Encryption) AssignProperties_To_Encryption(destination *v20200930s.Encryption) error + func (encryption *Encryption) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (encryption *Encryption) NewEmptyARMValue() genruntime.ARMResourceStatus + func (encryption *Encryption) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *Encryption) DeepCopy() *Encryption + func (in *Encryption) DeepCopyInto(out *Encryption) + type EncryptionSettingsCollection struct + Enabled *bool + EncryptionSettings []EncryptionSettingsElement + EncryptionSettingsVersion *string + func (collection *EncryptionSettingsCollection) AssignProperties_From_EncryptionSettingsCollection(source *v20200930s.EncryptionSettingsCollection) error + func (collection *EncryptionSettingsCollection) AssignProperties_To_EncryptionSettingsCollection(destination *v20200930s.EncryptionSettingsCollection) error + func (collection *EncryptionSettingsCollection) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (collection *EncryptionSettingsCollection) NewEmptyARMValue() genruntime.ARMResourceStatus + func (collection *EncryptionSettingsCollection) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *EncryptionSettingsCollection) DeepCopy() *EncryptionSettingsCollection + func (in *EncryptionSettingsCollection) DeepCopyInto(out *EncryptionSettingsCollection) + type EncryptionSettingsCollection_ARM struct + Enabled *bool + EncryptionSettings []EncryptionSettingsElement_ARM + EncryptionSettingsVersion *string + func (in *EncryptionSettingsCollection_ARM) DeepCopy() *EncryptionSettingsCollection_ARM + func (in *EncryptionSettingsCollection_ARM) DeepCopyInto(out *EncryptionSettingsCollection_ARM) + type EncryptionSettingsCollection_STATUS struct + Enabled *bool + EncryptionSettings []EncryptionSettingsElement_STATUS + EncryptionSettingsVersion *string + func (collection *EncryptionSettingsCollection_STATUS) AssignProperties_From_EncryptionSettingsCollection_STATUS(source *v20200930s.EncryptionSettingsCollection_STATUS) error + func (collection *EncryptionSettingsCollection_STATUS) AssignProperties_To_EncryptionSettingsCollection_STATUS(destination *v20200930s.EncryptionSettingsCollection_STATUS) error + func (collection *EncryptionSettingsCollection_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (collection *EncryptionSettingsCollection_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *EncryptionSettingsCollection_STATUS) DeepCopy() *EncryptionSettingsCollection_STATUS + func (in *EncryptionSettingsCollection_STATUS) DeepCopyInto(out *EncryptionSettingsCollection_STATUS) + type EncryptionSettingsCollection_STATUS_ARM struct + Enabled *bool + EncryptionSettings []EncryptionSettingsElement_STATUS_ARM + EncryptionSettingsVersion *string + func (in *EncryptionSettingsCollection_STATUS_ARM) DeepCopy() *EncryptionSettingsCollection_STATUS_ARM + func (in *EncryptionSettingsCollection_STATUS_ARM) DeepCopyInto(out *EncryptionSettingsCollection_STATUS_ARM) + type EncryptionSettingsElement struct + DiskEncryptionKey *KeyVaultAndSecretReference + KeyEncryptionKey *KeyVaultAndKeyReference + func (element *EncryptionSettingsElement) AssignProperties_From_EncryptionSettingsElement(source *v20200930s.EncryptionSettingsElement) error + func (element *EncryptionSettingsElement) AssignProperties_To_EncryptionSettingsElement(destination *v20200930s.EncryptionSettingsElement) error + func (element *EncryptionSettingsElement) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (element *EncryptionSettingsElement) NewEmptyARMValue() genruntime.ARMResourceStatus + func (element *EncryptionSettingsElement) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *EncryptionSettingsElement) DeepCopy() *EncryptionSettingsElement + func (in *EncryptionSettingsElement) DeepCopyInto(out *EncryptionSettingsElement) + type EncryptionSettingsElement_ARM struct + DiskEncryptionKey *KeyVaultAndSecretReference_ARM + KeyEncryptionKey *KeyVaultAndKeyReference_ARM + func (in *EncryptionSettingsElement_ARM) DeepCopy() *EncryptionSettingsElement_ARM + func (in *EncryptionSettingsElement_ARM) DeepCopyInto(out *EncryptionSettingsElement_ARM) + type EncryptionSettingsElement_STATUS struct + DiskEncryptionKey *KeyVaultAndSecretReference_STATUS + KeyEncryptionKey *KeyVaultAndKeyReference_STATUS + func (element *EncryptionSettingsElement_STATUS) AssignProperties_From_EncryptionSettingsElement_STATUS(source *v20200930s.EncryptionSettingsElement_STATUS) error + func (element *EncryptionSettingsElement_STATUS) AssignProperties_To_EncryptionSettingsElement_STATUS(destination *v20200930s.EncryptionSettingsElement_STATUS) error + func (element *EncryptionSettingsElement_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (element *EncryptionSettingsElement_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *EncryptionSettingsElement_STATUS) DeepCopy() *EncryptionSettingsElement_STATUS + func (in *EncryptionSettingsElement_STATUS) DeepCopyInto(out *EncryptionSettingsElement_STATUS) + type EncryptionSettingsElement_STATUS_ARM struct + DiskEncryptionKey *KeyVaultAndSecretReference_STATUS_ARM + KeyEncryptionKey *KeyVaultAndKeyReference_STATUS_ARM + func (in *EncryptionSettingsElement_STATUS_ARM) DeepCopy() *EncryptionSettingsElement_STATUS_ARM + func (in *EncryptionSettingsElement_STATUS_ARM) DeepCopyInto(out *EncryptionSettingsElement_STATUS_ARM) + type EncryptionType string + type EncryptionType_STATUS string + type Encryption_ARM struct + DiskEncryptionSetId *string + Type *EncryptionType + func (in *Encryption_ARM) DeepCopy() *Encryption_ARM + func (in *Encryption_ARM) DeepCopyInto(out *Encryption_ARM) + type Encryption_STATUS struct + DiskEncryptionSetId *string + Type *EncryptionType_STATUS + func (encryption *Encryption_STATUS) AssignProperties_From_Encryption_STATUS(source *v20200930s.Encryption_STATUS) error + func (encryption *Encryption_STATUS) AssignProperties_To_Encryption_STATUS(destination *v20200930s.Encryption_STATUS) error + func (encryption *Encryption_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (encryption *Encryption_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *Encryption_STATUS) DeepCopy() *Encryption_STATUS + func (in *Encryption_STATUS) DeepCopyInto(out *Encryption_STATUS) + type Encryption_STATUS_ARM struct + DiskEncryptionSetId *string + Type *EncryptionType_STATUS + func (in *Encryption_STATUS_ARM) DeepCopy() *Encryption_STATUS_ARM + func (in *Encryption_STATUS_ARM) DeepCopyInto(out *Encryption_STATUS_ARM) + type ExtendedLocation struct + Name *string + Type *ExtendedLocationType + func (in *ExtendedLocation) DeepCopy() *ExtendedLocation + func (in *ExtendedLocation) DeepCopyInto(out *ExtendedLocation) + func (location *ExtendedLocation) AssignProperties_From_ExtendedLocation(source *v20200930s.ExtendedLocation) error + func (location *ExtendedLocation) AssignProperties_To_ExtendedLocation(destination *v20200930s.ExtendedLocation) error + func (location *ExtendedLocation) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (location *ExtendedLocation) NewEmptyARMValue() genruntime.ARMResourceStatus + func (location *ExtendedLocation) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type ExtendedLocationType string + type ExtendedLocationType_STATUS string + type ExtendedLocation_ARM struct + Name *string + Type *ExtendedLocationType + func (in *ExtendedLocation_ARM) DeepCopy() *ExtendedLocation_ARM + func (in *ExtendedLocation_ARM) DeepCopyInto(out *ExtendedLocation_ARM) + type ExtendedLocation_STATUS struct + Name *string + Type *ExtendedLocationType_STATUS + func (in *ExtendedLocation_STATUS) DeepCopy() *ExtendedLocation_STATUS + func (in *ExtendedLocation_STATUS) DeepCopyInto(out *ExtendedLocation_STATUS) + func (location *ExtendedLocation_STATUS) AssignProperties_From_ExtendedLocation_STATUS(source *v20200930s.ExtendedLocation_STATUS) error + func (location *ExtendedLocation_STATUS) AssignProperties_To_ExtendedLocation_STATUS(destination *v20200930s.ExtendedLocation_STATUS) error + func (location *ExtendedLocation_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (location *ExtendedLocation_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type ExtendedLocation_STATUS_ARM struct + Name *string + Type *ExtendedLocationType_STATUS + func (in *ExtendedLocation_STATUS_ARM) DeepCopy() *ExtendedLocation_STATUS_ARM + func (in *ExtendedLocation_STATUS_ARM) DeepCopyInto(out *ExtendedLocation_STATUS_ARM) + type ImageDiskReference struct + Lun *int + Reference *genruntime.ResourceReference + func (in *ImageDiskReference) DeepCopy() *ImageDiskReference + func (in *ImageDiskReference) DeepCopyInto(out *ImageDiskReference) + func (reference *ImageDiskReference) AssignProperties_From_ImageDiskReference(source *v20200930s.ImageDiskReference) error + func (reference *ImageDiskReference) AssignProperties_To_ImageDiskReference(destination *v20200930s.ImageDiskReference) error + func (reference *ImageDiskReference) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (reference *ImageDiskReference) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *ImageDiskReference) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type ImageDiskReference_ARM struct + Id *string + Lun *int + func (in *ImageDiskReference_ARM) DeepCopy() *ImageDiskReference_ARM + func (in *ImageDiskReference_ARM) DeepCopyInto(out *ImageDiskReference_ARM) + type ImageDiskReference_STATUS struct + Id *string + Lun *int + func (in *ImageDiskReference_STATUS) DeepCopy() *ImageDiskReference_STATUS + func (in *ImageDiskReference_STATUS) DeepCopyInto(out *ImageDiskReference_STATUS) + func (reference *ImageDiskReference_STATUS) AssignProperties_From_ImageDiskReference_STATUS(source *v20200930s.ImageDiskReference_STATUS) error + func (reference *ImageDiskReference_STATUS) AssignProperties_To_ImageDiskReference_STATUS(destination *v20200930s.ImageDiskReference_STATUS) error + func (reference *ImageDiskReference_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *ImageDiskReference_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type ImageDiskReference_STATUS_ARM struct + Id *string + Lun *int + func (in *ImageDiskReference_STATUS_ARM) DeepCopy() *ImageDiskReference_STATUS_ARM + func (in *ImageDiskReference_STATUS_ARM) DeepCopyInto(out *ImageDiskReference_STATUS_ARM) + type KeyVaultAndKeyReference struct + KeyUrl *string + SourceVault *SourceVault + func (in *KeyVaultAndKeyReference) DeepCopy() *KeyVaultAndKeyReference + func (in *KeyVaultAndKeyReference) DeepCopyInto(out *KeyVaultAndKeyReference) + func (reference *KeyVaultAndKeyReference) AssignProperties_From_KeyVaultAndKeyReference(source *v20200930s.KeyVaultAndKeyReference) error + func (reference *KeyVaultAndKeyReference) AssignProperties_To_KeyVaultAndKeyReference(destination *v20200930s.KeyVaultAndKeyReference) error + func (reference *KeyVaultAndKeyReference) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (reference *KeyVaultAndKeyReference) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *KeyVaultAndKeyReference) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type KeyVaultAndKeyReference_ARM struct + KeyUrl *string + SourceVault *SourceVault_ARM + func (in *KeyVaultAndKeyReference_ARM) DeepCopy() *KeyVaultAndKeyReference_ARM + func (in *KeyVaultAndKeyReference_ARM) DeepCopyInto(out *KeyVaultAndKeyReference_ARM) + type KeyVaultAndKeyReference_STATUS struct + KeyUrl *string + SourceVault *SourceVault_STATUS + func (in *KeyVaultAndKeyReference_STATUS) DeepCopy() *KeyVaultAndKeyReference_STATUS + func (in *KeyVaultAndKeyReference_STATUS) DeepCopyInto(out *KeyVaultAndKeyReference_STATUS) + func (reference *KeyVaultAndKeyReference_STATUS) AssignProperties_From_KeyVaultAndKeyReference_STATUS(source *v20200930s.KeyVaultAndKeyReference_STATUS) error + func (reference *KeyVaultAndKeyReference_STATUS) AssignProperties_To_KeyVaultAndKeyReference_STATUS(destination *v20200930s.KeyVaultAndKeyReference_STATUS) error + func (reference *KeyVaultAndKeyReference_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *KeyVaultAndKeyReference_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type KeyVaultAndKeyReference_STATUS_ARM struct + KeyUrl *string + SourceVault *SourceVault_STATUS_ARM + func (in *KeyVaultAndKeyReference_STATUS_ARM) DeepCopy() *KeyVaultAndKeyReference_STATUS_ARM + func (in *KeyVaultAndKeyReference_STATUS_ARM) DeepCopyInto(out *KeyVaultAndKeyReference_STATUS_ARM) + type KeyVaultAndSecretReference struct + SecretUrl *string + SourceVault *SourceVault + func (in *KeyVaultAndSecretReference) DeepCopy() *KeyVaultAndSecretReference + func (in *KeyVaultAndSecretReference) DeepCopyInto(out *KeyVaultAndSecretReference) + func (reference *KeyVaultAndSecretReference) AssignProperties_From_KeyVaultAndSecretReference(source *v20200930s.KeyVaultAndSecretReference) error + func (reference *KeyVaultAndSecretReference) AssignProperties_To_KeyVaultAndSecretReference(destination *v20200930s.KeyVaultAndSecretReference) error + func (reference *KeyVaultAndSecretReference) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (reference *KeyVaultAndSecretReference) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *KeyVaultAndSecretReference) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type KeyVaultAndSecretReference_ARM struct + SecretUrl *string + SourceVault *SourceVault_ARM + func (in *KeyVaultAndSecretReference_ARM) DeepCopy() *KeyVaultAndSecretReference_ARM + func (in *KeyVaultAndSecretReference_ARM) DeepCopyInto(out *KeyVaultAndSecretReference_ARM) + type KeyVaultAndSecretReference_STATUS struct + SecretUrl *string + SourceVault *SourceVault_STATUS + func (in *KeyVaultAndSecretReference_STATUS) DeepCopy() *KeyVaultAndSecretReference_STATUS + func (in *KeyVaultAndSecretReference_STATUS) DeepCopyInto(out *KeyVaultAndSecretReference_STATUS) + func (reference *KeyVaultAndSecretReference_STATUS) AssignProperties_From_KeyVaultAndSecretReference_STATUS(source *v20200930s.KeyVaultAndSecretReference_STATUS) error + func (reference *KeyVaultAndSecretReference_STATUS) AssignProperties_To_KeyVaultAndSecretReference_STATUS(destination *v20200930s.KeyVaultAndSecretReference_STATUS) error + func (reference *KeyVaultAndSecretReference_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (reference *KeyVaultAndSecretReference_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type KeyVaultAndSecretReference_STATUS_ARM struct + SecretUrl *string + SourceVault *SourceVault_STATUS_ARM + func (in *KeyVaultAndSecretReference_STATUS_ARM) DeepCopy() *KeyVaultAndSecretReference_STATUS_ARM + func (in *KeyVaultAndSecretReference_STATUS_ARM) DeepCopyInto(out *KeyVaultAndSecretReference_STATUS_ARM) + type NetworkAccessPolicy string + type NetworkAccessPolicy_STATUS string + type PurchasePlan struct + Name *string + Product *string + PromotionCode *string + Publisher *string + func (in *PurchasePlan) DeepCopy() *PurchasePlan + func (in *PurchasePlan) DeepCopyInto(out *PurchasePlan) + func (plan *PurchasePlan) AssignProperties_From_PurchasePlan(source *v20200930s.PurchasePlan) error + func (plan *PurchasePlan) AssignProperties_To_PurchasePlan(destination *v20200930s.PurchasePlan) error + func (plan *PurchasePlan) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (plan *PurchasePlan) NewEmptyARMValue() genruntime.ARMResourceStatus + func (plan *PurchasePlan) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type PurchasePlan_ARM struct + Name *string + Product *string + PromotionCode *string + Publisher *string + func (in *PurchasePlan_ARM) DeepCopy() *PurchasePlan_ARM + func (in *PurchasePlan_ARM) DeepCopyInto(out *PurchasePlan_ARM) + type PurchasePlan_STATUS struct + Name *string + Product *string + PromotionCode *string + Publisher *string + func (in *PurchasePlan_STATUS) DeepCopy() *PurchasePlan_STATUS + func (in *PurchasePlan_STATUS) DeepCopyInto(out *PurchasePlan_STATUS) + func (plan *PurchasePlan_STATUS) AssignProperties_From_PurchasePlan_STATUS(source *v20200930s.PurchasePlan_STATUS) error + func (plan *PurchasePlan_STATUS) AssignProperties_To_PurchasePlan_STATUS(destination *v20200930s.PurchasePlan_STATUS) error + func (plan *PurchasePlan_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (plan *PurchasePlan_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type PurchasePlan_STATUS_ARM struct + Name *string + Product *string + PromotionCode *string + Publisher *string + func (in *PurchasePlan_STATUS_ARM) DeepCopy() *PurchasePlan_STATUS_ARM + func (in *PurchasePlan_STATUS_ARM) DeepCopyInto(out *PurchasePlan_STATUS_ARM) + type ShareInfoElement_STATUS struct + VmUri *string + func (element *ShareInfoElement_STATUS) AssignProperties_From_ShareInfoElement_STATUS(source *v20200930s.ShareInfoElement_STATUS) error + func (element *ShareInfoElement_STATUS) AssignProperties_To_ShareInfoElement_STATUS(destination *v20200930s.ShareInfoElement_STATUS) error + func (element *ShareInfoElement_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (element *ShareInfoElement_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (in *ShareInfoElement_STATUS) DeepCopy() *ShareInfoElement_STATUS + func (in *ShareInfoElement_STATUS) DeepCopyInto(out *ShareInfoElement_STATUS) + type ShareInfoElement_STATUS_ARM struct + VmUri *string + func (in *ShareInfoElement_STATUS_ARM) DeepCopy() *ShareInfoElement_STATUS_ARM + func (in *ShareInfoElement_STATUS_ARM) DeepCopyInto(out *ShareInfoElement_STATUS_ARM) + type Snapshot struct + Spec Snapshot_Spec + Status Snapshot_STATUS + func (in *Snapshot) DeepCopy() *Snapshot + func (in *Snapshot) DeepCopyInto(out *Snapshot) + func (in *Snapshot) DeepCopyObject() runtime.Object + func (snapshot *Snapshot) AssignProperties_From_Snapshot(source *v20200930s.Snapshot) error + func (snapshot *Snapshot) AssignProperties_To_Snapshot(destination *v20200930s.Snapshot) error + func (snapshot *Snapshot) AzureName() string + func (snapshot *Snapshot) ConvertFrom(hub conversion.Hub) error + func (snapshot *Snapshot) ConvertTo(hub conversion.Hub) error + func (snapshot *Snapshot) Default() + func (snapshot *Snapshot) GetConditions() conditions.Conditions + func (snapshot *Snapshot) GetResourceScope() genruntime.ResourceScope + func (snapshot *Snapshot) GetSpec() genruntime.ConvertibleSpec + func (snapshot *Snapshot) GetStatus() genruntime.ConvertibleStatus + func (snapshot *Snapshot) GetType() string + func (snapshot *Snapshot) NewEmptyStatus() genruntime.ConvertibleStatus + func (snapshot *Snapshot) OriginalGVK() *schema.GroupVersionKind + func (snapshot *Snapshot) Owner() *genruntime.ResourceReference + func (snapshot *Snapshot) SetConditions(conditions conditions.Conditions) + func (snapshot *Snapshot) SetStatus(status genruntime.ConvertibleStatus) error + func (snapshot *Snapshot) ValidateCreate() error + func (snapshot *Snapshot) ValidateDelete() error + func (snapshot *Snapshot) ValidateUpdate(old runtime.Object) error + func (snapshot Snapshot) GetAPIVersion() string + type SnapshotList struct + Items []Snapshot + func (in *SnapshotList) DeepCopy() *SnapshotList + func (in *SnapshotList) DeepCopyInto(out *SnapshotList) + func (in *SnapshotList) DeepCopyObject() runtime.Object + type SnapshotProperties_ARM struct + CreationData *CreationData_ARM + DiskAccessId *string + DiskSizeGB *int + DiskState *DiskState + Encryption *Encryption_ARM + EncryptionSettingsCollection *EncryptionSettingsCollection_ARM + HyperVGeneration *SnapshotProperties_HyperVGeneration + Incremental *bool + NetworkAccessPolicy *NetworkAccessPolicy + OsType *SnapshotProperties_OsType + PurchasePlan *PurchasePlan_ARM + func (in *SnapshotProperties_ARM) DeepCopy() *SnapshotProperties_ARM + func (in *SnapshotProperties_ARM) DeepCopyInto(out *SnapshotProperties_ARM) + type SnapshotProperties_HyperVGeneration string + type SnapshotProperties_HyperVGeneration_STATUS string + type SnapshotProperties_OsType string + type SnapshotProperties_OsType_STATUS string + type SnapshotProperties_STATUS_ARM struct + CreationData *CreationData_STATUS_ARM + DiskAccessId *string + DiskSizeBytes *int + DiskSizeGB *int + DiskState *DiskState_STATUS + Encryption *Encryption_STATUS_ARM + EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS_ARM + HyperVGeneration *SnapshotProperties_HyperVGeneration_STATUS + Incremental *bool + NetworkAccessPolicy *NetworkAccessPolicy_STATUS + OsType *SnapshotProperties_OsType_STATUS + ProvisioningState *string + PurchasePlan *PurchasePlan_STATUS_ARM + TimeCreated *string + UniqueId *string + func (in *SnapshotProperties_STATUS_ARM) DeepCopy() *SnapshotProperties_STATUS_ARM + func (in *SnapshotProperties_STATUS_ARM) DeepCopyInto(out *SnapshotProperties_STATUS_ARM) + type SnapshotSku struct + Name *SnapshotSku_Name + func (in *SnapshotSku) DeepCopy() *SnapshotSku + func (in *SnapshotSku) DeepCopyInto(out *SnapshotSku) + func (snapshotSku *SnapshotSku) AssignProperties_From_SnapshotSku(source *v20200930s.SnapshotSku) error + func (snapshotSku *SnapshotSku) AssignProperties_To_SnapshotSku(destination *v20200930s.SnapshotSku) error + func (snapshotSku *SnapshotSku) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (snapshotSku *SnapshotSku) NewEmptyARMValue() genruntime.ARMResourceStatus + func (snapshotSku *SnapshotSku) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type SnapshotSku_ARM struct + Name *SnapshotSku_Name + func (in *SnapshotSku_ARM) DeepCopy() *SnapshotSku_ARM + func (in *SnapshotSku_ARM) DeepCopyInto(out *SnapshotSku_ARM) + type SnapshotSku_Name string + type SnapshotSku_Name_STATUS string + type SnapshotSku_STATUS struct + Name *SnapshotSku_Name_STATUS + Tier *string + func (in *SnapshotSku_STATUS) DeepCopy() *SnapshotSku_STATUS + func (in *SnapshotSku_STATUS) DeepCopyInto(out *SnapshotSku_STATUS) + func (snapshotSku *SnapshotSku_STATUS) AssignProperties_From_SnapshotSku_STATUS(source *v20200930s.SnapshotSku_STATUS) error + func (snapshotSku *SnapshotSku_STATUS) AssignProperties_To_SnapshotSku_STATUS(destination *v20200930s.SnapshotSku_STATUS) error + func (snapshotSku *SnapshotSku_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (snapshotSku *SnapshotSku_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type SnapshotSku_STATUS_ARM struct + Name *SnapshotSku_Name_STATUS + Tier *string + func (in *SnapshotSku_STATUS_ARM) DeepCopy() *SnapshotSku_STATUS_ARM + func (in *SnapshotSku_STATUS_ARM) DeepCopyInto(out *SnapshotSku_STATUS_ARM) + type Snapshot_STATUS struct + Conditions []conditions.Condition + CreationData *CreationData_STATUS + DiskAccessId *string + DiskSizeBytes *int + DiskSizeGB *int + DiskState *DiskState_STATUS + Encryption *Encryption_STATUS + EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS + ExtendedLocation *ExtendedLocation_STATUS + HyperVGeneration *SnapshotProperties_HyperVGeneration_STATUS + Id *string + Incremental *bool + Location *string + ManagedBy *string + Name *string + NetworkAccessPolicy *NetworkAccessPolicy_STATUS + OsType *SnapshotProperties_OsType_STATUS + ProvisioningState *string + PurchasePlan *PurchasePlan_STATUS + Sku *SnapshotSku_STATUS + Tags map[string]string + TimeCreated *string + Type *string + UniqueId *string + func (in *Snapshot_STATUS) DeepCopy() *Snapshot_STATUS + func (in *Snapshot_STATUS) DeepCopyInto(out *Snapshot_STATUS) + func (snapshot *Snapshot_STATUS) AssignProperties_From_Snapshot_STATUS(source *v20200930s.Snapshot_STATUS) error + func (snapshot *Snapshot_STATUS) AssignProperties_To_Snapshot_STATUS(destination *v20200930s.Snapshot_STATUS) error + func (snapshot *Snapshot_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error + func (snapshot *Snapshot_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error + func (snapshot *Snapshot_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (snapshot *Snapshot_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type Snapshot_STATUS_ARM struct + ExtendedLocation *ExtendedLocation_STATUS_ARM + Id *string + Location *string + ManagedBy *string + Name *string + Properties *SnapshotProperties_STATUS_ARM + Sku *SnapshotSku_STATUS_ARM + Tags map[string]string + Type *string + func (in *Snapshot_STATUS_ARM) DeepCopy() *Snapshot_STATUS_ARM + func (in *Snapshot_STATUS_ARM) DeepCopyInto(out *Snapshot_STATUS_ARM) + type Snapshot_Spec struct + AzureName string + CreationData *CreationData + DiskAccessReference *genruntime.ResourceReference + DiskSizeGB *int + DiskState *DiskState + Encryption *Encryption + EncryptionSettingsCollection *EncryptionSettingsCollection + ExtendedLocation *ExtendedLocation + HyperVGeneration *SnapshotProperties_HyperVGeneration + Incremental *bool + Location *string + NetworkAccessPolicy *NetworkAccessPolicy + OsType *SnapshotProperties_OsType + Owner *genruntime.KnownResourceReference + PurchasePlan *PurchasePlan + Sku *SnapshotSku + Tags map[string]string + func (in *Snapshot_Spec) DeepCopy() *Snapshot_Spec + func (in *Snapshot_Spec) DeepCopyInto(out *Snapshot_Spec) + func (snapshot *Snapshot_Spec) AssignProperties_From_Snapshot_Spec(source *v20200930s.Snapshot_Spec) error + func (snapshot *Snapshot_Spec) AssignProperties_To_Snapshot_Spec(destination *v20200930s.Snapshot_Spec) error + func (snapshot *Snapshot_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error + func (snapshot *Snapshot_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error + func (snapshot *Snapshot_Spec) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (snapshot *Snapshot_Spec) NewEmptyARMValue() genruntime.ARMResourceStatus + func (snapshot *Snapshot_Spec) OriginalVersion() string + func (snapshot *Snapshot_Spec) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + func (snapshot *Snapshot_Spec) SetAzureName(azureName string) + type Snapshot_Spec_ARM struct + ExtendedLocation *ExtendedLocation_ARM + Location *string + Name string + Properties *SnapshotProperties_ARM + Sku *SnapshotSku_ARM + Tags map[string]string + func (in *Snapshot_Spec_ARM) DeepCopy() *Snapshot_Spec_ARM + func (in *Snapshot_Spec_ARM) DeepCopyInto(out *Snapshot_Spec_ARM) + func (snapshot *Snapshot_Spec_ARM) GetName() string + func (snapshot *Snapshot_Spec_ARM) GetType() string + func (snapshot Snapshot_Spec_ARM) GetAPIVersion() string + type SourceVault struct + Reference *genruntime.ResourceReference + func (in *SourceVault) DeepCopy() *SourceVault + func (in *SourceVault) DeepCopyInto(out *SourceVault) + func (vault *SourceVault) AssignProperties_From_SourceVault(source *v20200930s.SourceVault) error + func (vault *SourceVault) AssignProperties_To_SourceVault(destination *v20200930s.SourceVault) error + func (vault *SourceVault) ConvertToARM(resolved genruntime.ConvertToARMResolvedDetails) (interface{}, error) + func (vault *SourceVault) NewEmptyARMValue() genruntime.ARMResourceStatus + func (vault *SourceVault) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type SourceVault_ARM struct + Id *string + func (in *SourceVault_ARM) DeepCopy() *SourceVault_ARM + func (in *SourceVault_ARM) DeepCopyInto(out *SourceVault_ARM) + type SourceVault_STATUS struct + Id *string + func (in *SourceVault_STATUS) DeepCopy() *SourceVault_STATUS + func (in *SourceVault_STATUS) DeepCopyInto(out *SourceVault_STATUS) + func (vault *SourceVault_STATUS) AssignProperties_From_SourceVault_STATUS(source *v20200930s.SourceVault_STATUS) error + func (vault *SourceVault_STATUS) AssignProperties_To_SourceVault_STATUS(destination *v20200930s.SourceVault_STATUS) error + func (vault *SourceVault_STATUS) NewEmptyARMValue() genruntime.ARMResourceStatus + func (vault *SourceVault_STATUS) PopulateFromARM(owner genruntime.ArbitraryOwnerReference, armInput interface{}) error + type SourceVault_STATUS_ARM struct + Id *string + func (in *SourceVault_STATUS_ARM) DeepCopy() *SourceVault_STATUS_ARM + func (in *SourceVault_STATUS_ARM) DeepCopyInto(out *SourceVault_STATUS_ARM) 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