ImageUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ImageUpdate() | |
ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String) |
ImageUpdate()
public ImageUpdate ();
Public Sub New ()
Applies to
ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String)
public ImageUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource sourceVirtualMachine = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile storageProfile = default, string provisioningState = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceVirtualMachine As SubResource = Nothing, Optional storageProfile As ImageStorageProfile = Nothing, Optional provisioningState As String = Nothing)
Parameters
- tags
- IDictionary<String,String>
- sourceVirtualMachine
- SubResource
- storageProfile
- ImageStorageProfile
- provisioningState
- String