ImageReference 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
ImageReference() | |
ImageReference(String, String, String, String, String) |
ImageReference()
public ImageReference ();
Public Sub New ()
Applies to
ImageReference(String, String, String, String, String)
public ImageReference (string id = default, string publisher = default, string offer = default, string sku = default, string version = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference : string * string * string * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference
Public Sub New (Optional id As String = Nothing, Optional publisher As String = Nothing, Optional offer As String = Nothing, Optional sku As String = Nothing, Optional version As String = Nothing)
Parameters
- id
- String
- publisher
- String
- offer
- String
- sku
- String
- version
- String