C# Class nterraform.resources.azurerm_virtual_machine_scale_set

Inheritance: nterraform.resource
Mostra file Open project: pchalamet/NTerraform

Private Properties

Property Type Description

Public Methods

Method Description
azurerm_virtual_machine_scale_set ( string @location, string @name, Array @networkProfile, Array @osProfile, string @resourceGroupName, Array @sku, Array @storageProfileOsDisk, string @upgradePolicyMode, Array @bootDiagnostics = null, Array @extension = null, Array @identity = null, Array @osProfileLinuxConfig = null, Array @osProfileSecrets = null, Array @osProfileWindowsConfig = null, bool? @overprovision = null, Array @plan = null, string @priority = null, bool? @singlePlacementGroup = null, Array @storageProfileDataDisk = null, Array @storageProfileImageReference = null, Array @zones = null ) : System.Collections.Generic

Method Details

azurerm_virtual_machine_scale_set() public method

public azurerm_virtual_machine_scale_set ( string @location, string @name, Array @networkProfile, Array @osProfile, string @resourceGroupName, Array @sku, Array @storageProfileOsDisk, string @upgradePolicyMode, Array @bootDiagnostics = null, Array @extension = null, Array @identity = null, Array @osProfileLinuxConfig = null, Array @osProfileSecrets = null, Array @osProfileWindowsConfig = null, bool? @overprovision = null, Array @plan = null, string @priority = null, bool? @singlePlacementGroup = null, Array @storageProfileDataDisk = null, Array @storageProfileImageReference = null, Array @zones = null ) : System.Collections.Generic
@location string
@name string
@networkProfile Array
@osProfile Array
@resourceGroupName string
@sku Array
@storageProfileOsDisk Array
@upgradePolicyMode string
@bootDiagnostics Array
@extension Array
@identity Array
@osProfileLinuxConfig Array
@osProfileSecrets Array
@osProfileWindowsConfig Array
@overprovision bool?
@plan Array
@priority string
@singlePlacementGroup bool?
@storageProfileDataDisk Array
@storageProfileImageReference Array
@zones Array
return System.Collections.Generic