PSImageReference Constructors
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.
C#
public PSImageReference ();
Public Sub New ()
Applies to
Azure - PowerShell Commands Latest และ Azure - PowerShell Commands 12 (LTS)
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
C#
public PSImageReference (string virtualMachineImageId);
new Microsoft.Azure.Commands.Batch.Models.PSImageReference : string -> Microsoft.Azure.Commands.Batch.Models.PSImageReference
Public Sub New (virtualMachineImageId As String)
Parameters
- virtualMachineImageId
- String
Applies to
Azure - PowerShell Commands Latest และรุ่นอื่นๆ
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |
C#
public PSImageReference (string offer, string publisher, string sku, string version = default);
new Microsoft.Azure.Commands.Batch.Models.PSImageReference : string * string * string * string -> Microsoft.Azure.Commands.Batch.Models.PSImageReference
Public Sub New (offer As String, publisher As String, sku As String, Optional version As String = Nothing)
Parameters
- offer
- String
- publisher
- String
- sku
- String
- version
- String
Applies to
Azure - PowerShell Commands Latest และรุ่นอื่นๆ
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |