MachineExtensionPropertiesInstanceView Class
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.
The machine extension instance view.
public class MachineExtensionPropertiesInstanceView : Microsoft.Azure.Management.HybridCompute.Models.MachineExtensionInstanceView
type MachineExtensionPropertiesInstanceView = class
inherit MachineExtensionInstanceView
Public Class MachineExtensionPropertiesInstanceView
Inherits MachineExtensionInstanceView
- Inheritance
Constructors
MachineExtensionPropertiesInstanceView() |
Initializes a new instance of the MachineExtensionPropertiesInstanceView class. |
MachineExtensionPropertiesInstanceView(String, String, String, MachineExtensionInstanceViewStatus) |
Initializes a new instance of the MachineExtensionPropertiesInstanceView class. |
Properties
Name |
Gets the machine extension name. (Inherited from MachineExtensionInstanceView) |
Status |
Gets or sets instance view status. (Inherited from MachineExtensionInstanceView) |
Type |
Gets specifies the type of the extension; an example is "CustomScriptExtension". (Inherited from MachineExtensionInstanceView) |
TypeHandlerVersion |
Gets specifies the version of the script handler. (Inherited from MachineExtensionInstanceView) |
Applies to
Azure SDK for .NET