ArmDevCenterModelFactory.DevCenterImageReference Method
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.
Initializes a new instance of DevCenterImageReference.
public static Azure.ResourceManager.DevCenter.Models.DevCenterImageReference DevCenterImageReference (Azure.Core.ResourceIdentifier id = default, string exactVersion = default);
static member DevCenterImageReference : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DevCenter.Models.DevCenterImageReference
Public Shared Function DevCenterImageReference (Optional id As ResourceIdentifier = Nothing, Optional exactVersion As String = Nothing) As DevCenterImageReference
Parameters
Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
- exactVersion
- String
The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
Returns
A new DevCenterImageReference instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET