ArmConnectedVMwarevSphereModelFactory.MachineExtensionData 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 MachineExtensionData.
public static Azure.ResourceManager.ConnectedVMwarevSphere.MachineExtensionData MachineExtensionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string forceUpdateTag = default, string publisher = default, string machineExtensionType = default, string typeHandlerVersion = default, bool? autoUpgradeMinorVersion = default, BinaryData settings = default, BinaryData protectedSettings = default, string provisioningState = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.MachineExtensionPropertiesInstanceView instanceView = default);
static member MachineExtensionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * string * Nullable<bool> * BinaryData * BinaryData * string * Azure.ResourceManager.ConnectedVMwarevSphere.Models.MachineExtensionPropertiesInstanceView -> Azure.ResourceManager.ConnectedVMwarevSphere.MachineExtensionData
Public Shared Function MachineExtensionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional forceUpdateTag As String = Nothing, Optional publisher As String = Nothing, Optional machineExtensionType As String = Nothing, Optional typeHandlerVersion As String = Nothing, Optional autoUpgradeMinorVersion As Nullable(Of Boolean) = Nothing, Optional settings As BinaryData = Nothing, Optional protectedSettings As BinaryData = Nothing, Optional provisioningState As String = Nothing, Optional instanceView As MachineExtensionPropertiesInstanceView = Nothing) As MachineExtensionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- forceUpdateTag
- String
How the extension handler should be forced to update even if the extension configuration has not changed.
- publisher
- String
The name of the extension handler publisher.
- machineExtensionType
- String
Specifies the type of the extension; an example is "CustomScriptExtension".
- typeHandlerVersion
- String
Specifies the version of the script handler.
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
- settings
- BinaryData
Json formatted public settings for the extension.
- protectedSettings
- BinaryData
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
- provisioningState
- String
The provisioning state, which only appears in the response.
- instanceView
- MachineExtensionPropertiesInstanceView
The machine extension instance view.
Returns
A new MachineExtensionData instance for mocking.
Applies to
Azure SDK for .NET