Interface VirtualMachineScaleSet.DefinitionStages.WithApplicationSecurityGroup

    • Method Detail

      • withExistingApplicationSecurityGroup

        VirtualMachineScaleSet.DefinitionStages.WithCreate withExistingApplicationSecurityGroup​(ApplicationSecurityGroup applicationSecurityGroup)
        Specifies that provided application security group should be associated with the virtual machine scale set.
        Parameters:
        applicationSecurityGroup - the application security group
        Returns:
        the next stage of the definition
      • withExistingApplicationSecurityGroupId

        VirtualMachineScaleSet.DefinitionStages.WithCreate withExistingApplicationSecurityGroupId​(String applicationSecurityGroupId)
        Specifies that provided application security group should be associated with the virtual machine scale set.
        Parameters:
        applicationSecurityGroupId - the application security group id
        Returns:
        the next stage of the definition