ArmHciModelFactory.ArcExtensionInstanceView 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 ArcExtensionInstanceView.
public static Azure.ResourceManager.Hci.Models.ArcExtensionInstanceView ArcExtensionInstanceView (string name = default, string extensionInstanceViewType = default, string typeHandlerVersion = default, Azure.ResourceManager.Hci.Models.ArcExtensionInstanceViewStatus status = default);
static member ArcExtensionInstanceView : string * string * string * Azure.ResourceManager.Hci.Models.ArcExtensionInstanceViewStatus -> Azure.ResourceManager.Hci.Models.ArcExtensionInstanceView
Public Shared Function ArcExtensionInstanceView (Optional name As String = Nothing, Optional extensionInstanceViewType As String = Nothing, Optional typeHandlerVersion As String = Nothing, Optional status As ArcExtensionInstanceViewStatus = Nothing) As ArcExtensionInstanceView
Parameters
- name
- String
The extension name.
- extensionInstanceViewType
- String
Specifies the type of the extension; an example is "MicrosoftMonitoringAgent".
- typeHandlerVersion
- String
Specifies the version of the script handler.
Instance view status.
Returns
A new ArcExtensionInstanceView instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET