@@ -8,13 +8,13 @@ namespace Microsoft.Azure.Management.Compute.Models
8
8
{
9
9
public partial class VirtualMachineScaleSetVMExtension : SubResourceReadOnly
10
10
{
11
- public VirtualMachineScaleSetVMExtension ( string name , string type , string forceUpdateTag , string publisher = default ( string ) , string type1 = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
11
+ public VirtualMachineScaleSetVMExtension ( string name , string type , string forceUpdateTag , string publisher = default ( string ) , string virtualMachineExtensionPropertiesType = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
12
12
{
13
13
Name = name ;
14
14
Type = type ;
15
15
ForceUpdateTag = forceUpdateTag ;
16
16
Publisher = publisher ;
17
- Type1 = type1 ;
17
+ VirtualMachineExtensionPropertiesType = virtualMachineExtensionPropertiesType ;
18
18
TypeHandlerVersion = typeHandlerVersion ;
19
19
AutoUpgradeMinorVersion = autoUpgradeMinorVersion ;
20
20
EnableAutomaticUpgrade = enableAutomaticUpgrade ;
@@ -27,15 +27,15 @@ public partial class VirtualMachineScaleSetVMExtension : SubResourceReadOnly
27
27
CustomInit ( ) ;
28
28
}
29
29
30
- public VirtualMachineScaleSetVMExtension ( string id = default ( string ) , string name = default ( string ) , string type = default ( string ) , string location = default ( string ) , string forceUpdateTag = default ( string ) , string publisher = default ( string ) , string type1 = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
30
+ public VirtualMachineScaleSetVMExtension ( string id = default ( string ) , string name = default ( string ) , string type = default ( string ) , string location = default ( string ) , string forceUpdateTag = default ( string ) , string publisher = default ( string ) , string virtualMachineExtensionPropertiesType = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
31
31
: base ( id )
32
32
{
33
33
Name = name ;
34
34
Type = type ;
35
- Location = Location ;
35
+ Location = location ;
36
36
ForceUpdateTag = forceUpdateTag ;
37
37
Publisher = publisher ;
38
- Type1 = type1 ;
38
+ VirtualMachineExtensionPropertiesType = virtualMachineExtensionPropertiesType ;
39
39
TypeHandlerVersion = typeHandlerVersion ;
40
40
AutoUpgradeMinorVersion = autoUpgradeMinorVersion ;
41
41
EnableAutomaticUpgrade = enableAutomaticUpgrade ;
@@ -48,14 +48,14 @@ public partial class VirtualMachineScaleSetVMExtension : SubResourceReadOnly
48
48
CustomInit ( ) ;
49
49
}
50
50
51
- public VirtualMachineScaleSetVMExtension ( string id , string name , string type , string forceUpdateTag , string publisher = default ( string ) , string type1 = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
51
+ public VirtualMachineScaleSetVMExtension ( string id , string name , string type , string forceUpdateTag , string publisher = default ( string ) , string virtualMachineExtensionPropertiesType = default ( string ) , string typeHandlerVersion = default ( string ) , bool ? autoUpgradeMinorVersion = default ( bool ? ) , bool ? enableAutomaticUpgrade = default ( bool ? ) , object settings = default ( object ) , object protectedSettings = default ( object ) , string provisioningState = default ( string ) , VirtualMachineExtensionInstanceView instanceView = default ( VirtualMachineExtensionInstanceView ) , bool ? suppressFailures = default ( bool ? ) , KeyVaultSecretReference protectedSettingsFromKeyVault = default ( KeyVaultSecretReference ) )
52
52
: base ( id )
53
53
{
54
54
Name = name ;
55
55
Type = type ;
56
56
ForceUpdateTag = forceUpdateTag ;
57
57
Publisher = publisher ;
58
- Type1 = type1 ;
58
+ VirtualMachineExtensionPropertiesType = virtualMachineExtensionPropertiesType ;
59
59
TypeHandlerVersion = typeHandlerVersion ;
60
60
AutoUpgradeMinorVersion = autoUpgradeMinorVersion ;
61
61
EnableAutomaticUpgrade = enableAutomaticUpgrade ;
0 commit comments