ComputeBatchModelFactory.VMExtensionInstanceView 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 VMExtensionInstanceView.
public static Azure.Compute.Batch.VMExtensionInstanceView VMExtensionInstanceView (string name = default, System.Collections.Generic.IEnumerable<Azure.Compute.Batch.InstanceViewStatus> statuses = default, System.Collections.Generic.IEnumerable<Azure.Compute.Batch.InstanceViewStatus> subStatuses = default);
static member VMExtensionInstanceView : string * seq<Azure.Compute.Batch.InstanceViewStatus> * seq<Azure.Compute.Batch.InstanceViewStatus> -> Azure.Compute.Batch.VMExtensionInstanceView
Public Shared Function VMExtensionInstanceView (Optional name As String = Nothing, Optional statuses As IEnumerable(Of InstanceViewStatus) = Nothing, Optional subStatuses As IEnumerable(Of InstanceViewStatus) = Nothing) As VMExtensionInstanceView
Parameters
- name
- String
The name of the vm extension instance view.
- statuses
- IEnumerable<InstanceViewStatus>
The resource status information.
- subStatuses
- IEnumerable<InstanceViewStatus>
The resource status information.
Returns
A new VMExtensionInstanceView instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET