VMExtensionInstanceView 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.
VMExtensionInstanceView() |
Initializes a new instance of the VMExtensionInstanceView class. |
VMExtensionInstanceView(String, IList<InstanceViewStatus>, IList<InstanceViewStatus>) |
Initializes a new instance of the VMExtensionInstanceView class. |
- Source:
- VMExtensionInstanceView.cs
Initializes a new instance of the VMExtensionInstanceView class.
public VMExtensionInstanceView ();
Public Sub New ()
Applies to
- Source:
- VMExtensionInstanceView.cs
Initializes a new instance of the VMExtensionInstanceView class.
public VMExtensionInstanceView (string name = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> statuses = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> subStatuses = default);
new Microsoft.Azure.Batch.Protocol.Models.VMExtensionInstanceView : string * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.InstanceViewStatus> -> Microsoft.Azure.Batch.Protocol.Models.VMExtensionInstanceView
Public Sub New (Optional name As String = Nothing, Optional statuses As IList(Of InstanceViewStatus) = Nothing, Optional subStatuses As IList(Of InstanceViewStatus) = Nothing)
Parameters
- name
- String
The name of the vm extension instance view.
- statuses
- IList<InstanceViewStatus>
The resource status information.
- subStatuses
- IList<InstanceViewStatus>
The resource status information.
Applies to
Feedback su Azure SDK for .NET
Azure SDK for .NET è un progetto di open source. Selezionare un collegamento per fornire feedback: