ArmServiceFabricManagedClustersModelFactory.NodeTypeVmssExtension 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 NodeTypeVmssExtension.
public static Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeVmssExtension NodeTypeVmssExtension (string name = default, string publisher = default, string vmssExtensionPropertiesType = default, string typeHandlerVersion = default, bool? autoUpgradeMinorVersion = default, BinaryData settings = default, BinaryData protectedSettings = default, string forceUpdateTag = default, System.Collections.Generic.IEnumerable<string> provisionAfterExtensions = default, string provisioningState = default, bool? isAutomaticUpgradeEnabled = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmssExtensionSetupOrder> setupOrder = default);
static member NodeTypeVmssExtension : string * string * string * string * Nullable<bool> * BinaryData * BinaryData * string * seq<string> * string * Nullable<bool> * seq<Azure.ResourceManager.ServiceFabricManagedClusters.Models.VmssExtensionSetupOrder> -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeVmssExtension
Public Shared Function NodeTypeVmssExtension (Optional name As String = Nothing, Optional publisher As String = Nothing, Optional vmssExtensionPropertiesType 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 forceUpdateTag As String = Nothing, Optional provisionAfterExtensions As IEnumerable(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional isAutomaticUpgradeEnabled As Nullable(Of Boolean) = Nothing, Optional setupOrder As IEnumerable(Of VmssExtensionSetupOrder) = Nothing) As NodeTypeVmssExtension
Parameters
- name
- String
The name of the extension.
- publisher
- String
The name of the extension handler publisher.
- vmssExtensionPropertiesType
- 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.
- forceUpdateTag
- String
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
- provisionAfterExtensions
- IEnumerable<String>
Collection of extension names after which this extension needs to be provisioned.
- provisioningState
- String
The provisioning state, which only appears in the response.
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
- setupOrder
- IEnumerable<VmssExtensionSetupOrder>
Indicates the setup order for the extension.
Returns
A new NodeTypeVmssExtension instance for mocking.
Applies to
Azure SDK for .NET